From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 14 16:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 12CAE2FD for ; Tue, 14 May 2013 16:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D43159FD for ; Tue, 14 May 2013 16:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4EGo0Oc087407 for ; Tue, 14 May 2013 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4EGo0wH087406; Tue, 14 May 2013 16:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 14 May 2013 16:50:00 GMT Resent-Message-Id: <201305141650.r4EGo0wH087406@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Petrik Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 42000115 for ; Tue, 14 May 2013 16:41:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 33E3A983 for ; Tue, 14 May 2013 16:41:12 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4EGfBJu094497 for ; Tue, 14 May 2013 16:41:11 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4EGfBKl094496; Tue, 14 May 2013 16:41:11 GMT (envelope-from nobody) Message-Id: <201305141641.r4EGfBKl094496@oldred.FreeBSD.org> Date: Tue, 14 May 2013 16:41:11 GMT From: Chris Petrik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/178636: [PATCH] mark games/viruskiller broken on amd64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 16:50:01 -0000 >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 + +.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: