Date: Tue, 25 Apr 2006 01:03:05 +0800 From: Ying-Chieh Chen <yinjieh@alumni.csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/96189: [MAINTAINER-UPDATE] Update ports/games/ggz-txt-client to 0.0.13 Message-ID: <20060424170305.GB31992@alumni.csie.nctu.edu.tw> In-Reply-To: <200604230850.k3N8oFV2036779@freefall.freebsd.org> References: <200604230843.k3N8hbKk083202@alumni.csie.nctu.edu.tw> <200604230850.k3N8oFV2036779@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Include the new patch. Changes in this patch: - Respect WITHOUT_NLS knob. Please commit this patch instead of the previous patch. Thanks! diff -ruN /usr/ports/games/ggz-txt-client/Makefile ggz-txt-client/Makefile --- /usr/ports/games/ggz-txt-client/Makefile Sat Nov 5 12:46:02 2005 +++ ggz-txt-client/Makefile Mon Apr 24 00:23:04 2006 @@ -7,11 +7,12 @@ # PORTNAME= ggz-txt-client -PORTVERSION= 0.0.12 +PORTVERSION= 0.0.13 CATEGORIES= games MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \ http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} +DIST_SUBDIR= ggz MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= The GGZ Gaming Zone - Console (Text) Frontend @@ -29,5 +30,13 @@ CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} + +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.endif .include <bsd.port.mk> diff -ruN /usr/ports/games/ggz-txt-client/distinfo ggz-txt-client/distinfo --- /usr/ports/games/ggz-txt-client/distinfo Mon Jan 23 20:22:47 2006 +++ ggz-txt-client/distinfo Mon Apr 10 13:34:01 2006 @@ -1,3 +1,3 @@ -MD5 (ggz-txt-client-0.0.12.tar.gz) = 6f239c047439ec30c6d60f1bf35e7dc3 -SHA256 (ggz-txt-client-0.0.12.tar.gz) = c8695528fd62a9fcf7d1fe200d83892a26b6281961f82727b49d47917b97cd25 -SIZE (ggz-txt-client-0.0.12.tar.gz) = 142423 +MD5 (ggz/ggz-txt-client-0.0.13.tar.gz) = 7eb25d2612c06f5324d1b1bfda631fc2 +SHA256 (ggz/ggz-txt-client-0.0.13.tar.gz) = c8db34bbe64bf46cf23428629554d2f867efaa61b6f1eafc0c5f146462368470 +SIZE (ggz/ggz-txt-client-0.0.13.tar.gz) = 145746 diff -ruN /usr/ports/games/ggz-txt-client/pkg-descr ggz-txt-client/pkg-descr --- /usr/ports/games/ggz-txt-client/pkg-descr Thu Oct 9 09:47:02 2003 +++ ggz-txt-client/pkg-descr Mon Apr 17 01:10:22 2006 @@ -1,3 +1,7 @@ +============================================= +The GGZ Gaming Zone - Console (Text) Frontend +============================================= + This core client is not only useful for environments where no graphical desktop is available, but does also serve as a reference implementation of the ggzcore functionality. diff -ruN /usr/ports/games/ggz-txt-client/pkg-plist ggz-txt-client/pkg-plist --- /usr/ports/games/ggz-txt-client/pkg-plist Mon Jan 23 20:22:47 2006 +++ ggz-txt-client/pkg-plist Mon Apr 24 00:23:14 2006 @@ -2,6 +2,6 @@ etc/ggz.modules lib/ggz/tttxt share/applications/ggz-txt.desktop -share/locale/de/LC_MESSAGES/ggz-txt.mo +%%NLS%%share/locale/de/LC_MESSAGES/ggz-txt.mo @dirrmtry share/applications @dirrmtry lib/ggz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060424170305.GB31992>