diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2014-12-11 03:50:00 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2014-12-11 03:50:00 +0000 |
commit | 497d0f9762d66fea80f0603ff66e7dbd4bb9bace (patch) | |
tree | 57615077747240386700274368675c7791dc3fda /dev-lang/mono | |
parent | Remove old. (diff) | |
download | gentoo-2-497d0f9762d66fea80f0603ff66e7dbd4bb9bace.tar.gz gentoo-2-497d0f9762d66fea80f0603ff66e7dbd4bb9bace.tar.bz2 gentoo-2-497d0f9762d66fea80f0603ff66e7dbd4bb9bace.zip |
fixing stable mono for bug 467238
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/mono/mono-2.10.9-r2.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index 0b6536c4bb03..b77e3f17cac9 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/mono # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.260 2014/11/18 02:45:27 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.261 2014/12/11 03:50:00 prometheanfire Exp $ + + 11 Dec 2014; Matthew Thode <prometheanfire@gentoo.org> mono-2.10.9-r2.ebuild: + fixing stable mono for bug 467238 18 Nov 2014; Rick Farina <zerochaos@gentoo.org> mono-2.10.9-r2.ebuild, mono-3.2.3.ebuild, mono-3.2.8.ebuild: diff --git a/dev-lang/mono/mono-2.10.9-r2.ebuild b/dev-lang/mono/mono-2.10.9-r2.ebuild index d92e4c845035..b18caaa376dd 100644 --- a/dev-lang/mono/mono-2.10.9-r2.ebuild +++ b/dev-lang/mono/mono-2.10.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild,v 1.6 2014/11/18 02:45:27 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild,v 1.7 2014/12/11 03:50:00 prometheanfire Exp $ EAPI="4" @@ -26,7 +26,7 @@ DEPEND="${COMMONDEPEND} sys-devel/bc virtual/yacc >=app-shells/bash-3.2 - pax_kernel? ( sys-apps/paxctl )" + pax_kernel? ( sys-apps/elfix )" MAKEOPTS="${MAKEOPTS} -j1" @@ -61,12 +61,12 @@ pkg_setup() { src_prepare() { go-mono_src_prepare - # we need to sed in the paxctl -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 + # we need to sed in the paxctl-ng -mr in the runtime/mono-wrapper.in so it doesn't + # get killed in the build process when MPROTECT is enabled. #286280 + # RANDMMAP kills the build process 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 || die "Failed to sed mono-wrapper.in" fi } |