summaryrefslogtreecommitdiff
path: root/x11/xlockmore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 5.02.Thomas Gellekum2001-10-252-2/+3
|
* The `--with{,out}-mesagl' option to configure is spelled `--with{,out}-mesa'.Thomas Gellekum2001-10-091-2/+2
| | | | | PR: 31141 Submitted by: Markus Holmberg <markush+freebsd@acc.umu.se>
* Add ${KRB5_HOME}/include to $CFLAGS and ${KRB5_HOME}/lib toThomas Gellekum2001-09-271-1/+4
| | | | | | $XLOCKLIBS for people using kerberos5. Suggested by: Niels Kroon <niels@fundum.net>
* Link against ${PTHREAD_LIBS} if we want MESAGL. Mesa is now compiledThomas Gellekum2001-07-181-9/+3
| | | | with thread support also on XFree86-3 systems.
* Add a knob to disable the `allow-root' functionality, which lets rootThomas Gellekum2001-07-121-0/+4
| | | | | | unlock the screensaver regardless of the current owner. Submitted by: Anders Nordby <anders@fix.no>
* Upgrade to 5.01.Thomas Gellekum2001-05-102-2/+2
|
* Add ${PTHREAD_LIBS} to the libs to fix building on XFree86-4.Thomas Gellekum2001-04-201-1/+4
| | | | | PR: 25207 Reviewed by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Style fixes for ports/x11.Jimmy Olgeni2001-02-051-1/+1
|
* Upgrade to 5.00.Thomas Gellekum2000-12-192-2/+2
|
* Use new variable XFREE86_VERSION.Thomas Gellekum2000-08-292-6/+3
| | | | | | | | | | | | Submitted by: asami Upgrade to 4.17.2, while I'm here: * coredump fix for GL modes cage, moebius, rubik, skewb, and stairs * and Mesa3.1 thanks to Tom Schmidt <tschmidt@micron.com>. * solitare.cc update for disable-interactive. * xlock -resources crashes on Solaris thanks to Alexander Elgert * <elgert@rbg.informatik.tu-darmstadt.de>.
* Upgrade to 4.17.1. This release contains the security fix in patch-sec1.Thomas Gellekum2000-08-222-2/+2
|
* Make this at least compile for XFree86-4.0.1.Thomas Gellekum2000-08-181-1/+1
| | | | Reviewed by: Josef Karthauser <joe@pavilion.net>
* Upgrade to 4.17.Thomas Gellekum2000-08-152-3/+11
| | | | | XFree86-4 users: please test this port. According to the docs, xlock should compile now. (I can't try it, I'm still running XFree86-3.3.6.)
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-3/+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
* Support Kerberos 5.Thomas Gellekum2000-05-191-0/+3
| | | | | PR: 18660 Submitted by: wollman
* Upgrade to 4.16.1 (fixes a buffer overrun).Thomas Gellekum2000-04-272-2/+2
|
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-2/+2
|
* Upgrade to 4.16.Thomas Gellekum2000-04-032-3/+3
|
* Upgrade to 4.15.Thomas Gellekum1999-11-093-13/+13
|
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | 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
* Upgrade to 4.14.Thomas Gellekum1999-06-242-4/+4
|
* Upgrade to 4.13.1.Thomas Gellekum1999-05-052-7/+7
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineSatoshi Asami1998-11-111-3/+4
| | | | | | | | something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
* Now that Mesa-3.0 is in with a security fix, bring back the GL modes.Thomas Gellekum1998-10-011-6/+2
|
* Upgrade to Mesa 3.0Justin M. Seger1998-10-011-2/+2
|
* Upgrade to 4.12.Thomas Gellekum1998-09-302-5/+5
|
* Remove regexp support for Mesa2 libs.Steve Price1998-09-271-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.
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | ELF conversion.
* Remove x11 manpages. This would be the end of it, but some foolsTim Vanderhoek1998-08-201-1/+0
| | | | thought it necessary to five new categories from one. ;-)
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-051-2/+2
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Add /usr/lib/aout to lib search path on -current.Thomas Gellekum1998-07-211-1/+6
|
* Mesa -> Mesa2Satoshi Asami1998-07-201-2/+2
|
* Upgrade to 4.11.Thomas Gellekum1998-06-292-4/+4
|
* Update to 4.10.Thomas Gellekum1998-05-203-8/+12
|
* Upgrade to 4.09.Thomas Gellekum1998-03-252-4/+4
|
* Enable kerberosIV if MAKE_KERBEROS4 is set. Xlock will then get a TGTMark Murray1998-03-201-1/+4
| | | | for the user when she returns and unlocks.
* Upgrade to 4.08.2.Thomas Gellekum1998-03-162-4/+4
|
* Upgrade to 4.08.1.Thomas Gellekum1998-03-042-4/+4
|
* Use MesaGL in any case when PACKAGE_BUILDING is defined.Thomas Gellekum1998-03-031-2/+2
|
* Upgrade to 4.08. Use MesaGL when available.Thomas Gellekum1998-03-032-5/+12
|
* Upgrade to 4.07.Thomas Gellekum1998-02-042-5/+5
|
* No need to use += on first appearance of variables.Alexander Langer1997-12-241-2/+2
|
* Upgrade to 4.06.1.Thomas Gellekum1997-11-242-4/+4
|
* Use full pathname for /usr/games/fortune.Thomas Gellekum1997-10-131-0/+15
| | | | Suggested by: "Philippe Charnier" <charnier@lirmm.fr>
* Add --enable-mouse-motion to CONFIGURE_ARGS and myself as MAINTAINER.Thomas Gellekum1997-10-101-3/+3
|
* Upgrade to 4.05.Thomas Gellekum1997-10-102-9/+4
|
* Upgrade to 4.04.Thomas Gellekum1997-09-223-59/+15
|