ports/178636: [PATCH] mark games/viruskiller broken on amd64
Chris Petrik
c.petrik.sosa at gmail.com
Tue May 14 16:50:01 UTC 2013
>Number: 178636
>Category: ports
>Synopsis: [PATCH] mark games/viruskiller broken on amd64
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue May 14 16:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Chris Petrik
>Release:
>Organization:
NA
>Environment:
>Description:
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: viruskiller/Makefile
===================================================================
--- viruskiller/Makefile (revision 318122)
+++ viruskiller/Makefile (working copy)
@@ -13,6 +13,9 @@
LICENSE= GPLv2
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT= DOCS
+
USE_SDL= mixer image ttf net
USE_GMAKE= yes
@@ -22,11 +25,17 @@
MAKEFILE= makefile
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= Does not build with new libz
+.endif
+
post-patch:
# Remove non-free restricted files:
${RM} -f ${WRKSRC}/music/* ${WRKSRC}/sound/*
-.if defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e "s|^.*install.*DOCS.*||g" \
-e "s|^.*mkdir.*DOCDIR.*||g" \
${WRKSRC}/makefile
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list