aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/scwm
Commit message (Collapse)AuthorAgeFilesLines
* Chase guile shared lib number.marcus2002-06-201-1/+1
| | | | Prompted by: Mike Harding <mvh@ix.netcom.com>
* Remove #include <malloc.h>kris2002-03-311-0/+4
|
* PLIST fixes to ports which I touched recently. Not all caused by myreg2000-10-131-0/+2
| | | | breakage.
* Implement WANT_IMLIB and USE_IMLIB.reg2000-10-056-24/+72
|
* Update for new shlib revision from guile 1.4ade2000-08-041-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
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-2/+1
|
* portlint and remove a.out support in PLISTmharo2000-04-213-6/+6
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-111-2/+2
|
* Update to 0.99.6.1nakai2000-01-313-15/+14
|
* Update to 0.99.6nakai2000-01-173-5/+21
|
* Guile shared lib version changedjseger1999-11-291-1/+1
|
* Update to 0.99.5.1nakai1999-10-273-3/+19
|
* Update to 0.99.4nakai1999-10-193-6/+9
|
* Scwm depends esound.nakai1999-10-131-0/+1
|
* Add back xpm dependencies so these will build again.asami1999-10-091-1/+2
|
* Use updated imlib library.nakai1999-10-081-1/+1
|
* Update to 0.99.3nakai1999-10-066-112/+260
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* move manpages out of PLISTmharo1999-08-261-3/+0
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-061-1/+0
| | | | in bsd.port.mk and this helps to unify the check and install.
* Remov empty trailing line.asami1999-04-121-1/+0
|
* Update to 0.9flathill1999-04-085-15/+84
| | | | | | | maintain for the multibyte options and fix for /scwm.el. PR: ports/10998 Submitted by: nakai@internetsolutions.co.jp
* Changed to maintainer's new addresstaoka1999-04-031-3/+3
|
* Import of scwm version 0.8a.steve1999-04-036-0/+120
scheme configurable window manager PR: 6236 Submitted by: Yukihiro Nakai <Nakai@technologist.com>