pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/jemalloc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 26 20:32:19 UTC 2022

Modified Files:
        pkgsrc/devel/jemalloc: distinfo
        pkgsrc/devel/jemalloc/patches: patch-Makefile.in

Log Message:
jemalloc: refer to upstream commit in patch


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/jemalloc/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/jemalloc/patches/patch-Makefile.in

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

Modified files:

Index: pkgsrc/devel/jemalloc/distinfo
diff -u pkgsrc/devel/jemalloc/distinfo:1.17 pkgsrc/devel/jemalloc/distinfo:1.18
--- pkgsrc/devel/jemalloc/distinfo:1.17 Mon Sep 26 18:02:21 2022
+++ pkgsrc/devel/jemalloc/distinfo      Mon Sep 26 20:32:19 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2022/09/26 18:02:21 wiz Exp $
+$NetBSD: distinfo,v 1.18 2022/09/26 20:32:19 wiz Exp $
 
 BLAKE2s (jemalloc-5.3.0.tar.bz2) = 285e6145b9d3b575b1ec5cfdae8af40b461149085f001839d64685c0d56e2689
 SHA512 (jemalloc-5.3.0.tar.bz2) = 22907bb052096e2caffb6e4e23548aecc5cc9283dce476896a2b1127eee64170e3562fa2e7db9571298814a7a2c7df6e8d1fbe152bd3f3b0c1abec22a2de34b1
 Size (jemalloc-5.3.0.tar.bz2) = 736023 bytes
-SHA1 (patch-Makefile.in) = aa51f2e9b1f6f72e428b2381d5ece4924c7f448a
+SHA1 (patch-Makefile.in) = 502b7b8b80429c3db15ef001dad04805824a9a98
 SHA1 (patch-configure) = 5dec3fb5b2ece549e40743780db3057dd83cc17e
 SHA1 (patch-include_jemalloc_internal_quantum.h) = e291b59958813fc1af28bea0a5a63d5715090a48

Index: pkgsrc/devel/jemalloc/patches/patch-Makefile.in
diff -u pkgsrc/devel/jemalloc/patches/patch-Makefile.in:1.3 pkgsrc/devel/jemalloc/patches/patch-Makefile.in:1.4
--- pkgsrc/devel/jemalloc/patches/patch-Makefile.in:1.3 Mon Sep 26 18:02:21 2022
+++ pkgsrc/devel/jemalloc/patches/patch-Makefile.in     Mon Sep 26 20:32:19 2022
@@ -1,7 +1,10 @@
-$NetBSD: patch-Makefile.in,v 1.3 2022/09/26 18:02:21 wiz Exp $
+$NetBSD: patch-Makefile.in,v 1.4 2022/09/26 20:32:19 wiz Exp $
 
 Fix permissions of installed static libraries.
 
+install(1) on NetBSD does not support -v.
+https://github.com/jemalloc/jemalloc/commit/df7ad8a9b6121c5c4b15bad5606b51bf734416a6
+
 --- Makefile.in.orig   2022-05-06 18:29:14.000000000 +0000
 +++ Makefile.in
 @@ -555,18 +555,18 @@ endif



Home | Main Index | Thread Index | Old Index