From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 24 17:03:18 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CE9216A403; Mon, 24 Apr 2006 17:03:18 +0000 (UTC) (envelope-from yinjieh@alumni.csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F06243D49; Mon, 24 Apr 2006 17:03:17 +0000 (GMT) (envelope-from yinjieh@alumni.csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) by alumni.csie.nctu.edu.tw (8.13.6/8.13.4) with ESMTP id k3OH35tf033195; Tue, 25 Apr 2006 01:03:05 +0800 (CST) (envelope-from yinjieh@alumni.csie.nctu.edu.tw) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.13.6/8.13.4/Submit) id k3OH35IJ033194; Tue, 25 Apr 2006 01:03:05 +0800 (CST) (envelope-from yinjieh) Date: Tue, 25 Apr 2006 01:03:05 +0800 From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20060424170305.GB31992@alumni.csie.nctu.edu.tw> References: <200604230843.k3N8hbKk083202@alumni.csie.nctu.edu.tw> <200604230850.k3N8oFV2036779@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604230850.k3N8oFV2036779@freefall.freebsd.org> User-Agent: Mutt/1.5.11 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 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2006 17:03:18 -0000 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