The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD x11-servers : driglide

Libraries to support 3dfx Voodoo3/4/5/Banshee with the DRI

 These libraries are used by the 3dfx DRI module (lib/modules/dri/tdfx_dri.so)
to provide 3D hardware accelerated OpenGL for 3dfx Voodoo3/4/5/Banshee cards.
This does not support applications requiring the Glide library. 

http://people.freebsd.org/~anholt/dri/



driglide history


v. 1.30
date: 2007/09/30 04:47:35;  author: linimon;  state: Exp;  lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe

v. 1.29 date: 2007/07/02 19:53:52; author: danfe; state: Exp; lines: +1 -0 Fix missing Xlibs dependency. Reported by: pav
v. 1.28 date: 2007/06/30 20:38:21; author: danfe; state: Exp; lines: +18 -10 - Fix the build with recent GCC [1] - Pet portlint(1) - Clean up Makefile Reported by: pointyhat (logs) [1]
v. 1.27 date: 2007/05/19 20:29:46; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.26 date: 2006/11/30 23:27:04; author: laszlof; state: Exp; lines: +5 -0 Respect X11BASE. Approved by: flz (mentor) Reported By: pointyhat
v. 1.25 date: 2006/08/15 01:11:33; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.24 date: 2006/02/23 10:40:04; author: ade; state: Exp; lines: +4 -3 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.23 date: 2005/11/15 06:51:49; author: ade; state: Exp; lines: +1 -3 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.22 date: 2005/05/23 07:22:49; author: vs; state: Exp; lines: +1 -1 Use appropriate autoconf version (2.53), >= 2.50 is required Noticed by: cluster
v. 1.21 date: 2004/12/24 15:41:40; author: danfe; state: Exp; lines: +1 -7 Add missing prototype to fix the build with recent GCC.
v. 1.20 date: 2004/12/10 22:27:00; author: kris; state: Exp; lines: +1 -1 Fix pkg-plist and bump PORTREVISION
v. 1.19 date: 2004/09/18 16:41:50; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: Does not compile Approved by: portmgr (self)
v. 1.18 date: 2004/07/23 19:10:23; author: anholt; state: Exp; lines: +0 -1 - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, 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)
v. 1.17 date: 2004/07/09 17:42:59; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by 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
v. 1.16 date: 2004/06/04 17:29:36; author: ade; state: Exp; lines: +1 -0 Sync with new bsd.autotools.mk
v. 1.15 date: 2004/05/15 15:28:48; author: vs; state: Exp; lines: +1 -1 autoconf not available in extract/patch-targets, so move invocation to pre-configure. Noticed by: pointyhat
v. 1.14 date: 2004/04/10 17:26:53; author: trevor; state: Exp; lines: +2 -2 Tidy up whitespace.
v. 1.13 date: 2004/03/14 06:17:40; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... 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.
v. 1.12 date: 2004/03/11 15:02:53; author: vs; state: Exp; lines: +3 -8 Fix build on -CURRENT. PR: ports/62143 (suggested by Brandon S Allbery) Approved by: linimon (mentor)
v. 1.11 date: 2004/02/07 23:21:45; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: does not compile
v. 1.10 date: 2004/02/04 05:10:00; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.9 date: 2004/01/10 21:05:34; author: anholt; state: Exp; lines: +1 -1 Reset maintainership to ports@. The truth is I don't have the time to fix this up. This port should wither away and die once someone updates graphics/glide3. Suggested by: linimon
v. 1.8 date: 2003/03/13 00:57:44; author: anholt; state: Exp; lines: +2 -0 Mark this ONLY_FOR_ARCHS=i386 until it's ported to other platforms. Prodded by: kris
v. 1.7 date: 2003/03/06 01:23:18; author: anholt; state: Exp; lines: +7 -22 Update driglide to 0.9.1 after a repocopy from graphics/glide3. This is a fork of Glide3 I have been working on which includes all bugfixes I can find, builds both libraries, and is smaller than the original libraries.
v. 1.6 date: 2002/07/30 21:03:58; author: anholt; state: Exp; lines: +2 -2 Change email to anholt@freebsd.org and move local distfiles. Approved by: des
v. 1.5 date: 2002/06/07 06:11:55; author: anholt; state: Exp; lines: +32 -31 Take maintainership of glide3, update to a more recent CVS snapshot, fix automake troubles, include patches for several bugs. Reviewed by: des Approved by: portmgr
v. 1.4 date: 2002/03/25 02:06:53; author: kris; state: Exp; lines: +2 -0 BROKEN: does not build
v. 1.3 date: 2001/12/15 22:18:30; author: steve; state: Exp; lines: +2 -2 Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch target and version 1.4 doesn't appear to work for this port.
v. 1.2 date: 2001/04/05 03:25:52; author: nsayer; state: Exp; lines: +2 -2 As the last act in perhaps the briefest MAINTAINER role ever, release this port since I don't actually have a tdfx card to test with anymore.
v. 1.1 date: 2001/04/01 03:38:40; author: nsayer; state: Exp; glide3 port. Most of the credit goes to Eric Anholt. 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. ============================================================================= v. 1.30 date: 2007/09/30 04:47:35; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.29 date: 2007/07/02 19:53:52; author: danfe; state: Exp; lines: +1 -0 Fix missing Xlibs dependency. Reported by: pav
v. 1.28 date: 2007/06/30 20:38:21; author: danfe; state: Exp; lines: +18 -10 - Fix the build with recent GCC [1] - Pet portlint(1) - Clean up Makefile Reported by: pointyhat (logs) [1]
v. 1.27 date: 2007/05/19 20:29:46; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.26 date: 2006/11/30 23:27:04; author: laszlof; state: Exp; lines: +5 -0 Respect X11BASE. Approved by: flz (mentor) Reported By: pointyhat
v. 1.25 date: 2006/08/15 01:11:33; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.24 date: 2006/02/23 10:40:04; author: ade; state: Exp; lines: +4 -3 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.23 date: 2005/11/15 06:51:49; author: ade; state: Exp; lines: +1 -3 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.22 date: 2005/05/23 07:22:49; author: vs; state: Exp; lines: +1 -1 Use appropriate autoconf version (2.53), >= 2.50 is required Noticed by: cluster
v. 1.21 date: 2004/12/24 15:41:40; author: danfe; state: Exp; lines: +1 -7 Add missing prototype to fix the build with recent GCC.
v. 1.20 date: 2004/12/10 22:27:00; author: kris; state: Exp; lines: +1 -1 Fix pkg-plist and bump PORTREVISION
v. 1.19 date: 2004/09/18 16:41:50; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: Does not compile Approved by: portmgr (self)
v. 1.18 date: 2004/07/23 19:10:23; author: anholt; state: Exp; lines: +0 -1 - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, 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)
v. 1.17 date: 2004/07/09 17:42:59; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by 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
v. 1.16 date: 2004/06/04 17:29:36; author: ade; state: Exp; lines: +1 -0 Sync with new bsd.autotools.mk
v. 1.15 date: 2004/05/15 15:28:48; author: vs; state: Exp; lines: +1 -1 autoconf not available in extract/patch-targets, so move invocation to pre-configure. Noticed by: pointyhat
v. 1.14 date: 2004/04/10 17:26:53; author: trevor; state: Exp; lines: +2 -2 Tidy up whitespace.
v. 1.13 date: 2004/03/14 06:17:40; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... 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.
v. 1.12 date: 2004/03/11 15:02:53; author: vs; state: Exp; lines: +3 -8 Fix build on -CURRENT. PR: ports/62143 (suggested by Brandon S Allbery) Approved by: linimon (mentor)
v. 1.11 date: 2004/02/07 23:21:45; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: does not compile
v. 1.10 date: 2004/02/04 05:10:00; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.9 date: 2004/01/10 21:05:34; author: anholt; state: Exp; lines: +1 -1 Reset maintainership to ports@. The truth is I don't have the time to fix this up. This port should wither away and die once someone updates graphics/glide3. Suggested by: linimon
v. 1.8 date: 2003/03/13 00:57:44; author: anholt; state: Exp; lines: +2 -0 Mark this ONLY_FOR_ARCHS=i386 until it's ported to other platforms. Prodded by: kris
v. 1.7 date: 2003/03/06 01:23:18; author: anholt; state: Exp; lines: +7 -22 Update driglide to 0.9.1 after a repocopy from graphics/glide3. This is a fork of Glide3 I have been working on which includes all bugfixes I can find, builds both libraries, and is smaller than the original libraries.
v. 1.6 date: 2002/07/30 21:03:58; author: anholt; state: Exp; lines: +2 -2 Change email to anholt@freebsd.org and move local distfiles. Approved by: des
v. 1.5 date: 2002/06/07 06:11:55; author: anholt; state: Exp; lines: +32 -31 Take maintainership of glide3, update to a more recent CVS snapshot, fix automake troubles, include patches for several bugs. Reviewed by: des Approved by: portmgr
v. 1.4 date: 2002/03/25 02:06:53; author: kris; state: Exp; lines: +2 -0 BROKEN: does not build
v. 1.3 date: 2001/12/15 22:18:30; author: steve; state: Exp; lines: +2 -2 Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch target and version 1.4 doesn't appear to work for this port.
v. 1.2 date: 2001/04/05 03:25:52; author: nsayer; state: Exp; lines: +2 -2 As the last act in perhaps the briefest MAINTAINER role ever, release this port since I don't actually have a tdfx card to test with anymore.
v. 1.1 date: 2001/04/01 03:38:40; author: nsayer; state: Exp; glide3 port. Most of the credit goes to Eric Anholt. 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. ============================================================================= v. 1.30 date: 2007/09/30 04:47:35; author: linimon; state: Exp; lines: +2 -2 Switch autoconf dependencies from 2.53 or 2.59 to 2.61. PR: ports/116639 Submitted by: aDe
v. 1.29 date: 2007/07/02 19:53:52; author: danfe; state: Exp; lines: +1 -0 Fix missing Xlibs dependency. Reported by: pav
v. 1.28 date: 2007/06/30 20:38:21; author: danfe; state: Exp; lines: +18 -10 - Fix the build with recent GCC [1] - Pet portlint(1) - Clean up Makefile Reported by: pointyhat (logs) [1]
v. 1.27 date: 2007/05/19 20:29:46; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.26 date: 2006/11/30 23:27:04; author: laszlof; state: Exp; lines: +5 -0 Respect X11BASE. Approved by: flz (mentor) Reported By: pointyhat
v. 1.25 date: 2006/08/15 01:11:33; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.24 date: 2006/02/23 10:40:04; author: ade; state: Exp; lines: +4 -3 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.23 date: 2005/11/15 06:51:49; author: ade; state: Exp; lines: +1 -3 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.22 date: 2005/05/23 07:22:49; author: vs; state: Exp; lines: +1 -1 Use appropriate autoconf version (2.53), >= 2.50 is required Noticed by: cluster
v. 1.21 date: 2004/12/24 15:41:40; author: danfe; state: Exp; lines: +1 -7 Add missing prototype to fix the build with recent GCC.
v. 1.20 date: 2004/12/10 22:27:00; author: kris; state: Exp; lines: +1 -1 Fix pkg-plist and bump PORTREVISION
v. 1.19 date: 2004/09/18 16:41:50; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: Does not compile Approved by: portmgr (self)
v. 1.18 date: 2004/07/23 19:10:23; author: anholt; state: Exp; lines: +0 -1 - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, 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)
v. 1.17 date: 2004/07/09 17:42:59; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by 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
v. 1.16 date: 2004/06/04 17:29:36; author: ade; state: Exp; lines: +1 -0 Sync with new bsd.autotools.mk
v. 1.15 date: 2004/05/15 15:28:48; author: vs; state: Exp; lines: +1 -1 autoconf not available in extract/patch-targets, so move invocation to pre-configure. Noticed by: pointyhat
v. 1.14 date: 2004/04/10 17:26:53; author: trevor; state: Exp; lines: +2 -2 Tidy up whitespace.
v. 1.13 date: 2004/03/14 06:17:40; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... 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.
v. 1.12 date: 2004/03/11 15:02:53; author: vs; state: Exp; lines: +3 -8 Fix build on -CURRENT. PR: ports/62143 (suggested by Brandon S Allbery) Approved by: linimon (mentor)
v. 1.11 date: 2004/02/07 23:21:45; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: does not compile
v. 1.10 date: 2004/02/04 05:10:00; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.9 date: 2004/01/10 21:05:34; author: anholt; state: Exp; lines: +1 -1 Reset maintainership to ports@. The truth is I don't have the time to fix this up. This port should wither away and die once someone updates graphics/glide3. Suggested by: linimon
v. 1.8 date: 2003/03/13 00:57:44; author: anholt; state: Exp; lines: +2 -0 Mark this ONLY_FOR_ARCHS=i386 until it's ported to other platforms. Prodded by: kris
v. 1.7 date: 2003/03/06 01:23:18; author: anholt; state: Exp; lines: +7 -22 Update driglide to 0.9.1 after a repocopy from graphics/glide3. This is a fork of Glide3 I have been working on which includes all bugfixes I can find, builds both libraries, and is smaller than the original libraries.
v. 1.6 date: 2002/07/30 21:03:58; author: anholt; state: Exp; lines: +2 -2 Change email to anholt@freebsd.org and move local distfiles. Approved by: des
v. 1.5 date: 2002/06/07 06:11:55; author: anholt; state: Exp; lines: +32 -31 Take maintainership of glide3, update to a more recent CVS snapshot, fix automake troubles, include patches for several bugs. Reviewed by: des Approved by: portmgr
v. 1.4 date: 2002/03/25 02:06:53; author: kris; state: Exp; lines: +2 -0 BROKEN: does not build
v. 1.3 date: 2001/12/15 22:18:30; author: steve; state: Exp; lines: +2 -2 Set USE_AUTOMAKE_VER=15 because aclocal is called in the post-patch target and version 1.4 doesn't appear to work for this port.
v. 1.2 date: 2001/04/05 03:25:52; author: nsayer; state: Exp; lines: +2 -2 As the last act in perhaps the briefest MAINTAINER role ever, release this port since I don't actually have a tdfx card to test with anymore.
v. 1.1 date: 2001/04/01 03:38:40; author: nsayer; state: Exp; glide3 port. Most of the credit goes to Eric Anholt. 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. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm