summaryrefslogtreecommitdiff
path: root/x11/wdm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set the user's credentials: uid, gid, groups, environmentNorikatsu Shigemura2003-07-222-0/+28
| | | | | | | | | | | variables, resource limits, and umask. Pointed out by: kan Submitted by: Ports Fury Approved by: maintainer implicitly Notes: svn path=/head/; revision=85391
* Update to 1.25.Norikatsu Shigemura2003-07-1113-253/+116
| | | | | | | | | PR: ports/53108 Submitted by: Ports Fury Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=84701
* ix11/wdm project moved, update MASTER_SITES and WWWEdwin Groothuis2003-04-133-3/+3
| | | | | | | | | | | | | | | The wdm project moved, so the distfile is no longer fetchable at the old MASTER_SITES. Update MASTER_SITES and WWW. The new author obviousle created a new tarball with a different md5. Both tarballs include the same files as checked by diff. PR: ports/47299 Submitted by: Erwin Lansing <erwin@lansing.dk> Approved by: maintainer timeout Notes: svn path=/head/; revision=78883
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77047
* Grr. Try harder to fix PAM case.Kris Kennaway2002-10-271-1/+1
| | | | Notes: svn path=/head/; revision=68896
* Oops, I accidentally committed the version of the pam config file I wasKris Kennaway2002-10-072-3/+2
| | | | | | | using to test it. Notes: svn path=/head/; revision=67536
* * Take over maintainership of this port.Kris Kennaway2002-10-064-4/+64
| | | | | | | | | | * Take a shot at fixing the broken PAM support, which could never possibly have worked under FreeBSD because it was using the Linux/Solaris PAM module path. Enable PAM by default on 5.0 and install a config file derived from /etc/pam.d/xdm. Notes: svn path=/head/; revision=67468
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-011-1/+2
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* Use another daemon pic as logo.Thomas Gellekum2002-04-113-5/+11
| | | | | | | Submitted by: "Andrew S. Midthune" <amidthune@cableone.net> Notes: svn path=/head/; revision=57572
* Unbreak the port by getting rid of -ldl which we don't have.Norikatsu Shigemura2002-04-101-5/+18
| | | | | | | | | | I submitted this fix to the author several days ago but got no answer yet. Approved by: knu (mentor) Notes: svn path=/head/; revision=57540
* Add Xinerama support for WDM (yay!!). Bump PORTREVISION.Will Andrews2002-04-042-1/+63
| | | | | | | | | | | | George helped me better understand the Xinerama API. Please note that there is no support for specifying a particular physical display for which the login frame should appear -- it will always choose physical screen number zero. Helped with this patch: George Staikos <staikos@kde.org> Notes: svn path=/head/; revision=57312
* 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/ Notes: svn path=/head/; revision=52646
* 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. Notes: svn path=/head/; revision=52442
* 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> Notes: svn path=/head/; revision=50728
* wdm also depends on libPropList, but WindowMaker 0.70 no longer includes it.Jimmy Olgeni2001-11-061-1/+2
| | | | Notes: svn path=/head/; revision=49653
* 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 Notes: svn path=/head/; revision=48158
* Update version number of wmraster shared library.Maxim Sobolev2001-05-141-1/+1
| | | | Notes: svn path=/head/; revision=42596
* 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. Notes: svn path=/head/; revision=40542
* Preserve wdm-config at install/deinstall time.Jimmy Olgeni2001-03-272-4/+18
| | | | Notes: svn path=/head/; revision=40428
* Style fixes for ports/x11.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37994
* - 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 Notes: svn path=/head/; revision=37150
* 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> Notes: svn path=/head/; revision=29759
* 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> Notes: svn path=/head/; revision=29707
* 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> Notes: svn path=/head/; revision=28111
* 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 Notes: svn path=/head/; revision=27680
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+3
| | | | Notes: svn path=/head/; revision=27497
* Re-enable PAM support, problems are fixed.Chris Piazza2000-03-191-0/+10
| | | | Notes: svn path=/head/; revision=26807
* 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 Notes: svn path=/head/; revision=26806
* Fix security hole. Packages are unaffected. The release tag willSatoshi Asami2000-03-161-10/+0
| | | | | | | | | be rolled forward. Submitted by: kris Notes: svn path=/head/; revision=26795
* Update port to 1.20Chris D. Faulhaber2000-03-084-35/+35
| | | | | | | | PR: 17252 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26668
* Add PAM support to wdm.Thomas Gellekum2000-03-073-3/+41
| | | | | | | | Submitted by: ume Reviewed by: cpiazza Notes: svn path=/head/; revision=26612
* Remove excessive LIB_DEPENDS and fix PREFIX/X11BASE usageChris Piazza2000-01-142-10/+4
| | | | | | | | PR: 16038 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=24736
* Rename PID file from xdm-pid to xdm.pid for consistency.Thomas Gellekum1999-12-221-2/+11
| | | | Notes: svn path=/head/; revision=23799
* upgrade to 1.19.Munechika SUMIKAWA1999-11-098-28/+279
| | | | | | | | PR: 14740 Submitted by: tkato@prontomail.ne.jp Notes: svn path=/head/; revision=22989
* Use the updated libproplist shared libraryChris Piazza1999-10-071-1/+1
| | | | Notes: svn path=/head/; revision=22217
* Fix MASTER_SITES; merge patch from PR 13614.Thomas Gellekum1999-10-051-12/+16
| | | | | | | | PR: 14126 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=22173
* The version number of libgif.so has changed to 5.Steve Price1999-09-181-1/+1
| | | | Notes: svn path=/head/; revision=21701
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-071-1/+1
| | | | Notes: svn path=/head/; revision=21367
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21147
* #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 Notes: svn path=/head/; revision=19804
* Use the new libwraster.Thomas Gellekum1999-06-041-2/+2
| | | | Notes: svn path=/head/; revision=19202
* Use proper path in manpage.Michael Haro1999-05-221-0/+11
| | | | Notes: svn path=/head/; revision=18934
* 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 Notes: svn path=/head/; revision=18290
* wdm needed to depend on libraries installed with WindowMaker.Michael Haro1999-05-011-1/+3
| | | | | | | | PR: 11419 Submitted by: cpiazza@home.net Notes: svn path=/head/; revision=18249
* fix a problem with configure not finding all the libraries it neededMichael Haro1999-04-131-2/+2
| | | | | | | | PR: 10941 Submitted by: me Notes: svn path=/head/; revision=17827
* Correct libPropList.Vanilla I. Shu1999-02-181-3/+3
| | | | | | | | PR: ports/9979 Submitted by: KIRIYAMA Kazuhiko Notes: svn path=/head/; revision=16767
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* Add virtual category "windowmaker".Satoshi Asami1999-01-181-2/+2
| | | | Notes: svn path=/head/; revision=16177
* 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. Notes: svn path=/head/; revision=14893