pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/rhash



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Jan 10 00:40:47 UTC 2022

Modified Files:
        pkgsrc/misc/rhash: distinfo
Added Files:
        pkgsrc/misc/rhash/patches: patch-librhash_Makefile

Log Message:
rhash: fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/rhash/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/rhash/patches/patch-librhash_Makefile

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

Modified files:

Index: pkgsrc/misc/rhash/distinfo
diff -u pkgsrc/misc/rhash/distinfo:1.19 pkgsrc/misc/rhash/distinfo:1.20
--- pkgsrc/misc/rhash/distinfo:1.19     Tue Oct 26 10:59:27 2021
+++ pkgsrc/misc/rhash/distinfo  Mon Jan 10 00:40:47 2022
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:59:27 nia Exp $
+$NetBSD: distinfo,v 1.20 2022/01/10 00:40:47 tnn Exp $
 
 BLAKE2s (rhash-1.4.2.tar.gz) = b1500945094920b948c9e2c59ea2e7a32382e751895c6ee049915abffdc841a0
 SHA512 (rhash-1.4.2.tar.gz) = 41df57e8b3f32c93d8e6f2ac668b32aaa23eb2eaf90a83f109e61e511404a5036ea88bcf2854e19c1ade0f61960e0d9edf01f3d82e1c645fed36579e9d7a6a25
 Size (rhash-1.4.2.tar.gz) = 416853 bytes
 SHA1 (patch-configure) = 6f0c4abf3f487f046feea5aca5866481eda4546a
+SHA1 (patch-librhash_Makefile) = bbc2f173bd66a886a6ed5eae37e501096ce93d14
 SHA1 (patch-librhash_util.h) = 78d34ff14a7d03069915de0ade14f3d0faff2d69

Added files:

Index: pkgsrc/misc/rhash/patches/patch-librhash_Makefile
diff -u /dev/null pkgsrc/misc/rhash/patches/patch-librhash_Makefile:1.1
--- /dev/null   Mon Jan 10 00:40:47 2022
+++ pkgsrc/misc/rhash/patches/patch-librhash_Makefile   Mon Jan 10 00:40:47 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-librhash_Makefile,v 1.1 2022/01/10 00:40:47 tnn Exp $
+
+Make ar(1) flags compatible with SunOS 
+
+--- librhash/Makefile.orig     2021-07-14 20:55:34.000000000 +0000
++++ librhash/Makefile
+@@ -180,7 +180,7 @@ $(LIBRHASH_SHARED): $(SOURCES) $(EXPORTS
+ 
+ # build static library
+ $(LIBRHASH_STATIC): $(OBJECTS)
+-      $(AR) cqs $@ $(OBJECTS)
++      $(AR) crs $@ $(OBJECTS)
+ 
+ # test targets
+ $(TEST_SHARED): $(LIBRHASH_SHARED) test_hashes.o



Home | Main Index | Thread Index | Old Index