svn commit: r308494 - head/x11-servers/driglide

Eitan Adler eadler at FreeBSD.org
Sat Dec 8 22:51:08 UTC 2012


Author: eadler
Date: Sat Dec  8 22:51:07 2012
New Revision: 308494
URL: http://svnweb.freebsd.org/changeset/ports/308494

Log:
  3dfx has been defunct for a long time
  
  Feature safe:	yes

Modified:
  head/x11-servers/driglide/Makefile

Modified: head/x11-servers/driglide/Makefile
==============================================================================
--- head/x11-servers/driglide/Makefile	Sat Dec  8 22:19:21 2012	(r308493)
+++ head/x11-servers/driglide/Makefile	Sat Dec  8 22:51:07 2012	(r308494)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	glide3
-# Date created:				31 Mar 2001
-# Whom:					Nick Sayer <nsayer at freebsd.org>
-#
+# Created by: Nick Sayer <nsayer at freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	driglide
 PORTVERSION=	0.9.1
@@ -15,6 +11,9 @@ MASTER_SITE_SUBDIR=	anholt/driglide/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Libraries to support 3dfx Voodoo3/4/5/Banshee with the DRI
 
+DEPRECATED=	3dfx is dead, fails to compile on recent versions of freebsd
+EXPIRATION_DATE=	2013-02-28
+
 USE_XORG=	xxf86vm xxf86dga
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
@@ -22,7 +21,6 @@ USE_AUTOTOOLS=	automake autoconf libtool
 AUTOMAKE_ARGS=	-a
 USE_GMAKE=	yes
 MAKE_ARGS=	PREPROCESSOR=/usr/bin/cpp
-# Not yet ported to Alpha.
 ONLY_FOR_ARCHS=	i386
 
 # Glide DOES NOT work with CFLAGS greater than -O2


More information about the svn-ports-all mailing list