pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/pigz



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Sep 19 09:17:58 UTC 2016

Modified Files:
        pkgsrc/archivers/pigz: distinfo
Added Files:
        pkgsrc/archivers/pigz/patches: patch-Makefile

Log Message:
Do not overwrite LDFLAGS, fixes build on at least SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/pigz/distinfo
cvs rdiff -u -r0 -r1.4 pkgsrc/archivers/pigz/patches/patch-Makefile

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

Modified files:

Index: pkgsrc/archivers/pigz/distinfo
diff -u pkgsrc/archivers/pigz/distinfo:1.8 pkgsrc/archivers/pigz/distinfo:1.9
--- pkgsrc/archivers/pigz/distinfo:1.8  Tue Nov  3 00:56:25 2015
+++ pkgsrc/archivers/pigz/distinfo      Mon Sep 19 09:17:57 2016
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 00:56:25 agc Exp $
+$NetBSD: distinfo,v 1.9 2016/09/19 09:17:57 fhajny Exp $
 
 SHA1 (pigz-2.3.3.tar.gz) = 11252d38fe2a7b8d7a712dff22bbb7630287d00b
 RMD160 (pigz-2.3.3.tar.gz) = 053a9f2309982ba21a7041288ace4408ffbcbe5e
 SHA512 (pigz-2.3.3.tar.gz) = 6fa5ee1c03b4a8dc4b191acaa337b6f30132503ff413300214e1e6b27dd70590b53334be3fa880916f6ea4498beb8cf7c411a5954fdf188475882c44618c663c
 Size (pigz-2.3.3.tar.gz) = 92787 bytes
+SHA1 (patch-Makefile) = bb2a30acfa656852cd36361a0ac80a3322c920c0

Added files:

Index: pkgsrc/archivers/pigz/patches/patch-Makefile
diff -u /dev/null pkgsrc/archivers/pigz/patches/patch-Makefile:1.4
--- /dev/null   Mon Sep 19 09:17:58 2016
+++ pkgsrc/archivers/pigz/patches/patch-Makefile        Mon Sep 19 09:17:57 2016
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile,v 1.4 2016/09/19 09:17:57 fhajny Exp $
+
+Do not overwrite LDFLAGS.
+
+--- Makefile.orig      2015-01-20 04:12:31.000000000 +0000
++++ Makefile
+@@ -1,6 +1,6 @@
+ CC=cc
+ CFLAGS=-O3 -Wall -Wextra
+-LDFLAGS=-lz
++LDFLAGS+=-lz
+ ZOPFLI=zopfli/src/zopfli/
+ # use gcc and gmake on Solaris
+ 



Home | Main Index | Thread Index | Old Index