ports/132723: [PATCH] games/gnubg: --enable-nls twice appear in CONFIGURE_ARGS

TAKAHASHI Kaoru kaoru at kaisei.org
Tue Mar 17 09:40:03 UTC 2009


>Number:         132723
>Category:       ports
>Synopsis:       [PATCH] games/gnubg: --enable-nls twice appear in CONFIGURE_ARGS
>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:   Tue Mar 17 09:40:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     TAKAHASHI Kaoru
>Release:        FreeBSD 6.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD rave.kaoru.trans-nt.com 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 08:13:10 UTC 2008
>Description:
--enable-nls twice appear in CONFIGURE_ARGS (!WITHOUT_NLS case).
make -DWITHOUT_NLS runs './configure --enable-nls --disable-nls'.

Please remove --enable-nls from 1st CONFIGURE_ARGS= section.

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

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

--- gnubg-0.15_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/gnubg/Makefile /tmp/gnubg/Makefile
--- /usr/ports/games/gnubg/Makefile	2009-02-01 09:30:13.000000000 +0900
+++ /tmp/gnubg/Makefile	2009-03-17 18:26:47.000000000 +0900
@@ -30,7 +30,7 @@
 OPTIONS=	ESOUND	"Enable sound support" ON	\
 		NLS	"Enable gettext support" ON
 
-CONFIGURE_ARGS=	--enable-nls --with-board3d
+CONFIGURE_ARGS=	--with-board3d
 
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
 		ac_cv_path_ARTSC_CONFIG=no ac_cv_path_LIBART_CONFIG=no
--- gnubg-0.15_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list