Date: Sat, 8 Feb 2014 13:30:37 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343327 - head/games/liquidwar Message-ID: <201402081330.s18DUboN098512@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Feb 8 13:30:37 2014 New Revision: 343327 URL: http://svnweb.freebsd.org/changeset/ports/343327 QAT: https://qat.redports.org/buildarchive/r343327/ Log: - Unbreak after implicit lang/python dependency removal - While, stage support and use OPTIONS helpers Reported by: pkg-fallout Modified: head/games/liquidwar/Makefile head/games/liquidwar/pkg-plist Modified: head/games/liquidwar/Makefile ============================================================================== --- head/games/liquidwar/Makefile Sat Feb 8 13:10:58 2014 (r343326) +++ head/games/liquidwar/Makefile Sat Feb 8 13:30:37 2014 (r343327) @@ -13,27 +13,21 @@ MASTER_SITE_SUBDIR= liquidwar MAINTAINER= edwin@mavetju.org COMMENT= You control an army of liquid and have to try and eat your opponents -LIB_DEPENDS= alleg.4:${PORTSDIR}/devel/allegro +LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS= --disable-target-opt --disable-doc-ps --disable-doc-pdf +CONFIGURE_ENV= ac_cv_prog_PYTHON=yes USE_PYTHON_BUILD=yes INFO= liquidwar -MANCOMPRESSED= yes -MAN6= liquidwar.6 \ - liquidwar-server.6 \ - liquidwar-mapgen.6 - OPTIONS_DEFINE= ASM -NO_STAGE= yes -.include <bsd.port.options.mk> +ASM_CONFIGURE_OFF= --disable-asm -.if ! ${PORT_OPTIONS:MASM} -CONFIGURE_ARGS+= --disable-asm -.endif +post-patch: + @${REINPLACE_CMD} 's,python,${PYTHON_CMD},' ${WRKSRC}/doc/Makefile.in .include <bsd.port.mk> Modified: head/games/liquidwar/pkg-plist ============================================================================== --- head/games/liquidwar/pkg-plist Sat Feb 8 13:10:58 2014 (r343326) +++ head/games/liquidwar/pkg-plist Sat Feb 8 13:30:37 2014 (r343327) @@ -1,6 +1,9 @@ bin/liquidwar bin/liquidwar-server bin/liquidwar-mapgen +man/man6/liquidwar-mapgen.6.gz +man/man6/liquidwar-server.6.gz +man/man6/liquidwar.6.gz %%DOCSDIR%%/txt/algorithm.txt %%DOCSDIR%%/txt/authors.txt %%DOCSDIR%%/txt/bugs.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081330.s18DUboN098512>