* [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: libpcap-1.5.1.ebuild ChangeLog
@ 2013-12-01 19:42 Fabian Groffen (grobian)
0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2013-12-01 19:42 UTC (permalink / raw
To: gentoo-commits
grobian 13/12/01 19:42:09
Modified: libpcap-1.5.1.ebuild ChangeLog
Log:
Fix building on Darwin with Prefix toolchain
(Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path
1.2 net-libs/libpcap/libpcap-1.5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.5.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.5.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/libpcap-1.5.1.ebuild?r1=1.1&r2=1.2
Index: libpcap-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpcap-1.5.1.ebuild 28 Nov 2013 04:54:57 -0000 1.1
+++ libpcap-1.5.1.ebuild 1 Dec 2013 19:42:09 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.5.1.ebuild,v 1.1 2013/11/28 04:54:57 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.5.1.ebuild,v 1.2 2013/12/01 19:42:09 grobian Exp $
EAPI=5
inherit autotools eutils
@@ -36,6 +36,10 @@
sed -e 's/freebsd\*/freebsd*|solaris*/' \
-e 's/sparc64\*/sparc64*|sparcv9*/' \
-i aclocal.m4 || die
+ # Prefix' Darwin systems are single arch, hijack Darwin7 case which
+ # assumes this setup
+ sed -e 's/darwin\[0-7\]\./darwin*/' \
+ -i configure.in || die
eautoreconf
}
1.187 net-libs/libpcap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.187&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?rev=1.187&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libpcap/ChangeLog?r1=1.186&r2=1.187
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog 28 Nov 2013 04:54:57 -0000 1.186
+++ ChangeLog 1 Dec 2013 19:42:09 -0000 1.187
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libpcap
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.186 2013/11/28 04:54:57 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/ChangeLog,v 1.187 2013/12/01 19:42:09 grobian Exp $
+
+ 01 Dec 2013; Fabian Groffen <grobian@gentoo.org> libpcap-1.5.1.ebuild:
+ Fix building on Darwin with Prefix toolchain
*libpcap-1.5.1 (28 Nov 2013)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-01 19:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 19:42 [gentoo-commits] gentoo-x86 commit in net-libs/libpcap: libpcap-1.5.1.ebuild ChangeLog Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox