diff options
author | dholland <dholland@pkgsrc.org> | 2015-11-09 05:50:05 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-11-09 05:50:05 +0000 |
commit | 32ee869560565ca6eb32fe93d0bbdca552295689 (patch) | |
tree | a0b7fef82c059de43ce2a052c2fc93e21c9a850e /lang/japhar | |
parent | 716690e24a3f7ea6c4ed20a62b8414b65c40a4f8 (diff) | |
download | pkgsrc-32ee869560565ca6eb32fe93d0bbdca552295689.tar.gz |
Recognize powerpc; use libffi on netbsd. PKGREVISION -> 8
Diffstat (limited to 'lang/japhar')
-rw-r--r-- | lang/japhar/Makefile | 4 | ||||
-rw-r--r-- | lang/japhar/distinfo | 4 | ||||
-rw-r--r-- | lang/japhar/patches/patch-aa | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile index 6eb2d1f2879..3d1a6b2ddac 100644 --- a/lang/japhar/Makefile +++ b/lang/japhar/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2013/04/06 20:27:22 rodent Exp $ +# $NetBSD: Makefile,v 1.32 2015/11/09 05:50:05 dholland Exp $ # DISTNAME= japhar-0.08 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_BACKUP} diff --git a/lang/japhar/distinfo b/lang/japhar/distinfo index 50f0d1f7156..aff2968c066 100644 --- a/lang/japhar/distinfo +++ b/lang/japhar/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.10 2015/11/03 22:50:37 agc Exp $ +$NetBSD: distinfo,v 1.11 2015/11/09 05:50:05 dholland Exp $ SHA1 (japhar-0.08.tar.gz) = 3f450610ca31061c1c183c8e86d1fcd47660f86d RMD160 (japhar-0.08.tar.gz) = 283f47db3a54f8f51d755a61fab94c611de13988 SHA512 (japhar-0.08.tar.gz) = d8efe9dcc37a0d61b7de13a20285f02a20d704cca8e486325b7a635389e72afdebd46387c971aa022c252e206a0b5c706fea4303e781c587dd0aa39093beb9ec Size (japhar-0.08.tar.gz) = 903160 bytes -SHA1 (patch-aa) = fe445f7ce812a6a52de9a26f21eb8fd778d34e6b +SHA1 (patch-aa) = dadaf2075c9be6fcf6cdfda161e4c0c4e0d03869 SHA1 (patch-ab) = a6c80ee5d1814002e7dd7b2a68964170af81ddc2 SHA1 (patch-ac) = 26b8f7321fad1944d5df4eba757c35f9e32fa015 SHA1 (patch-ad) = 640ebdda8fe1a6d51de69dde2626c62f6b2cf1e0 diff --git a/lang/japhar/patches/patch-aa b/lang/japhar/patches/patch-aa index ad13147f3e0..1ee683d335e 100644 --- a/lang/japhar/patches/patch-aa +++ b/lang/japhar/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.4 2008/09/07 07:31:35 dholland Exp $ +$NetBSD: patch-aa,v 1.5 2015/11/09 05:50:05 dholland Exp $ --- configure.orig 1999-03-15 21:03:46.000000000 -0500 +++ configure 2008-09-07 02:58:26.000000000 -0400 @@ -7,15 +7,16 @@ $NetBSD: patch-aa,v 1.4 2008/09/07 07:31:35 dholland Exp $ if test x"${JNITYPES_HOST+set}"x != x"set"x; then case "${host}" in - i?86-* | alpha-* | sparc-* | mips-* | hppa1*) -+ i?86-* | x86_64-* | alpha-* | sparc-* | mips-* | hppa1*) ++ i?86-* | x86_64-* | alpha-* | sparc-* | mips-* | hppa1* | powerpc-*) JNITYPES_HOST="${srcdir}/lib/libjni/include/jnitypes.frag";; *) { echo "configure: error: Unsupported platform.\n Check ${srcdir}/lib/libjni/include/jnitypes.frag to see if types are correct, and\n update configure.in." 1>&2; exit 1; } -@@ -3498,6 +3498,7 @@ case "$host" in +@@ -3498,6 +3498,8 @@ case "$host" in mips-sgi-irix5.* | mips-sgi-irix6.*) can_use_libffi=true;; i*86-pc-linux*) can_use_libffi=true;; i*86-*-freebsd*) can_use_libffi=true;; + *-*-dragonfly*) can_use_libffi=true;; ++ *-*-netbsd*) can_use_libffi=true;; i*86-pc-solaris2*) can_use_libffi=true;; sparc-sun-4*) can_use_libffi=true;; sparc-sun-*) can_use_libffi=true;; |