summaryrefslogtreecommitdiffstats
path: root/x11/xlockmore/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add ${PTHREAD_LIBS} to the libs to fix building on XFree86-4.tg2001-04-201-1/+4
| | | | | PR: 25207 Reviewed by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Style fixes for ports/x11.olgeni2001-02-051-1/+1
|
* Upgrade to 5.00.tg2000-12-191-1/+1
|
* Use new variable XFREE86_VERSION.tg2000-08-291-5/+2
| | | | | | | | | | | | 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.tg2000-08-221-1/+1
|
* Make this at least compile for XFree86-4.0.1.tg2000-08-181-1/+1
| | | | Reviewed by: Josef Karthauser <joe@pavilion.net>
* Upgrade to 4.17.tg2000-08-151-2/+10
| | | | | 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 ofasami2000-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.tg2000-05-191-0/+3
| | | | | PR: 18660 Submitted by: wollman
* Upgrade to 4.16.1 (fixes a buffer overrun).tg2000-04-271-1/+1
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-131-2/+2
|
* Upgrade to 4.16.tg2000-04-031-2/+2
|
* Upgrade to 4.15.tg1999-11-091-3/+3
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Upgrade to 4.14.tg1999-06-241-3/+3
|
* Upgrade to 4.13.1.tg1999-05-051-6/+6
|
* Use bsd.port.{pre,post}.mk. Either use them to avoid having to defineasami1998-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.tg1998-10-011-6/+2
|
* Upgrade to Mesa 3.0jseger1998-10-011-2/+2
|
* Upgrade to 4.12.tg1998-09-301-4/+4
|
* Remove regexp support for Mesa2 libs.steve1998-09-271-2/+2
|
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-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.tg1998-07-211-1/+6
|
* Mesa -> Mesa2asami1998-07-201-2/+2
|
* Upgrade to 4.11.tg1998-06-291-3/+3
|
* Update to 4.10.tg1998-05-201-5/+11
|
* Upgrade to 4.09.tg1998-03-251-3/+3
|
* Enable kerberosIV if MAKE_KERBEROS4 is set. Xlock will then get a TGTmarkm1998-03-201-1/+4
| | | | for the user when she returns and unlocks.
* Upgrade to 4.08.2.tg1998-03-161-3/+3
|
* Upgrade to 4.08.1.tg1998-03-041-3/+3
|
* Use MesaGL in any case when PACKAGE_BUILDING is defined.tg1998-03-031-2/+2
|
* Upgrade to 4.08. Use MesaGL when available.tg1998-03-031-4/+11
|
* Upgrade to 4.07.tg1998-02-041-4/+4
|
* No need to use += on first appearance of variables.alex1997-12-241-2/+2
|
* Upgrade to 4.06.1.tg1997-11-241-3/+3
|
* Add --enable-mouse-motion to CONFIGURE_ARGS and myself as MAINTAINER.tg1997-10-101-3/+3
|
* Upgrade to 4.05.tg1997-10-101-8/+3
|
* Upgrade to 4.04.tg1997-09-221-4/+14
|
* Upgrade 4.03 -> 4.03.1.tg1997-07-301-3/+3
|
* Upgrade 4.02 -> 4.03.tg1997-07-211-3/+3
|
* Upgrade to 4.02.tg1997-04-251-6/+3
| | | | | - flag-freebsd.h is now in the xlockmore distribution. - xlock now works with Xauthority
* Upgrade to 4.01.tg1997-04-031-3/+3
|
* Upgrade to 4.00.tg1997-02-201-3/+3
|
* Use flag-freebsd.h, submitted by Philippe Regnauld <regnauld@deepo.prosa.dk>.tg1997-01-141-0/+3
|
* Upgrade from 3.12 to 3.13.tg1997-01-091-3/+3
|
* Upgrade from 3.11 to 3.12.tg1996-12-021-7/+3
|
* Yipes, deleted CATEGORIES by mistake. Mea culpa.asami1996-11-191-2/+3
|
OpenPOWER on IntegriCloud