ports/174139: [PATCH] games/wesnoth: fix plist

Dmitry Marakasov amdmi3 at amdmi3.ru
Wed Dec 5 02:30:01 UTC 2012


>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 at 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 at 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 at ijekavian sr at ijekavianlatin sr at 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:


More information about the freebsd-ports-bugs mailing list