pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/japhar Make this configure for and build on amd64.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4112c291c3b1
branches:  trunk
changeset: 546728:4112c291c3b1
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Sep 07 07:31:35 2008 +0000

description:
Make this configure for and build on amd64.

diffstat:

 lang/japhar/distinfo         |   4 ++--
 lang/japhar/patches/patch-aa |  17 +++++++++++++----
 2 files changed, 15 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r 1acdba9d8789 -r 4112c291c3b1 lang/japhar/distinfo
--- a/lang/japhar/distinfo      Sun Sep 07 07:31:11 2008 +0000
+++ b/lang/japhar/distinfo      Sun Sep 07 07:31:35 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2006/06/06 15:40:15 joerg Exp $
+$NetBSD: distinfo,v 1.7 2008/09/07 07:31:35 dholland Exp $
 
 SHA1 (japhar-0.08.tar.gz) = 3f450610ca31061c1c183c8e86d1fcd47660f86d
 RMD160 (japhar-0.08.tar.gz) = 283f47db3a54f8f51d755a61fab94c611de13988
 Size (japhar-0.08.tar.gz) = 903160 bytes
-SHA1 (patch-aa) = f7df8c888ffed761e2de857a4114482c64c811c6
+SHA1 (patch-aa) = fe445f7ce812a6a52de9a26f21eb8fd778d34e6b
 SHA1 (patch-ab) = a6c80ee5d1814002e7dd7b2a68964170af81ddc2
 SHA1 (patch-ac) = 26b8f7321fad1944d5df4eba757c35f9e32fa015
 SHA1 (patch-ad) = 640ebdda8fe1a6d51de69dde2626c62f6b2cf1e0
diff -r 1acdba9d8789 -r 4112c291c3b1 lang/japhar/patches/patch-aa
--- a/lang/japhar/patches/patch-aa      Sun Sep 07 07:31:11 2008 +0000
+++ b/lang/japhar/patches/patch-aa      Sun Sep 07 07:31:35 2008 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.3 2006/06/04 13:52:57 joerg Exp $
+$NetBSD: patch-aa,v 1.4 2008/09/07 07:31:35 dholland Exp $
 
---- configure.orig     1999-03-16 02:03:46.000000000 +0000
-+++ configure
+--- configure.orig     1999-03-15 21:03:46.000000000 -0500
++++ configure  2008-09-07 02:58:26.000000000 -0400
+@@ -3250,7 +3250,7 @@ esac
+ 
+ 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*)
+       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
    mips-sgi-irix5.* | mips-sgi-irix6.*) can_use_libffi=true;;
    i*86-pc-linux*) can_use_libffi=true;;
@@ -46,7 +55,7 @@
  
  
  trap '' 1 2 15
-@@ -6707,7 +6712,7 @@ if test "$no_recursion" != yes; then
+@@ -6707,7 +6710,7 @@ if test "$no_recursion" != yes; then
      esac
    done
  



Home | Main Index | Thread Index | Old Index