[kde-freebsd] ports/187213: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Mon Mar 3 15:50:01 UTC 2014
The following reply was made to PR ports/187213; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/187213: commit references a PR
Date: Mon, 3 Mar 2014 15:44:21 +0000 (UTC)
Author: makc
Date: Mon Mar 3 15:44:12 2014
New Revision: 346922
URL: http://svnweb.freebsd.org/changeset/ports/346922
QAT: https://qat.redports.org/buildarchive/r346922/
Log:
games/ggz-* ports:
- Fix build without NLS option after r344109
PR: ports/187213
Reported by: Kevin Zheng <kevinz5000 at gmail.com>
Modified:
head/games/ggz-client-libs/Makefile
head/games/ggz-gtk-client/Makefile
head/games/ggz-gtk-games/Makefile
head/games/ggz-txt-client/Makefile
Modified: head/games/ggz-client-libs/Makefile
==============================================================================
--- head/games/ggz-client-libs/Makefile Mon Mar 3 15:43:15 2014 (r346921)
+++ head/games/ggz-client-libs/Makefile Mon Mar 3 15:44:12 2014 (r346922)
@@ -26,7 +26,7 @@ OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
-NLS_CONFIGURE_ARGS= --disable-nls
+NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${REINPLACE_CMD} -e 's|libggz.la|libggz.so|g' ${WRKSRC}/configure
Modified: head/games/ggz-gtk-client/Makefile
==============================================================================
--- head/games/ggz-gtk-client/Makefile Mon Mar 3 15:43:15 2014 (r346921)
+++ head/games/ggz-gtk-client/Makefile Mon Mar 3 15:44:12 2014 (r346922)
@@ -25,7 +25,7 @@ OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
-NLS_CONFIGURE_ARGS= --disable-nls
+NLS_CONFIGURE_OFF= --disable-nls
.include "${.CURDIR}/../libggz/bsd.ggz.mk"
.include <bsd.port.mk>
Modified: head/games/ggz-gtk-games/Makefile
==============================================================================
--- head/games/ggz-gtk-games/Makefile Mon Mar 3 15:43:15 2014 (r346921)
+++ head/games/ggz-gtk-games/Makefile Mon Mar 3 15:44:12 2014 (r346922)
@@ -26,7 +26,7 @@ OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
-NLS_CONFIGURE_ARGS= --disable-nls
+NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${REINPLACE_CMD} -e 's|_LDADD =|_LDADD = -lggzcore|' \
Modified: head/games/ggz-txt-client/Makefile
==============================================================================
--- head/games/ggz-txt-client/Makefile Mon Mar 3 15:43:15 2014 (r346921)
+++ head/games/ggz-txt-client/Makefile Mon Mar 3 15:44:12 2014 (r346922)
@@ -23,7 +23,7 @@ OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
-NLS_CONFIGURE_ARGS= --disable-nls
+NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${REINPLACE_CMD} -e 's|_LDADD =|_LDADD = $$(LIB_GGZCORE)|' \
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the kde-freebsd
mailing list