pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/japhar



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Dec 25 21:29:18 UTC 2021

Modified Files:
        pkgsrc/lang/japhar: distinfo
        pkgsrc/lang/japhar/patches: patch-aa

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/japhar/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/japhar/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/japhar/distinfo
diff -u pkgsrc/lang/japhar/distinfo:1.14 pkgsrc/lang/japhar/distinfo:1.15
--- pkgsrc/lang/japhar/distinfo:1.14    Tue Oct 26 10:51:39 2021
+++ pkgsrc/lang/japhar/distinfo Sat Dec 25 21:29:17 2021
@@ -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

Index: pkgsrc/lang/japhar/patches/patch-aa
diff -u pkgsrc/lang/japhar/patches/patch-aa:1.6 pkgsrc/lang/japhar/patches/patch-aa:1.7
--- pkgsrc/lang/japhar/patches/patch-aa:1.6     Tue Dec 29 23:34:49 2015
+++ pkgsrc/lang/japhar/patches/patch-aa Sat Dec 25 21:29:18 2021
@@ -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 @@ Use pkgsrc readline.
  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