summaryrefslogtreecommitdiff
path: root/x11/wdm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First round of auto* cleanups:Will Andrews2002-01-061-1/+1
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Use '::' as an dependency operator for pre-everything target. This isDirk Froemberg2001-12-311-1/+1
| | | | | | needed because of the special nature of the pre-everything target. See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
* Specify DEF_SERVER explicitly in case the user is buildling with just the XPete Fritchman2001-11-291-1/+3
| | | | | | | libraries installed. PR: 32355 Submitted by: Norikatsu Shigemura <nork@ninth-nine.com>
* wdm also depends on libPropList, but WindowMaker 0.70 no longer includes it.Jimmy Olgeni2001-11-061-1/+2
|
* this patch is no longer needed.Max Khon2001-09-241-207/+0
| | | | | | | wdm 1.20 is able to set environment variables using stock setusercontext(). Reviewed by: jmz Approved by: jdp
* Update version number of wmraster shared library.Maxim Sobolev2001-05-141-1/+1
|
* Preserve Xsetup_0 at install/deinstall time.Jimmy Olgeni2001-03-292-3/+15
| | | | Some directories in plist had to be removed with rmdir at deinstall time.
* Preserve wdm-config at install/deinstall time.Jimmy Olgeni2001-03-272-4/+18
|
* Style fixes for ports/x11.Jimmy Olgeni2001-02-051-1/+1
|
* - Fix breakage under new location where WINGs headers are installedMaxim Sobolev2001-01-121-2/+4
| | | | | | | (after Window Maker 0.63.1) PR: 24289 Submitted by: Ports Fury
* Ooops, removed a patch that wasn't supposed to be removed.Will Andrews2000-06-221-0/+12
| | | | Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Use USE_AUTOMAKE; add missing EXTRACT_ONLY; remove some useless patches.Will Andrews2000-06-202-21/+3
| | | | | PR: 19382 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update MASTER_SITES and WWW: line to pkg/DESCR.Steve Price2000-04-292-2/+2
| | | | | PR: 18283 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-3/+3
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+3
|
* Re-enable PAM support, problems are fixed.Chris Piazza2000-03-191-0/+10
|
* Use /etc/pam.conf instead of /etc/pam.d/ (doesn't change pam.conf)Chris Piazza2000-03-191-0/+11
| | | | | | Remove patch-an which was a security hole and isn't needed any more Submitted by: ume
* Fix security hole. Packages are unaffected. The release tag willSatoshi Asami2000-03-161-10/+0
| | | | | | be rolled forward. Submitted by: kris
* Update port to 1.20Chris D. Faulhaber2000-03-084-35/+35
| | | | | PR: 17252 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Add PAM support to wdm.Thomas Gellekum2000-03-073-3/+41
| | | | | Submitted by: ume Reviewed by: cpiazza
* Remove excessive LIB_DEPENDS and fix PREFIX/X11BASE usageChris Piazza2000-01-142-10/+4
| | | | | PR: 16038 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Rename PID file from xdm-pid to xdm.pid for consistency.Thomas Gellekum1999-12-221-2/+11
|
* upgrade to 1.19.Munechika SUMIKAWA1999-11-098-28/+279
| | | | | PR: 14740 Submitted by: tkato@prontomail.ne.jp
* Use the updated libproplist shared libraryChris Piazza1999-10-071-1/+1
|
* Fix MASTER_SITES; merge patch from PR 13614.Thomas Gellekum1999-10-051-12/+16
| | | | | PR: 14126 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* The version number of libgif.so has changed to 5.Steve Price1999-09-181-1/+1
|
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
|
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Use the new libwraster.Thomas Gellekum1999-06-041-2/+2
|
* Use proper path in manpage.Michael Haro1999-05-221-0/+11
|
* fix depends to use better method.Michael Haro1999-05-011-3/+2
| | | | | | | Note to self: feeding brain == good PR: 11419 Submitted by: steve@freebsd.org in a followup to this pr
* wdm needed to depend on libraries installed with WindowMaker.Michael Haro1999-05-011-1/+3
| | | | | PR: 11419 Submitted by: cpiazza@home.net
* fix a problem with configure not finding all the libraries it neededMichael Haro1999-04-131-2/+2
| | | | | PR: 10941 Submitted by: me
* Correct libPropList.Vanilla I. Shu1999-02-181-3/+3
| | | | | PR: ports/9979 Submitted by: KIRIYAMA Kazuhiko
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
|
* Add virtual category "windowmaker".Satoshi Asami1999-01-181-2/+2
|
* Change libtiff shared lib to version 4.0 -- we've shipped 3.3 before, so 1.0Satoshi Asami1998-11-251-2/+2
| | | | would go backwards.
* libtiff34->libtiff and include/tiff34/*.h -> include/*.hJustin M. Seger1998-11-251-3/+3
| | | | Approved by: asami
* Use the static libPropList.Thomas Gellekum1998-11-241-3/+3
|
* Use setusercontext() to pick up settings from /etc/login.conf.Thomas Gellekum1998-10-011-2/+3
|
* Make this compile on -current.Thomas Gellekum1998-09-292-1/+3
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Remove regexp support for windowmaker libraries.Steve Price1998-09-271-2/+2
|
* Upgrade to 1.0.Thomas Gellekum1998-09-232-4/+4
|
* giflib is now converted to ELF so remove regexp support.Steve Price1998-09-191-3/+3
|
* Roll back libpng major to 2.Satoshi Asami1998-09-171-2/+2
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | in the first place.
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | ELF conversion.
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)