Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2008 05:11:44 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121890: [PATCH] graphics/glew: cleanup USE_X_PREFIX
Message-ID:  <20080320021144.9ACDD1702D@hades.panopticon>
Resent-Message-ID: <200803200220.m2K2K1KS080589@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080320021144.9ACDD1702D>