Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ${PTHREAD_LIBS} to the libs to fix building on XFree86-4. | tg | 2001-04-20 | 1 | -1/+4 |
| | | | | | PR: 25207 Reviewed by: Stephen Montgomery-Smith <stephen@math.missouri.edu> | ||||
* | Style fixes for ports/x11. | olgeni | 2001-02-05 | 1 | -1/+1 |
| | |||||
* | Upgrade to 5.00. | tg | 2000-12-19 | 1 | -1/+1 |
| | |||||
* | Use new variable XFREE86_VERSION. | tg | 2000-08-29 | 1 | -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. | tg | 2000-08-22 | 1 | -1/+1 |
| | |||||
* | Make this at least compile for XFree86-4.0.1. | tg | 2000-08-18 | 1 | -1/+1 |
| | | | | Reviewed by: Josef Karthauser <joe@pavilion.net> | ||||
* | Upgrade to 4.17. | tg | 2000-08-15 | 1 | -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 of | asami | 2000-08-03 | 1 | -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. | tg | 2000-05-19 | 1 | -0/+3 |
| | | | | | PR: 18660 Submitted by: wollman | ||||
* | Upgrade to 4.16.1 (fixes a buffer overrun). | tg | 2000-04-27 | 1 | -1/+1 |
| | |||||
* | Update to use PORTNAME/PORTVERSION | cpiazza | 2000-04-13 | 1 | -2/+2 |
| | |||||
* | Upgrade to 4.16. | tg | 2000-04-03 | 1 | -2/+2 |
| | |||||
* | Upgrade to 4.15. | tg | 1999-11-09 | 1 | -3/+3 |
| | |||||
* | FreeBSD.ORG -> FreeBSD.org | mharo | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | Upgrade to 4.14. | tg | 1999-06-24 | 1 | -3/+3 |
| | |||||
* | Upgrade to 4.13.1. | tg | 1999-05-05 | 1 | -6/+6 |
| | |||||
* | Use bsd.port.{pre,post}.mk. Either use them to avoid having to define | asami | 1998-11-11 | 1 | -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. | tg | 1998-10-01 | 1 | -6/+2 |
| | |||||
* | Upgrade to Mesa 3.0 | jseger | 1998-10-01 | 1 | -2/+2 |
| | |||||
* | Upgrade to 4.12. | tg | 1998-09-30 | 1 | -4/+4 |
| | |||||
* | Remove regexp support for Mesa2 libs. | steve | 1998-09-27 | 1 | -2/+2 |
| | |||||
* | Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it | asami | 1998-09-17 | 1 | -2/+2 |
| | | | | in the first place. | ||||
* | libXpm major is now 5. Also remove regexp support in preparation for | asami | 1998-09-15 | 1 | -2/+2 |
| | | | | ELF conversion. | ||||
* | Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or | asami | 1998-08-05 | 1 | -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. | tg | 1998-07-21 | 1 | -1/+6 |
| | |||||
* | Mesa -> Mesa2 | asami | 1998-07-20 | 1 | -2/+2 |
| | |||||
* | Upgrade to 4.11. | tg | 1998-06-29 | 1 | -3/+3 |
| | |||||
* | Update to 4.10. | tg | 1998-05-20 | 1 | -5/+11 |
| | |||||
* | Upgrade to 4.09. | tg | 1998-03-25 | 1 | -3/+3 |
| | |||||
* | Enable kerberosIV if MAKE_KERBEROS4 is set. Xlock will then get a TGT | markm | 1998-03-20 | 1 | -1/+4 |
| | | | | for the user when she returns and unlocks. | ||||
* | Upgrade to 4.08.2. | tg | 1998-03-16 | 1 | -3/+3 |
| | |||||
* | Upgrade to 4.08.1. | tg | 1998-03-04 | 1 | -3/+3 |
| | |||||
* | Use MesaGL in any case when PACKAGE_BUILDING is defined. | tg | 1998-03-03 | 1 | -2/+2 |
| | |||||
* | Upgrade to 4.08. Use MesaGL when available. | tg | 1998-03-03 | 1 | -4/+11 |
| | |||||
* | Upgrade to 4.07. | tg | 1998-02-04 | 1 | -4/+4 |
| | |||||
* | No need to use += on first appearance of variables. | alex | 1997-12-24 | 1 | -2/+2 |
| | |||||
* | Upgrade to 4.06.1. | tg | 1997-11-24 | 1 | -3/+3 |
| | |||||
* | Add --enable-mouse-motion to CONFIGURE_ARGS and myself as MAINTAINER. | tg | 1997-10-10 | 1 | -3/+3 |
| | |||||
* | Upgrade to 4.05. | tg | 1997-10-10 | 1 | -8/+3 |
| | |||||
* | Upgrade to 4.04. | tg | 1997-09-22 | 1 | -4/+14 |
| | |||||
* | Upgrade 4.03 -> 4.03.1. | tg | 1997-07-30 | 1 | -3/+3 |
| | |||||
* | Upgrade 4.02 -> 4.03. | tg | 1997-07-21 | 1 | -3/+3 |
| | |||||
* | Upgrade to 4.02. | tg | 1997-04-25 | 1 | -6/+3 |
| | | | | | - flag-freebsd.h is now in the xlockmore distribution. - xlock now works with Xauthority | ||||
* | Upgrade to 4.01. | tg | 1997-04-03 | 1 | -3/+3 |
| | |||||
* | Upgrade to 4.00. | tg | 1997-02-20 | 1 | -3/+3 |
| | |||||
* | Use flag-freebsd.h, submitted by Philippe Regnauld <regnauld@deepo.prosa.dk>. | tg | 1997-01-14 | 1 | -0/+3 |
| | |||||
* | Upgrade from 3.12 to 3.13. | tg | 1997-01-09 | 1 | -3/+3 |
| | |||||
* | Upgrade from 3.11 to 3.12. | tg | 1996-12-02 | 1 | -7/+3 |
| | |||||
* | Yipes, deleted CATEGORIES by mistake. Mea culpa. | asami | 1996-11-19 | 1 | -2/+3 |
| |