ports/121890: [PATCH] graphics/glew: cleanup USE_X_PREFIX

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Mar 20 02:20:01 UTC 2008


>Number:         121890
>Category:       ports
>Synopsis:       [PATCH] graphics/glew: cleanup USE_X_PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 20 02:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-RELEASE FreeBSD 7.0-RELEASE #5: Fri Mar 14 14:26:43 MSK 2008 root at hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
* Cleanup USE_X_PREFIX (change to USE_XORG)
* While here, use SF macro
>How-To-Repeat:
>Fix:

--- glew.patch begins here ---
diff -ruN glew.orig/Makefile glew/Makefile
--- glew.orig/Makefile	2008-03-20 05:06:37.000000000 +0300
+++ glew/Makefile	2008-03-20 05:09:42.000000000 +0300
@@ -7,16 +7,15 @@
 
 PORTNAME=	glew
 PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+MASTER_SITES=	SF
 EXTRACT_SUFX=	-src.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The OpenGL Extension Wrangler Library
 
-USE_X_PREFIX=	yes
+USE_XORG=	x11 xext xi xmu
 USE_GMAKE=	yes
 USE_GL=		yes
 USE_LDCONFIG=	yes
--- glew.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list