FreshPorts -- The Place For Ports Wed, 15 Oct 2008 8:48 PM GMT
I will be attending meetBSD California 2008 at Google - Mountain View, California, November 15th and 16th, 2008. Will you be there?
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
driglide 0.9.1_6 x11-servers on this many watch lists=3 search for ports that depend on this port
Libraries to support 3dfx Voodoo3/4/5/Banshee with the DRI

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Mar 2003 01:24:16


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.

WWW: http://people.freebsd.org/~anholt/dri/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, x11/libXxf86vm, x11/libXxf86dga, devel/automake14, devel/autoconf262, devel/libtool15
Required To Run: x11/libXxf86vm, x11/libXxf86dga

To install the port: cd /usr/ports/x11-servers/driglide/ && make install clean
To add the package: pkg_add -r driglide


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/anholt/driglide//
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/anholt/driglide//
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/anholt/driglide//
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/anholt/driglide//
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/anholt/driglide//
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/anholt/driglide//
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/anholt/driglide//
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 30

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Aug 2008 01:57:32
Original commit files touched by this commit  0.9.1_6
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
19 Apr 2008 18:56:05
Original commit files touched by this commit  0.9.1_6
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
25 Mar 2008 22:44:48
Original commit files touched by this commit  0.9.1_6
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
30 Sep 2007 05:47:37
Original commit files touched by this commit  0.9.1_6
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
02 Jul 2007 20:55:33
Original commit files touched by this commit  0.9.1_5
danfe search for other commits by this committer
- Consistencify descriptions
- Kill unnecessary attribution
- Trim EOL whitespace
02 Jul 2007 20:53:53
Original commit files touched by this commit  0.9.1_5
danfe search for other commits by this committer
Fix missing Xlibs dependency.

Reported by:    pav
30 Jun 2007 21:38:21
Original commit files touched by this commit  0.9.1_5
danfe search for other commits by this committer
- Fix the build with recent GCC [1]
- Pet portlint(1)
- Clean up Makefile

Reported by:    pointyhat (logs) [1]
19 May 2007 21:32:57
Original commit files touched by this commit  0.9.1_5
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
30 Nov 2006 23:27:04
Original commit files touched by this commit  0.9.1_4
laszlof search for other commits by this committer
Respect X11BASE.

Approved by:    flz (mentor)
Reported By:    pointyhat
15 Aug 2006 02:11:33
Original commit files touched by this commit  0.9.1_4
clsung search for other commits by this committer
- 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 <gslin_AT_gslin dot org>
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.9.1_4
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
25 Nov 2005 19:16:38
Original commit files touched by this commit  0.9.1_3
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.9.1_3
ade search for other commits by this committer
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.
23 May 2005 08:22:49
Original commit files touched by this commit  0.9.1_3
vs search for other commits by this committer
Use appropriate autoconf version (2.53), >= 2.50 is required

Noticed by: cluster
24 Dec 2004 15:41:40
Original commit files touched by this commit  0.9.1_3
danfe search for other commits by this committer
Add missing prototype to fix the build with recent GCC.
10 Dec 2004 22:27:00
Original commit files touched by this commit  0.9.1_3
kris search for other commits by this committer
Fix pkg-plist and bump PORTREVISION
18 Sep 2004 17:41:50
Original commit files touched by this commit  0.9.1_2
kris search for other commits by this committer
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
23 Jul 2004 20:10:32
Original commit files touched by this commit  0.9.1_2
anholt search for other commits by this committer
- 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)
09 Jul 2004 18:43:11
Original commit files touched by this commit  0.9.1_2
marcus search for other commits by this committer
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
04 Jun 2004 18:29:38
Original commit files touched by this commit  0.9.1_2
ade search for other commits by this committer
Sync with new bsd.autotools.mk
15 May 2004 16:28:48
Original commit files touched by this commit  0.9.1_2
vs search for other commits by this committer
autoconf not available in extract/patch-targets, so move invocation to
pre-configure.

Noticed by: pointyhat
10 Apr 2004 18:26:55
Original commit files touched by this commit  0.9.1_2
trevor search for other commits by this committer
Tidy up whitespace.
17 Mar 2004 18:29:46
Original commit files touched by this commit  0.9.1_2
trevor search for other commits by this committer
SIZEify.
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.9.1_2
ade search for other commits by this committer
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.
11 Mar 2004 15:02:53
Original commit files touched by this commit  0.9.1_2
vs search for other commits by this committer
Fix build on -CURRENT.

PR: ports/62143 (suggested by Brandon S Allbery)
Approved by: linimon (mentor)
07 Feb 2004 23:21:45
Original commit files touched by this commit  0.9.1_1
kris search for other commits by this committer
BROKEN on 5.x: does not compile
04 Feb 2004 05:10:27
Original commit files touched by this commit  0.9.1_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
10 Jan 2004 21:05:34
Original commit files touched by this commit  0.9.1
anholt search for other commits by this committer
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
13 Mar 2003 00:57:44
Original commit files touched by this commit  0.9.1
anholt search for other commits by this committer
Mark this ONLY_FOR_ARCHS=i386 until it's ported to other platforms.

Prodded by:     kris
06 Mar 2003 01:23:19
Original commit files touched by this commit  0.9.1
anholt search for other commits by this committer
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.

Number of commits found: 30

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
libxml2Oct 15
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03

12 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19318
Broken 157
Deprecated 81
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 63
Interactive 78
new 24 hours 5
new 48 hours12
new 7 days51
new fortnight81
new month150

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.201 seconds.