From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75E001381F3 for ; Mon, 23 Sep 2013 12:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C709FE0A40; Mon, 23 Sep 2013 12:41:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0562E0A94 for ; Mon, 23 Sep 2013 12:41:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A012433ED4F for ; Mon, 23 Sep 2013 12:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D11F8E5469 for ; Mon, 23 Sep 2013 12:41:46 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1379940062.42f643c1055c0508a39eb2841d8a74edd5065698.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-lang/mono/mono-3.0.11.ebuild dev-lang/mono/mono-3.0.7.ebuild dev-lang/mono/mono-9999.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 42f643c1055c0508a39eb2841d8a74edd5065698 X-VCS-Branch: master Date: Mon, 23 Sep 2013 12:41:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 43d2e674-ea78-4e8a-a18b-f68fb31ce8b7 X-Archives-Hash: 4c7175b0a59c3587c129bc0ab3850e9c commit: 42f643c1055c0508a39eb2841d8a74edd5065698 Author: layman localhost> AuthorDate: Thu May 30 11:52:42 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Mon Sep 23 12:41:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=42f643c1 use paxctl-ng to support the favorised method of pax marking via filesystem attributes --- dev-lang/mono/mono-3.0.11.ebuild | 6 +++--- dev-lang/mono/mono-3.0.7.ebuild | 6 +++--- dev-lang/mono/mono-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-lang/mono/mono-3.0.11.ebuild b/dev-lang/mono/mono-3.0.11.ebuild index b4f1195..0943a4c 100644 --- a/dev-lang/mono/mono-3.0.11.ebuild +++ b/dev-lang/mono/mono-3.0.11.ebuild @@ -30,7 +30,7 @@ RDEPEND="${COMMONDEPEND} DEPEND="${COMMONDEPEND} sys-devel/bc virtual/yacc - pax_kernel? ( sys-apps/paxctl ) + pax_kernel? ( sys-apps/elfix ) " pkg_pretend() { @@ -50,12 +50,12 @@ src_prepare() { cat "${S}/mono/metadata/Makefile.am.in" > "${S}/mono/metadata/Makefile.am" || die eautoreconf - # we need to sed in the paxctl -mr in the runtime/mono-wrapper.in so it don't + # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it don't # get killed in the build proces when MPROTEC is enable. #286280 # RANDMMAP kill the build proces to #347365 if use pax_kernel ; then ewarn "We are disabling MPROTECT on the mono binary." - sed '/exec/ i\paxctl -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in + sed '/exec/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in fi # mono build system can fail otherwise diff --git a/dev-lang/mono/mono-3.0.7.ebuild b/dev-lang/mono/mono-3.0.7.ebuild index 03af857..639d21f 100644 --- a/dev-lang/mono/mono-3.0.7.ebuild +++ b/dev-lang/mono/mono-3.0.7.ebuild @@ -27,7 +27,7 @@ RDEPEND="${COMMONDEPEND} DEPEND="${COMMONDEPEND} sys-devel/bc virtual/yacc - pax_kernel? ( sys-apps/paxctl ) + pax_kernel? ( sys-apps/elfix ) " pkg_pretend() { @@ -43,12 +43,12 @@ pkg_setup() { } src_prepare() { - # we need to sed in the paxctl -mr in the runtime/mono-wrapper.in so it don't + # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it don't # get killed in the build proces when MPROTEC is enable. #286280 # RANDMMAP kill the build proces to #347365 if use pax_kernel ; then ewarn "We are disabling MPROTECT on the mono binary." - sed '/exec/ i\paxctl -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in + sed '/exec/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in fi # mono build system can fail otherwise diff --git a/dev-lang/mono/mono-9999.ebuild b/dev-lang/mono/mono-9999.ebuild index 9825c7b..76d57d1 100644 --- a/dev-lang/mono/mono-9999.ebuild +++ b/dev-lang/mono/mono-9999.ebuild @@ -29,7 +29,7 @@ RDEPEND="${COMMONDEPEND} DEPEND="${COMMONDEPEND} sys-devel/bc virtual/yacc - pax_kernel? ( sys-apps/paxctl ) + pax_kernel? ( sys-apps/elfix ) " pkg_pretend() { @@ -49,12 +49,12 @@ src_prepare() { cat "${S}/mono/metadata/Makefile.am.in" > "${S}/mono/metadata/Makefile.am" || die eautoreconf - # we need to sed in the paxctl -mr in the runtime/mono-wrapper.in so it don't + # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it don't # get killed in the build proces when MPROTEC is enable. #286280 # RANDMMAP kill the build proces to #347365 if use pax_kernel ; then ewarn "We are disabling MPROTECT on the mono binary." - sed '/exec/ i\paxctl -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in + sed '/exec/ i\paxctl-ng -mr "$r/@mono_runtime@"' -i "${S}"/runtime/mono-wrapper.in fi # mono build system can fail otherwise