Received: by mail.netbsd.org (Postfix, from userid 605) id 9E5D484D91; Wed, 23 Oct 2019 20:21:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24E2284D90 for ; Wed, 23 Oct 2019 20:21:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aVpde_wotxHF for ; Wed, 23 Oct 2019 20:21:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8058484D62 for ; Wed, 23 Oct 2019 20:21:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79F47FA81; Wed, 23 Oct 2019 20:21:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571862065144960" MIME-Version: 1.0 Date: Wed, 23 Oct 2019 20:21:05 +0000 From: "Olaf Seibert" Subject: CVS commit: pkgsrc/emulators/fs-uae To: pkgsrc-changes@NetBSD.org Reply-To: rhialto@netbsd.org X-Mailer: log_accum Message-Id: <20191023202105.79F47FA81@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. --_----------=_1571862065144960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rhialto Date: Wed Oct 23 20:21:05 UTC 2019 Modified Files: pkgsrc/emulators/fs-uae: Makefile Log Message: fs-uae is NOT_PAX_MPROTECT_SAFE. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/emulators/fs-uae/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571862065144960 Content-Disposition: inline Content-Length: 778 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/fs-uae/Makefile diff -u pkgsrc/emulators/fs-uae/Makefile:1.9 pkgsrc/emulators/fs-uae/Makefile:1.10 --- pkgsrc/emulators/fs-uae/Makefile:1.9 Thu Aug 22 18:35:22 2019 +++ pkgsrc/emulators/fs-uae/Makefile Wed Oct 23 20:21:05 2019 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2019/08/22 18:35:22 adam Exp $ +# $NetBSD: Makefile,v 1.10 2019/10/23 20:21:05 rhialto Exp $ DISTNAME= fs-uae-3.0.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://fs-uae.net/stable/${PKGVERSION_NOREV}/ @@ -14,6 +15,8 @@ USE_TOOLS+= msgfmt pkg-config zip GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libmpeg2 +NOT_PAX_MPROTECT_SAFE+= bin/fs-uae + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" #OPENAL_CFLAGS="-framework OpenAL" --_----------=_1571862065144960--