summaryrefslogtreecommitdiffstats
path: root/x11-wm/olvwm
Commit message (Collapse)AuthorAgeFilesLines
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Don't guess function prototypes, that's what system headers are for.kris2002-09-291-0/+18
|
* Unbreak: fix manpages. The port installs two manpages in the regularpetef2002-06-092-2/+2
| | | | | | | location, and one as a XFree86 HTML manpage. Set XFREE86_HTML_MAN to no and list the html page in the plist. Approved by: green (maintainer)
* BROKEN: Does not package correctlykris2002-05-181-0/+2
|
* Layout fixes in x11-wm.olgeni2001-02-051-1/+1
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Added bunch of missed WWW's.sobomax2000-05-181-0/+2
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Correct my e-mail address.green1999-08-241-2/+2
|
* Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-281-1/+1
|
* Find the new xview port and misc cleanups.steve1999-05-044-52/+205
| | | | | PR: 9704 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* screen.c is allready patched in patch-aa.smace1998-11-202-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...
* TrueColor also is color, isn't it?stb1998-11-201-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>
* Fix package build problemsmace1998-10-262-8/+7
| | | | remove BROKEN tag
* Can't build package.asami1998-10-261-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.
* Cleanup of olvwm.smace1998-10-201-400/+258
| | | | | | | clear depend errors Use XPM support clear compiler warnings properly handle BSDisms
* Cleanup of olvwm.smace1998-10-201-2/+3
| | | | Add dependency of Xpm
* Move manpages to the Makefile and use MAN* macros.steve1998-10-042-3/+2
|
* With Patch02, cursor sizes are bogusly large.smace1998-09-231-0/+11
| | | | Revert to cursor size from previous versions.
* Remove regexp support for libxview not that it builds ELF too.steve1998-09-211-2/+2
|
* Update to version 4.2.steve1998-08-245-10/+38
| | | | | PR: 7626 Submitted by: Brian Feldman <green@unixhelp.org>
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-071-2/+2
|
* Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwmasami1998-08-071-2/+2
| | | | | fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker wm2 wmx" from x11 to x11-wm.
* Fix olvwm for 32bpp mode. Closes PR ports/2796.asami1997-03-051-0/+10
| | | | Submitted by: Matthew Hunt <mph@pobox.com>
* Typo ($id$ -> $Id$).asami1996-11-181-1/+1
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-1/+1
|
* Delete manpage before installing it. (Hand patchfile-editing.)asami1996-01-041-1/+2
|
* Take out unneccesary @cwd.asami1995-11-131-1/+0
|
* Use PATCHFILES instead of custom pre-patch target. Yeah I know, don'tasami1995-10-051-6/+5
| | | | fix if it ain't broke, but still....
* And now the rest of the x11 ports Makefiles.asami1995-04-121-4/+6
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-0/+1
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Try to get most ports checksummedgpalmer1995-03-311-0/+2
|
* Add a patch for the Imakefile that uses a private install.man rule to addats1995-02-271-40/+50
| | | | the man compression to it.
* Change the use of the official patch from pre-configure toats1995-02-271-1/+1
| | | | | pre-patch. It should be used before the private FreeBSD patches are used on the source.
* Converted Makefiles as much as I could.asami1995-02-111-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!
* I'll assume this really depends on xview-lib?jkh1995-01-071-1/+1
|
* Clean up the port a bit.smace1994-10-221-30/+24
|
* Add dependcy on xview (needs libolgx)smace1994-10-221-0/+1
|
* Add package stuffsmace1994-10-223-0/+11
|
* olvwm 4.1 smace1994-10-222-0/+395
OpenPOWER on IntegriCloud