From: "Harald van Dijk (truedfx)" <truedfx@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/nvi: ChangeLog nvi-1.81.6-r3.ebuild
Date: Thu, 08 Oct 2009 19:54:17 +0000 [thread overview]
Message-ID: <E1Mvz45-0003yi-7W@stork.gentoo.org> (raw)
truedfx 09/10/08 19:54:17
Modified: ChangeLog nvi-1.81.6-r3.ebuild
Log:
Fix build with perl and --as-needed, triggered by perl 5.10
(Portage version: 2.2_rc44/cvs/Linux i686)
Revision Changes Path
1.73 app-editors/nvi/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nvi/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nvi/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nvi/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 26 Sep 2009 08:47:51 -0000 1.72
+++ ChangeLog 8 Oct 2009 19:54:16 -0000 1.73
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/nvi
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.72 2009/09/26 08:47:51 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/ChangeLog,v 1.73 2009/10/08 19:54:16 truedfx Exp $
+
+ 06 Oct 2009; Harald van Dijk <truedfx@gentoo.org> nvi-1.81.6-r3.ebuild,
+ +files/nvi-1.81.6-perl-as-needed.patch:
+ Fix build with perl and --as-needed, triggered by perl 5.10
*nvi-1.81.6-r3 (26 Sep 2009)
1.2 app-editors/nvi/nvi-1.81.6-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild?r1=1.1&r2=1.2
Index: nvi-1.81.6-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvi-1.81.6-r3.ebuild 26 Sep 2009 08:47:51 -0000 1.1
+++ nvi-1.81.6-r3.ebuild 8 Oct 2009 19:54:16 -0000 1.2
@@ -1,8 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v 1.1 2009/09/26 08:47:51 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nvi/nvi-1.81.6-r3.ebuild,v 1.2 2009/10/08 19:54:16 truedfx Exp $
-inherit db-use eutils flag-o-matic
+inherit autotools db-use eutils flag-o-matic
DBVERS="4.7 4.6 4.5 4.4 4.3 4.2"
@@ -33,13 +33,16 @@
src_unpack() {
unpack ${A}
- cd "${S}"
+ cd "${S}" || die
epatch "${FILESDIR}"/${P}-db44.patch
epatch "${FILESDIR}"/${P}-db.patch
- chmod +x ../dist/findconfig
-
+ epatch "${FILESDIR}"/${P}-perl-as-needed.patch
+ cd ../dist || die
+ chmod +x findconfig || die
append-flags -I"$(db_includedir ${DBVERS})"
- sed -i -e "s@-ldb@-l$(db_libname ${DBVERS})@" ../dist/configure
+ sed -i -e "s@-ldb@-l$(db_libname ${DBVERS})@" configure.in || die
+ rm -f configure || die
+ eautoreconf -Im4
}
src_compile() {
next reply other threads:[~2009-10-08 19:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-08 19:54 Harald van Dijk (truedfx) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-10-10 22:48 [gentoo-commits] gentoo-x86 commit in app-editors/nvi: ChangeLog nvi-1.81.6-r3.ebuild Harald van Dijk (truedfx)
2010-05-11 22:58 Harald van Dijk (truedfx)
2010-10-22 17:38 Christian Faulhammer (fauli)
2010-10-22 17:46 Markos Chandras (hwoarang)
2010-10-22 19:16 Samuli Suominen (ssuominen)
2010-10-23 19:12 Brent Baude (ranger)
2010-10-24 18:27 Jeroen Roovers (jer)
2010-11-13 14:33 Raul Porcel (armin76)
2011-07-20 16:40 Pacho Ramos (pacho)
2011-09-01 21:53 Jesus Rivero (neurogeek)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Mvz45-0003yi-7W@stork.gentoo.org \
--to=truedfx@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox