pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libffi Attempt to make this build on NetBSD/powe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24f3ee112815
branches:  trunk
changeset: 557572:24f3ee112815
user:      rh <rh%pkgsrc.org@localhost>
date:      Fri Apr 17 22:45:52 2009 +0000

description:
Attempt to make this build on NetBSD/powerpc.  While at it, correctly set
INFO_FILES to 'yes'.  Bump PKGREVISION.

diffstat:

 devel/libffi/Makefile         |   5 +++--
 devel/libffi/distinfo         |   3 ++-
 devel/libffi/patches/patch-aa |  13 +++++++++++++
 3 files changed, 18 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r 5420e31de791 -r 24f3ee112815 devel/libffi/Makefile
--- a/devel/libffi/Makefile     Fri Apr 17 22:37:40 2009 +0000
+++ b/devel/libffi/Makefile     Fri Apr 17 22:45:52 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2009/02/21 15:51:35 asau Exp $
+# $NetBSD: Makefile,v 1.10 2009/04/17 22:45:52 rh Exp $
 #
 
 DISTNAME=      libffi-3.0.8
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ftp://sourceware.org/pub/libffi/
 
@@ -16,7 +17,7 @@
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
-INFO_FILES=    # PLIST
+INFO_FILES=    yes
 
 PKGCONFIG_OVERRIDE+=   libffi.pc.in
 
diff -r 5420e31de791 -r 24f3ee112815 devel/libffi/distinfo
--- a/devel/libffi/distinfo     Fri Apr 17 22:37:40 2009 +0000
+++ b/devel/libffi/distinfo     Fri Apr 17 22:45:52 2009 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.10 2009/02/21 15:51:35 asau Exp $
+$NetBSD: distinfo,v 1.11 2009/04/17 22:45:52 rh Exp $
 
 SHA1 (libffi-3.0.8.tar.gz) = ce44d10c39d9a37479c8777e206cac0f36c48712
 RMD160 (libffi-3.0.8.tar.gz) = 4144f64e79ebf95161a6afd58ceaeef8372b5e57
 Size (libffi-3.0.8.tar.gz) = 722834 bytes
+SHA1 (patch-aa) = c15f4b7838ff7f4838de2981a5f3681a43a99503
 SHA1 (patch-ac) = 307c08e8e3df5f079c0b2f63da58bb59fc089d30
 SHA1 (patch-ad) = 8901a00abe25422e3e35f321a5fb89311185fc0b
diff -r 5420e31de791 -r 24f3ee112815 devel/libffi/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libffi/patches/patch-aa     Fri Apr 17 22:45:52 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.7 2009/04/17 22:45:52 rh Exp $
+
+--- configure.orig     2008-12-20 02:12:45.000000000 +1000
++++ configure
+@@ -21033,7 +21033,7 @@ case "$host" in
+   powerpc-*-aix* | rs6000-*-aix*)
+       TARGET=POWERPC_AIX; TARGETDIR=powerpc
+       ;;
+-  powerpc-*-freebsd*)
++  powerpc-*-freebsd* | powerpc-*-netbsd*)
+       TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
+       ;;
+   powerpc*-*-rtems*)



Home | Main Index | Thread Index | Old Index