* [gentoo-commits] gentoo-x86 commit in dev-dotnet/nant: nant-0.85.ebuild ChangeLog
@ 2007-12-31 16:32 99% Jurek Bartuszek (jurek)
0 siblings, 0 replies; 1+ results
From: Jurek Bartuszek (jurek) @ 2007-12-31 16:32 UTC (permalink / raw
To: gentoo-commits
jurek 07/12/31 16:32:29
Modified: nant-0.85.ebuild ChangeLog
Log:
dev-dotnet/nant-0.85: fixed threading issue (bug #199748)
(Portage version: 2.1.3.19)
Revision Changes Path
1.8 dev-dotnet/nant/nant-0.85.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild?r1=1.7&r2=1.8
Index: nant-0.85.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nant-0.85.ebuild 11 Aug 2007 04:19:49 -0000 1.7
+++ nant-0.85.ebuild 31 Dec 2007 16:32:28 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild,v 1.7 2007/08/11 04:19:49 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild,v 1.8 2007/12/31 16:32:28 jurek Exp $
inherit mono eutils
@@ -21,19 +21,22 @@
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# Fix a problem with duplicate building caused by the doc= target
- for file in $(find ${S}/src -name '*.build') ; do
+ for file in $(find "${S}"/src -name '*.build') ; do
sed -i "s: doc=.*>:>:" ${file}
done
# Build against the .NET 2.0 Framework, as it is backwards compatible
sed -i -e "s/-f:NAnt.build/-t:mono-2.0 -f:NAnt.build/" \
- ${S}/Makefile || die "sed failed"
+ "${S}"/Makefile || die "sed failed"
+
+ # Patch to prevent build from failing due to threading issues (see bug #199748)
+ epatch "${FILESDIR}"/${P}-threadingfix.patch
# Patch to allow building on current mono releases
- epatch ${FILESDIR}/${PN}-0.85-obselencense.patch
+ epatch "${FILESDIR}"/${PN}-0.85-obselencense.patch
}
src_compile() {
@@ -53,7 +56,7 @@
sed -i \
-e "s:${D}::" \
-e "2iexport MONO_SILENT_WARNING=1" \
- ${D}/usr/bin/nant
+ "${D}"/usr/bin/nant
dodoc README.txt
}
1.17 dev-dotnet/nant/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 11 Aug 2007 04:19:49 -0000 1.16
+++ ChangeLog 31 Dec 2007 16:32:28 -0000 1.17
@@ -1,6 +1,10 @@
# ChangeLog for dev-dotnet/nant
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.16 2007/08/11 04:19:49 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.17 2007/12/31 16:32:28 jurek Exp $
+
+ 31 Dec 2007; Jurek Bartuszek <jurek@gentoo.org>
+ +files/nant-0.85-threadingfix.patch, nant-0.85.ebuild:
+ Fixed threading issue (bug #199748)
10 Aug 2007; Steve Dibb <beandog@gentoo.org> nant-0.85.ebuild:
amd64 stable, bug 186686
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2007-12-31 16:32 99% [gentoo-commits] gentoo-x86 commit in dev-dotnet/nant: nant-0.85.ebuild ChangeLog Jurek Bartuszek (jurek)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox