Date: Wed, 5 Dec 2012 06:26:08 +0400 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: rnejdl@ringofsaturn.com Subject: ports/174139: [PATCH] games/wesnoth: fix plist Message-ID: <20121205022608.77C33A27@hades.panopticon> Resent-Message-ID: <201212050230.qB52U0sa048824@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 174139 >Category: ports >Synopsis: [PATCH] games/wesnoth: fix plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 05 02:30:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 17:39:20 MSK 2012 >Description: - Fix plist for WITHOUT_SERVER case (http://people.freebsd.org/~amdmi3/wesnoth-noserver-1.10.4.log) - Remove unneeded apostrophe escaping Port maintainer (rnejdl@ringofsaturn.com) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- wesnoth-1.10.4.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/wesnoth/Makefile ./Makefile --- /usr/ports/games/wesnoth/Makefile 2012-11-17 09:57:56.000000000 +0400 +++ ./Makefile 2012-12-05 06:22:26.335048105 +0400 @@ -2,7 +2,7 @@ # Date created: 22 December 2003 # Whom: Mezz <mezz7@cox.net> # -# $FreeBSD: ports/games/wesnoth/Makefile,v 1.101 2012/11/17 05:57:56 svnexp Exp $ +# $FreeBSD: head/games/wesnoth/Makefile 304987 2012-09-28 10:51:52Z culot $ # PORTNAME= wesnoth @@ -98,9 +98,11 @@ USE_GETTEXT= yes MANLANG= "" cs de en_GB es et fi fr gl hu id it lt pl ru sk \ sr sr@ijekavian sr@ijekavianlatin sr@latin vi zh_CN zh_TW +.if ${PORT_OPTIONS:MSERVER} _MANPAGES+= ${PREFIX}/man/ja/man6/wesnothd.6 \ ${PREFIX}/man/pt_BR/man6/wesnothd.6 \ ${PREFIX}/man/tr/man6/wesnothd.6 +.endif PLIST_SUB+= NLS="" .else CMAKE_ARGS+= -DENABLE_NLS=off @@ -120,7 +122,7 @@ .endif .if ${PORT_OPTIONS:MPYTHON} -BROKEN= cmake build doesn\'t support installing python tools +BROKEN= cmake build doesn't support installing python tools USE_PYTHON= yes CONFIGURE_ENV+= PYTHON_PREFIX=${PREFIX} \ PYTHON_VERSION=${PYTHON_VERSION:S/python//} --- wesnoth-1.10.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121205022608.77C33A27>