summaryrefslogtreecommitdiff
path: root/x11-wm/olvwm (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-24Correct my e-mail address.Brian Feldman1-2/+2
Notes: svn path=/head/; revision=20915
1999-06-28Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1-1/+1
Notes: svn path=/head/; revision=19848
1999-05-04Find the new xview port and misc cleanups.Steve Price4-52/+205
PR: 9704 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=18483
1998-11-20screen.c is allready patched in patch-aa.Scott Mace2-11/+9
The TrueColor patch should have gone in patch-aa. TrueColor patch used to be in there at one point, and got nuked somewhere along the way I guess... Notes: svn path=/head/; revision=14725
1998-11-20TrueColor also is color, isn't it?Stefan Bethke1-0/+10
(This was asked, and the patch provided, back in February 96; I don't have the slightest idea why this patch never made it into the port, or into a PR anyway.) Submitted by: Seppo Kallio <kallio@beeblebrox.pccc.jyu.fi> Notes: svn path=/head/; revision=14717
1998-10-26Fix package build problemScott Mace2-8/+7
remove BROKEN tag Notes: svn path=/head/; revision=14202
1998-10-26Can't build package.Satoshi Asami1-1/+3
======= ===> Building package for olvwm-4.2 Creating package /usr/ports/packages/All/olvwm-4.2.tgz Registering depends: XFree86-3.3.2 xpm-3.4k xview-config-3.2.1 xview-lib-3.2.1. Creating gzip'd tar ball in '/usr/ports/packages/All/olvwm-4.2.tgz' tar: can't add file lib/help/olvwm.info : No such file or directory pkg_create: tar command failed with code 256 *** Error code 1 Stop. Notes: svn path=/head/; revision=14184
1998-10-20Cleanup of olvwm.Scott Mace1-400/+258
clear depend errors Use XPM support clear compiler warnings properly handle BSDisms Notes: svn path=/head/; revision=14119
1998-10-20Cleanup of olvwm.Scott Mace1-2/+3
Add dependency of Xpm Notes: svn path=/head/; revision=14117
1998-10-04Move manpages to the Makefile and use MAN* macros.Steve Price2-3/+2
Notes: svn path=/head/; revision=13622
1998-09-23With Patch02, cursor sizes are bogusly large.Scott Mace1-0/+11
Revert to cursor size from previous versions. Notes: svn path=/head/; revision=13352
1998-09-21Remove regexp support for libxview not that it builds ELF too.Steve Price1-2/+2
Notes: svn path=/head/; revision=13294
1998-08-24Update to version 4.2.Steve Price5-10/+38
PR: 7626 Submitted by: Brian Feldman <green@unixhelp.org> Notes: svn path=/head/; revision=12780
1998-08-07Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=12335
1998-08-07Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwmSatoshi Asami1-2/+2
fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker wm2 wmx" from x11 to x11-wm. Notes: svn path=/head/; revision=12331
1997-03-05Fix olvwm for 32bpp mode. Closes PR ports/2796.Satoshi Asami1-0/+10
Submitted by: Matthew Hunt <mph@pobox.com> Notes: svn path=/head/; revision=5850
1996-11-18Typo ($id$ -> $Id$).Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=4576
1996-11-18Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1-1/+1
Notes: svn path=/head/; revision=4575
1996-01-04Delete manpage before installing it. (Hand patchfile-editing.)Satoshi Asami1-1/+2
Notes: svn path=/head/; revision=2605
1995-11-13Take out unneccesary @cwd.Satoshi Asami1-1/+0
Notes: svn path=/head/; revision=2413
1995-10-05Use PATCHFILES instead of custom pre-patch target. Yeah I know, don'tSatoshi Asami1-6/+5
fix if it ain't broke, but still.... Notes: svn path=/head/; revision=2269
1995-04-12And now the rest of the x11 ports Makefiles.Satoshi Asami1-4/+6
Notes: svn path=/head/; revision=1352
1995-04-01Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1-0/+1
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
1995-03-31Try to get most ports checksummedGary Palmer1-0/+2
Notes: svn path=/head/; revision=1262
1995-02-27Add a patch for the Imakefile that uses a private install.man rule to addAndreas Schulz1-40/+50
the man compression to it. Notes: svn path=/head/; revision=1050
1995-02-27Change the use of the official patch from pre-configure toAndreas Schulz1-1/+1
pre-patch. It should be used before the private FreeBSD patches are used on the source. Notes: svn path=/head/; revision=1049
1995-02-11Converted Makefiles as much as I could.Satoshi Asami1-1/+1
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out! Notes: svn path=/head/; revision=935
1995-01-07I'll assume this really depends on xview-lib?Jordan K. Hubbard1-1/+1
Notes: svn path=/head/; revision=734
1994-10-22Clean up the port a bit.Scott Mace1-30/+24
Notes: svn path=/head/; revision=264
1994-10-22Add dependcy on xview (needs libolgx)Scott Mace1-0/+1
Notes: svn path=/head/; revision=257
1994-10-22Add package stuffScott Mace3-0/+11
Notes: svn path=/head/; revision=256
1994-10-22olvwm 4.1 Scott Mace2-0/+395
Notes: svn path=/head/; revision=254