Recognize powerpc; use libffi on netbsd. PKGREVISION -> 8

This commit is contained in:
dholland 2015-11-09 05:50:05 +00:00
parent 779df2ba38
commit ae3978d708
3 changed files with 8 additions and 7 deletions

View file

@ -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}

View file

@ -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

View file

@ -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;;