* [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: libffi-3.0.11.ebuild
@ 2012-10-02 6:15 Fabian Groffen (grobian)
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2012-10-02 6:15 UTC (permalink / raw
To: gentoo-commits
grobian 12/10/02 06:15:02
Modified: libffi-3.0.11.ebuild
Log:
Fix non-fatal typo effectively disabling the link-check
Revision Changes Path
1.13 dev-libs/libffi/libffi-3.0.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild?r1=1.12&r2=1.13
Index: libffi-3.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libffi-3.0.11.ebuild 29 Sep 2012 14:04:36 -0000 1.12
+++ libffi-3.0.11.ebuild 2 Oct 2012 06:15:02 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild,v 1.12 2012/09/29 14:04:36 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild,v 1.13 2012/10/02 06:15:02 grobian Exp $
EAPI=4
@@ -30,7 +30,7 @@
local base="${T}"/conftest
echo 'int main() { }' > "${base}".c
$(tc-getCC) -o "${base}" "${base}".c -lffi >&/dev/null
- if [ $? -eq = 0 ]; then
+ if [ $? -eq 0 ]; then
eerror "The linker reported linking against -lffi to be working while it shouldn't have."
eerror "This is wrong and you should find and delete the old copy of libffi before continuing."
die "The system is in inconsistent state with unknown libffi installed."
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: libffi-3.0.11.ebuild
@ 2012-10-04 11:17 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-10-04 11:17 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/10/04 11:17:21
Modified: libffi-3.0.11.ebuild
Log:
Quote /
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Revision Changes Path
1.16 dev-libs/libffi/libffi-3.0.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild?r1=1.15&r2=1.16
Index: libffi-3.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libffi-3.0.11.ebuild 4 Oct 2012 11:12:07 -0000 1.15
+++ libffi-3.0.11.ebuild 4 Oct 2012 11:17:21 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild,v 1.15 2012/10/04 11:12:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.0.11.ebuild,v 1.16 2012/10/04 11:17:21 ssuominen Exp $
EAPI=4
@@ -26,7 +26,7 @@
pkg_setup() {
# Check for orphaned libffi, see http://bugs.gentoo.org/354903 for example
- if [[ ${ROOT} == / ]] && ! has_version ${CATEGORY}/${PN}; then
+ if [[ ${ROOT} == "/" ]] && ! has_version ${CATEGORY}/${PN}; then
local base="${T}"/conftest
echo 'int main() { }' > "${base}".c
$(tc-getCC) -o "${base}" "${base}".c -lffi >&/dev/null
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-04 11:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 6:15 [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: libffi-3.0.11.ebuild Fabian Groffen (grobian)
-- strict thread matches above, loose matches on Subject: below --
2012-10-04 11:17 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox