pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/libmspack



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Fri Oct 12 13:21:24 UTC 2018

Modified Files:
        pkgsrc/archivers/libmspack: Makefile distinfo
Added Files:
        pkgsrc/archivers/libmspack/patches: patch-Makefile.am patch-Makefile.in

Log Message:
Build fix as parts of tests would fail due to waiting on stdin.

Thanks to joerg@


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/libmspack/Makefile \
    pkgsrc/archivers/libmspack/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/archivers/libmspack/patches/patch-Makefile.am \
    pkgsrc/archivers/libmspack/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/archivers/libmspack/Makefile
diff -u pkgsrc/archivers/libmspack/Makefile:1.4 pkgsrc/archivers/libmspack/Makefile:1.5
--- pkgsrc/archivers/libmspack/Makefile:1.4     Fri Aug 10 11:33:53 2018
+++ pkgsrc/archivers/libmspack/Makefile Fri Oct 12 13:21:24 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/08/10 11:33:53 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/10/12 13:21:24 sborrill Exp $
 
 DISTNAME=      libmspack-0.7.1alpha
 CATEGORIES=    devel
@@ -9,6 +9,8 @@ HOMEPAGE=       https://www.cabextract.org.uk/
 COMMENT=       Archiver for Microsoft format CAB, CHM, WIM, LIT, HLP, KWAJ and SZDD
 LICENSE=       gnu-lgpl-v2.1
 
+MAKE_JOBS_SAFE=        no
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
Index: pkgsrc/archivers/libmspack/distinfo
diff -u pkgsrc/archivers/libmspack/distinfo:1.4 pkgsrc/archivers/libmspack/distinfo:1.5
--- pkgsrc/archivers/libmspack/distinfo:1.4     Fri Aug 10 11:33:53 2018
+++ pkgsrc/archivers/libmspack/distinfo Fri Oct 12 13:21:24 2018
@@ -1,6 +1,8 @@
-$NetBSD: distinfo,v 1.4 2018/08/10 11:33:53 wiz Exp $
+$NetBSD: distinfo,v 1.5 2018/10/12 13:21:24 sborrill Exp $
 
 SHA1 (libmspack-0.7.1alpha.tar.gz) = 073348180586d7b0f61fd7f971162ffb5c1f6621
 RMD160 (libmspack-0.7.1alpha.tar.gz) = 4facf2e853fa1942df3d71b342aaf83c06209b40
 SHA512 (libmspack-0.7.1alpha.tar.gz) = e903629a34c29099a261a108e4eb9cda485ab999bbc3383e3cd6a39715077d00b26a1c641b0f3df0eef60d2e15a7ef623379df0cfe25b99d4eda080529ffec7b
 Size (libmspack-0.7.1alpha.tar.gz) = 486840 bytes
+SHA1 (patch-Makefile.am) = dff0e712bb577baa8587ee562e5d27c3831965cd
+SHA1 (patch-Makefile.in) = 761be4fd75d8e4496f1fe5d30e87d10f1a4e2913

Added files:

Index: pkgsrc/archivers/libmspack/patches/patch-Makefile.am
diff -u /dev/null pkgsrc/archivers/libmspack/patches/patch-Makefile.am:1.1
--- /dev/null   Fri Oct 12 13:21:24 2018
+++ pkgsrc/archivers/libmspack/patches/patch-Makefile.am        Fri Oct 12 13:21:24 2018
@@ -0,0 +1,10 @@
+$NetBSD: patch-Makefile.am,v 1.1 2018/10/12 13:21:24 sborrill Exp $
+
+--- Makefile.am.orig   2018-10-12 10:09:21.237413686 +0000
++++ Makefile.am
+@@ -96,4 +96,4 @@ test_kwajd_test_SOURCES =    test/kwajd_tes
+ test_kwajd_test_LDADD =       libmspack.la
+ 
+ test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm: test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm.LZXC-is-lzxc
+-      sed s/lzxc/LZXC/ $< >$@
++      sed s/lzxc/LZXC/ < test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm.LZXC-is-lzxc >$@
Index: pkgsrc/archivers/libmspack/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/archivers/libmspack/patches/patch-Makefile.in:1.1
--- /dev/null   Fri Oct 12 13:21:24 2018
+++ pkgsrc/archivers/libmspack/patches/patch-Makefile.in        Fri Oct 12 13:21:24 2018
@@ -0,0 +1,13 @@
+$NetBSD: patch-Makefile.in,v 1.1 2018/10/12 13:21:24 sborrill Exp $
+
+--- Makefile.in.orig   2018-10-12 10:09:23.559446305 +0000
++++ Makefile.in
+@@ -1355,7 +1355,7 @@ dist-hook:
+       -rm -f $(distdir)/*.la
+ 
+ test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm: test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm.LZXC-is-lzxc
+-      sed s/lzxc/LZXC/ $< >$@
++      sed s/lzxc/LZXC/ < test/test_files/chmd/cve-2015-4467-reset-interval-zero.chm.LZXC-is-lzxc >$@
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.



Home | Main Index | Thread Index | Old Index