From owner-svn-ports-all@FreeBSD.ORG Wed Dec 3 13:39:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A360934; Wed, 3 Dec 2014 13:39:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3CD1E905; Wed, 3 Dec 2014 13:39:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB3Dd1nM000103; Wed, 3 Dec 2014 13:39:01 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB3Dd0oo000100; Wed, 3 Dec 2014 13:39:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201412031339.sB3Dd0oo000100@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 3 Dec 2014 13:39:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373824 - head/games/ggz-txt-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 13:39:01 -0000 Author: amdmi3 Date: Wed Dec 3 13:39:00 2014 New Revision: 373824 URL: https://svnweb.freebsd.org/changeset/ports/373824 QAT: https://qat.redports.org/buildarchive/r373824/ Log: - Remove NLS option, doesn't build with it disabled - Fix etc/ggz.modules handling - Drop @dirrm* from plist Modified: head/games/ggz-txt-client/Makefile head/games/ggz-txt-client/pkg-plist Modified: head/games/ggz-txt-client/Makefile ============================================================================== --- head/games/ggz-txt-client/Makefile Wed Dec 3 13:38:48 2014 (r373823) +++ head/games/ggz-txt-client/Makefile Wed Dec 3 13:39:00 2014 (r373824) @@ -9,7 +9,7 @@ CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= The GGZ Gaming Zone - Console (Text) Frontend -USES= readline +USES= gettext readline GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug USE_GGZ= client @@ -19,12 +19,6 @@ INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread -lexpat -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_USES= gettext -NLS_CONFIGURE_OFF= --disable-nls - post-patch: @${REINPLACE_CMD} -e 's|_LDADD =|_LDADD = $$(LIB_GGZCORE)|' \ ${WRKSRC}/tttxt/Makefile.in @@ -32,6 +26,7 @@ post-patch: post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/ggz @${INSTALL_DATA} ${WRKSRC}/tttxt/module.dsc ${STAGEDIR}/${PREFIX}/share/ggz/tttxt.dsc + ${RM} ${STAGEDIR}${PREFIX}/etc/ggz.modules .include "${.CURDIR}/../libggz/bsd.ggz.mk" .include Modified: head/games/ggz-txt-client/pkg-plist ============================================================================== --- head/games/ggz-txt-client/pkg-plist Wed Dec 3 13:38:48 2014 (r373823) +++ head/games/ggz-txt-client/pkg-plist Wed Dec 3 13:39:00 2014 (r373824) @@ -5,6 +5,5 @@ share/applications/ggz-txt.desktop @unexec ggz-config -D --remove --modfile=%D/share/ggz/tttxt.dsc --force share/ggz/tttxt.dsc @exec ggz-config -D --install --modfile=%D/share/ggz/tttxt.dsc --force -%%NLS%%share/locale/de/LC_MESSAGES/ggz-txt.mo -@dirrmtry share/ggz -@dirrmtry lib/ggz +share/locale/de/LC_MESSAGES/ggz-txt.mo +@unexec if [ "x`cat %D/etc/ggz.modules`" = "x[Games]" ]; then echo -n > %D/etc/ggz.modules; fi