ports/102772: [PATCH] graphics/sage: Respect CFLAGS

Soeren Straarup xride at x12.dk
Sat Sep 2 05:40:20 UTC 2006


>Number:         102772
>Category:       ports
>Synopsis:       [PATCH] graphics/sage: Respect CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 02 05:40:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Soeren Straarup
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Fri Aug  4 21:14:41 CEST
>Description:

Respect CFLAGS
Change INSTALLS_SHLIB to USE_LDCONFIG

Port maintainer (oliver at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- sage-0.1.2_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/sage/Makefile /space/portstrees/FreeBSD/ports/graphics/sage/Makefile
--- /usr/ports/graphics/sage/Makefile	Fri May 12 20:10:37 2006
+++ /space/portstrees/FreeBSD/ports/graphics/sage/Makefile	Fri Sep  1 21:27:54 2006
@@ -18,12 +18,12 @@
 USE_SDL=	sdl
 USE_GL=		yes
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 USE_GNOME=	gnomehack
 CONFIGURE_ARGS=	--program-transform-name=
 MAN3=		sage.3 sage_init.3
 
-CFLAGS=		-I${X11BASE}/include
+CFLAGS+=		-I${X11BASE}/include
 CONFIGURE_ENV=	"CFLAGS=${CFLAGS}"
 
 post-patch:
--- sage-0.1.2_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list