Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 2005 17:50:57 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/88531: [MAINTAINER UPDATE] make games/scourge respect non-standard LOCALBASE/X11BASE settings
Message-ID:  <200511051750.jA5HovlX020723@www.freebsd.org>
Resent-Message-ID: <200511051800.jA5I0Rnt095091@freefall.freebsd.org>

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

>Number:         88531
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] make games/scourge respect non-standard LOCALBASE/X11BASE settings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 05 18:00:26 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.0-STABLE FreeBSD 6.0-STABLE #0: Fri Nov  4 16:03:07 PET 2005     root@HellFire.BSD.org.pe:/usr/obj/usr/src/sys/HellFire  i386           
>Description:
This port does not respect non-standard LOCALBASE/X11BASE settings, which
is a requirement that all FreeBSD ports should satisfy, patch solved problem.     
>How-To-Repeat:
              
>Fix:
--- scourge-0.11.patch begins here ---
diff -ruN Makefile Makefile
--- Makefile	Sun Oct 16 03:46:55 2005
+++ Makefile	Sat Nov  5 12:39:07 2005
@@ -22,6 +22,10 @@
 USE_GMAKE=	yes
 USE_GCC=	3.3+
 GNU_CONFIGURE=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include -I${X11BASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib -L${X11BASE}/lib
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} ${CXX}"
 WRKSRC=	${WRKDIR}/${PORTNAME}
 
 CONFIGURE_ARGS=	--with-data-dir=${DATADIR}
--- scourge-0.11.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?200511051750.jA5HovlX020723>