summaryrefslogtreecommitdiffstats
path: root/x11-servers/driglide
Commit message (Collapse)AuthorAgeFilesLines
* Use appropriate autoconf version (2.53), >= 2.50 is requiredvs2005-05-231-1/+1
| | | | Noticed by: cluster
* Add missing prototype to fix the build with recent GCC.danfe2004-12-242-7/+11
|
* Fix pkg-plist and bump PORTREVISIONkris2004-12-102-1/+3
|
* BROKEN on 5.x: Does not compilekris2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-231-1/+0
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Sync with new bsd.autotools.mkade2004-06-041-0/+1
|
* autoconf not available in extract/patch-targets, so move invocation tovs2004-05-151-1/+1
| | | | | | pre-configure. Noticed by: pointyhat
* Tidy up whitespace.trevor2004-04-101-2/+2
|
* SIZEify.trevor2004-03-171-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Fix build on -CURRENT.vs2004-03-111-8/+3
| | | | | PR: ports/62143 (suggested by Brandon S Allbery) Approved by: linimon (mentor)
* BROKEN on 5.x: does not compilekris2004-02-071-1/+7
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Reset maintainership to ports@. The truth is I don't have the time to fix thisanholt2004-01-101-1/+1
| | | | | | up. This port should wither away and die once someone updates graphics/glide3. Suggested by: linimon
* Mark this ONLY_FOR_ARCHS=i386 until it's ported to other platforms.anholt2003-03-131-0/+2
| | | | Prodded by: kris
* Update driglide to 0.9.1 after a repocopy from graphics/glide3. This is a forkanholt2003-03-0624-763/+19
| | | | | of Glide3 I have been working on which includes all bugfixes I can find, builds both libraries, and is smaller than the original libraries.
* Change email to anholt@freebsd.org and move local distfiles.anholt2002-07-301-2/+2
| | | | Approved by: des
* Take maintainership of glide3, update to a more recent CVS snapshot,anholt2002-06-0724-75/+762
| | | | | | | fix automake troubles, include patches for several bugs. Reviewed by: des Approved by: portmgr
* BROKEN: does not buildkris2002-03-251-0/+2
|
* Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch targetsteve2001-12-151-1/+1
| | | | and version 1.4 doesn't appear to work for this port.
* As the last act in perhaps the briefest MAINTAINER role ever, releasensayer2001-04-051-1/+1
| | | | this port since I don't actually have a tdfx card to test with anymore.
* Add WWWnsayer2001-04-011-0/+2
|
* glide3 port. Most of the credit goes to Eric Anholt.nsayer2001-04-016-0/+99
This makes a library good enough to be able to make the XFree86-4 port's lib/modules/dri/tdfx_dri.so, which is enough to enable DRI on 3dfx cards.
OpenPOWER on IntegriCloud