summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn>2011-01-21 09:21:57 +0000
committertnn <tnn>2011-01-21 09:21:57 +0000
commitbe6fc57171b6466a65d1e1373e2496a4d63808e3 (patch)
tree06fd3fcb8ab4c1708606912bb844b2508fc7a830 /devel
parent8f476d05a6647a5aa92344b24ced9d9bac34ea48 (diff)
downloadpkgsrc-be6fc57171b6466a65d1e1373e2496a4d63808e3.tar.gz
enable for hppa*-*-netbsd*
Diffstat (limited to 'devel')
-rw-r--r--devel/libffi/distinfo4
-rw-r--r--devel/libffi/patches/patch-aa17
2 files changed, 15 insertions, 6 deletions
diff --git a/devel/libffi/distinfo b/devel/libffi/distinfo
index 5f1a4efd925..0c8f40c9c0d 100644
--- a/devel/libffi/distinfo
+++ b/devel/libffi/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2010/11/20 08:45:12 tsutsui Exp $
+$NetBSD: distinfo,v 1.19 2011/01/21 09:21:57 tnn Exp $
SHA1 (libffi-3.0.9.tar.gz) = 56e41f87780e09d06d279690e53d4ea2c371ea88
RMD160 (libffi-3.0.9.tar.gz) = 11ff9aeb62f4fbe1fecf09e6f9814a72bfedb37a
Size (libffi-3.0.9.tar.gz) = 731719 bytes
-SHA1 (patch-aa) = db7fd66cb2c31683e086a94b3ca77a1c7ca9ed92
+SHA1 (patch-aa) = 9339c1051f5300ad8a145f1fcdfe73981cb746c0
SHA1 (patch-ab) = a63e2fa11c16410f280de19c1ef47e6c7884c2b8
SHA1 (patch-ac) = f3c6324f4334d23e684b4eca25173a13be5d37eb
SHA1 (patch-ad) = 8901a00abe25422e3e35f321a5fb89311185fc0b
diff --git a/devel/libffi/patches/patch-aa b/devel/libffi/patches/patch-aa
index 46324b40f0c..a16f3237328 100644
--- a/devel/libffi/patches/patch-aa
+++ b/devel/libffi/patches/patch-aa
@@ -1,10 +1,19 @@
-$NetBSD: patch-aa,v 1.10 2010/11/20 08:45:12 tsutsui Exp $
+$NetBSD: patch-aa,v 1.11 2011/01/21 09:21:58 tnn Exp $
Extend which ports we accept to deal with.
--- configure.orig 2009-12-31 12:41:51.000000000 +0000
+++ configure
-@@ -12210,7 +12210,7 @@
+@@ -12167,7 +12167,7 @@ case "$host" in
+ TARGET=FRV; TARGETDIR=frv
+ ;;
+
+- hppa*-*-linux* | parisc*-*-linux*)
++ hppa*-*-linux* | hppa*-*-netbsd* | parisc*-*-linux*)
+ TARGET=PA_LINUX; TARGETDIR=pa
+ ;;
+ hppa*64-*-hpux*)
+@@ -12210,7 +12210,7 @@ case "$host" in
mips-sgi-irix5.* | mips-sgi-irix6.*)
TARGET=MIPS; TARGETDIR=mips
;;
@@ -13,7 +22,7 @@ Extend which ports we accept to deal with.
# Support 128-bit long double for NewABI.
HAVE_LONG_DOUBLE='defined(__mips64)'
TARGET=MIPS; TARGETDIR=mips
-@@ -12228,7 +12228,7 @@
+@@ -12228,7 +12228,7 @@ case "$host" in
powerpc-*-aix* | rs6000-*-aix*)
TARGET=POWERPC_AIX; TARGETDIR=powerpc
;;
@@ -22,7 +31,7 @@ Extend which ports we accept to deal with.
TARGET=POWERPC_FREEBSD; TARGETDIR=powerpc
;;
powerpc*-*-rtems*)
-@@ -12239,7 +12239,7 @@
+@@ -12239,7 +12239,7 @@ case "$host" in
TARGET=S390; TARGETDIR=s390
;;