pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/japhar Tell this it can build on arm. Don't see a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e23b42ff08d0
branches:  trunk
changeset: 771742:e23b42ff08d0
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Dec 25 21:29:17 2021 +0000

description:
Tell this it can build on arm. Don't see any reason it shouldn't go.

diffstat:

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

diffs (36 lines):

diff -r 5c957c6e0c8c -r e23b42ff08d0 lang/japhar/distinfo
--- a/lang/japhar/distinfo      Sat Dec 25 03:36:57 2021 +0000
+++ b/lang/japhar/distinfo      Sat Dec 25 21:29:17 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 10:51:39 nia Exp $
+$NetBSD: distinfo,v 1.15 2021/12/25 21:29:17 dholland Exp $
 
 BLAKE2s (japhar-0.08.tar.gz) = d90dd304904a523163dc65a2cd6b911f19bc8b94a3f35af91767de0b9babccad
 SHA512 (japhar-0.08.tar.gz) = d8efe9dcc37a0d61b7de13a20285f02a20d704cca8e486325b7a635389e72afdebd46387c971aa022c252e206a0b5c706fea4303e781c587dd0aa39093beb9ec
 Size (japhar-0.08.tar.gz) = 903160 bytes
-SHA1 (patch-aa) = 6dd390d4fba8b27436201148444b09bf713922af
+SHA1 (patch-aa) = a5c31c3eb24c10ed48e7339aa19c4355f5940f22
 SHA1 (patch-ab) = f367d0a6b34e8507159dba1e58123ebd29e8d22b
 SHA1 (patch-ac) = 26b8f7321fad1944d5df4eba757c35f9e32fa015
 SHA1 (patch-ad) = 640ebdda8fe1a6d51de69dde2626c62f6b2cf1e0
diff -r 5c957c6e0c8c -r e23b42ff08d0 lang/japhar/patches/patch-aa
--- a/lang/japhar/patches/patch-aa      Sat Dec 25 03:36:57 2021 +0000
+++ b/lang/japhar/patches/patch-aa      Sat Dec 25 21:29:17 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.6 2015/12/29 23:34:49 dholland Exp $
+$NetBSD: patch-aa,v 1.7 2021/12/25 21:29:18 dholland Exp $
 
-Recognize x86_64 and powerpc.
+Recognize x86_64 and powerpc and arm.
 Recognize Dragonfly and NetBSD.
 Honor pkgsrc PTHREAD_LDFLAGS and PTHREAD_LIBS.
 Use pkgsrc readline.
@@ -12,7 +12,7 @@
  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* | powerpc-*)
++    i?86-* | x86_64-* | alpha-* | sparc-* | mips-* | hppa1* | powerpc-* | arm-* | armv[0-9]-* | aarch64-*)
        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; }



Home | Main Index | Thread Index | Old Index