pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/libmspack Build fix as parts of tests would ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec7e9cd97da5
branches:  trunk
changeset: 324235:ec7e9cd97da5
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Fri Oct 12 13:21:24 2018 +0000

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

Thanks to joerg@

diffstat:

 archivers/libmspack/Makefile                  |   4 +++-
 archivers/libmspack/distinfo                  |   4 +++-
 archivers/libmspack/patches/patch-Makefile.am |  10 ++++++++++
 archivers/libmspack/patches/patch-Makefile.in |  13 +++++++++++++
 4 files changed, 29 insertions(+), 2 deletions(-)

diffs (62 lines):

diff -r a7cdc226f2c9 -r ec7e9cd97da5 archivers/libmspack/Makefile
--- a/archivers/libmspack/Makefile      Fri Oct 12 12:49:47 2018 +0000
+++ b/archivers/libmspack/Makefile      Fri Oct 12 13:21:24 2018 +0000
@@ -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 @@
 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
diff -r a7cdc226f2c9 -r ec7e9cd97da5 archivers/libmspack/distinfo
--- a/archivers/libmspack/distinfo      Fri Oct 12 12:49:47 2018 +0000
+++ b/archivers/libmspack/distinfo      Fri Oct 12 13:21:24 2018 +0000
@@ -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
diff -r a7cdc226f2c9 -r ec7e9cd97da5 archivers/libmspack/patches/patch-Makefile.am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libmspack/patches/patch-Makefile.am     Fri Oct 12 13:21:24 2018 +0000
@@ -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 >$@
diff -r a7cdc226f2c9 -r ec7e9cd97da5 archivers/libmspack/patches/patch-Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/libmspack/patches/patch-Makefile.in     Fri Oct 12 13:21:24 2018 +0000
@@ -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