Received: by mail.netbsd.org (Postfix, from userid 605) id E1F0484D7D; Fri, 12 Apr 2019 18:39:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 686F484D66 for ; Fri, 12 Apr 2019 18:39:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id na_cqZl21reD for ; Fri, 12 Apr 2019 18:39:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C004384CD5 for ; Fri, 12 Apr 2019 18:39:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BAC3DFB16; Fri, 12 Apr 2019 18:39:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1555094374225780" MIME-Version: 1.0 Date: Fri, 12 Apr 2019 18:39:34 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/ioquake3 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190412183934.BAC3DFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1555094374225780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Apr 12 18:39:34 UTC 2019 Modified Files: pkgsrc/games/ioquake3: Makefile Log Message: games/ioquake3: Mark unsafe for PAX_MPROTECT and set LICENSE. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/ioquake3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1555094374225780 Content-Disposition: inline Content-Length: 1178 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/ioquake3/Makefile diff -u pkgsrc/games/ioquake3/Makefile:1.6 pkgsrc/games/ioquake3/Makefile:1.7 --- pkgsrc/games/ioquake3/Makefile:1.6 Sat Jul 16 00:10:33 2016 +++ pkgsrc/games/ioquake3/Makefile Fri Apr 12 18:39:34 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2016/07/16 00:10:33 markd Exp $ +# $NetBSD: Makefile,v 1.7 2019/04/12 18:39:34 nia Exp $ # DISTNAME= ioquake3-1.36 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games MASTER_SITES= http://ioquake3.org/files/1.36/ EXTRACT_SUFX= .tar.bz2 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ioquake3.org/ COMMENT= Open source Quake 3 distribution +LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake BUILD_TARGET= release @@ -28,6 +29,10 @@ QUAKE_ARCH= ${MACHINE_ARCH} PLIST_SUBST+= QUAKE_ARCH=${QUAKE_ARCH:Q} +# recursive error after: VM_CompileX86: mprotect failed +NOT_PAX_MPROTECT_SAFE+= lib/ioquake3/ioq3ded.${QUAKE_ARCH} +NOT_PAX_MPROTECT_SAFE+= lib/ioquake3/ioquake3.${QUAKE_ARCH} + .include "../../audio/openal-soft/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" --_----------=_1555094374225780--