Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2013 16:41:11 GMT
From:      Chris Petrik <c.petrik.sosa@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178636: [PATCH] mark games/viruskiller broken on amd64
Message-ID:  <201305141641.r4EGfBKl094496@oldred.FreeBSD.org>
Resent-Message-ID: <201305141650.r4EGo0wH087406@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305141641.r4EGfBKl094496>