From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 24 17:10:22 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09BAF16A408 for ; Mon, 24 Apr 2006 17:10:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C09EE43D45 for ; Mon, 24 Apr 2006 17:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3OHALJi062219 for ; Mon, 24 Apr 2006 17:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3OHAL5k062218; Mon, 24 Apr 2006 17:10:21 GMT (envelope-from gnats) Date: Mon, 24 Apr 2006 17:10:21 GMT Message-Id: <200604241710.k3OHAL5k062218@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ying-Chieh Chen Cc: Subject: Re: ports/96189: [MAINTAINER-UPDATE] Update ports/games/ggz-txt-client to 0.0.13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ying-Chieh Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2006 17:10:22 -0000 The following reply was made to PR ports/96189; it has been noted by GNATS. From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/96189: [MAINTAINER-UPDATE] Update ports/games/ggz-txt-client to 0.0.13 Date: Tue, 25 Apr 2006 01:03:05 +0800 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 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