aboutsummaryrefslogtreecommitdiff
path: root/graphics/glide3
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak the build with latest GCC.Alexey Dokuchaev2005-01-184-6/+12
| | | | Notes: svn path=/head/; revision=126721
* - Convert to OPTIONSPav Lucistnik2004-08-201-9/+6
| | | | | | | | PR: ports/70735 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Notes: svn path=/head/; revision=116856
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric 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) Notes: svn path=/head/; revision=114511
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* autoconf not available in extract/patch-targets, so move invocation toVolker Stolz2004-05-151-1/+1
| | | | | | | | | pre-configure. Noticed by: pointyhat Notes: svn path=/head/; revision=109217
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Reset maintainership to ports@. The truth is I don't have the time to fix thisEric Anholt2004-01-101-1/+1
| | | | | | | | | up. Someone should pick it up and update it to the snapshot at glide.sf.net. Suggested by: linimon Notes: svn path=/head/; revision=97886
* Mark as broken on 5.x (won't install, per bento logs). Notified maintainer.Mark Linimon2003-12-121-1/+7
| | | | Notes: svn path=/head/; revision=95653
* Fix build with new gcc by reducing pasting abuse in macros.Eric Anholt2003-09-294-6/+122
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=89747
* Set ONLY_FOR_ARCHS=i386.Eric Anholt2003-05-121-1/+6
| | | | Notes: svn path=/head/; revision=80718
* 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=77045
* Change email to anholt@freebsd.org and move local distfiles.Eric Anholt2002-07-301-2/+2
| | | | | | | Approved by: des Notes: svn path=/head/; revision=63761
* Take maintainership of glide3, update to a more recent CVS snapshot,Eric Anholt2002-06-0724-75/+762
| | | | | | | | | | fix automake troubles, include patches for several bugs. Reviewed by: des Approved by: portmgr Notes: svn path=/head/; revision=60748
* BROKEN: does not buildKris Kennaway2002-03-251-0/+2
| | | | Notes: svn path=/head/; revision=56570
* Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch targetSteve Price2001-12-151-1/+1
| | | | | | | and version 1.4 doesn't appear to work for this port. Notes: svn path=/head/; revision=51604
* As the last act in perhaps the briefest MAINTAINER role ever, releaseNick Sayer2001-04-051-1/+1
| | | | | | | this port since I don't actually have a tdfx card to test with anymore. Notes: svn path=/head/; revision=40862
* Add WWWNick Sayer2001-04-011-0/+2
| | | | Notes: svn path=/head/; revision=40690
* glide3 port. Most of the credit goes to Eric Anholt.Nick Sayer2001-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. Notes: svn path=/head/; revision=40683