pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/libxslt



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Sep 11 01:30:53 UTC 2017

Modified Files:
        pkgsrc/textproc/libxslt: distinfo
Added Files:
        pkgsrc/textproc/libxslt/patches: patch-configure

Log Message:
Fix for POSIX shell portability

* Replace == with = in a test condition


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/textproc/libxslt/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/libxslt/patches/patch-configure

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

Modified files:

Index: pkgsrc/textproc/libxslt/distinfo
diff -u pkgsrc/textproc/libxslt/distinfo:1.61 pkgsrc/textproc/libxslt/distinfo:1.62
--- pkgsrc/textproc/libxslt/distinfo:1.61       Sun Sep 10 20:56:24 2017
+++ pkgsrc/textproc/libxslt/distinfo    Mon Sep 11 01:30:52 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.61 2017/09/10 20:56:24 wiz Exp $
+$NetBSD: distinfo,v 1.62 2017/09/11 01:30:52 ryoon Exp $
 
 SHA1 (libxslt-1.1.30.tar.gz) = 3cb6eb8e7d410a1d21e6d7a76003220140cb2dbe
 RMD160 (libxslt-1.1.30.tar.gz) = 46c13d4eeaaf28729d95d0dc19ad03837aa27603
 SHA512 (libxslt-1.1.30.tar.gz) = d24e37398503b6bc29245a993738df51bf3948c4a8f052eedd7eac0a9fcff2d5b54220f37070c46f763e073c34bdb3153c9f129aa0df60c3d7cf7eadbbf15986
 Size (libxslt-1.1.30.tar.gz) = 3444029 bytes
 SHA1 (patch-ae) = 40ce3940a93b6a2dc804f62676909d3313e0ea52
-SHA1 (patch-configure) = 8fcfa34ed4003e2166edcf6a181b846b7122a30a
+SHA1 (patch-configure) = 1d410769e91702ad6e76a4f0c35bc8b36566b2f3

Added files:

Index: pkgsrc/textproc/libxslt/patches/patch-configure
diff -u /dev/null pkgsrc/textproc/libxslt/patches/patch-configure:1.1
--- /dev/null   Mon Sep 11 01:30:53 2017
+++ pkgsrc/textproc/libxslt/patches/patch-configure     Mon Sep 11 01:30:52 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2017/09/11 01:30:52 ryoon Exp $
+
+* POSIX shell portability
+
+--- configure.orig     2017-08-29 11:30:40.000000000 +0000
++++ configure
+@@ -14627,7 +14627,7 @@ fi
+ 
+ 
+ 
+-if test "x$LIBXML_CONFIG_PREFIX" == "x" -a "x$LIBXML_SRC" == "x"
++if test "x$LIBXML_CONFIG_PREFIX" = "x" -a "x$LIBXML_SRC" = "x"
+ then
+ 
+ pkg_failed=no



Home | Main Index | Thread Index | Old Index