pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/libwww



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Sep 13 12:33:29 UTC 2018

Modified Files:
        pkgsrc/www/libwww: distinfo
Added Files:
        pkgsrc/www/libwww/patches: patch-Library_src_Makefile.am
            patch-Library_src_Makefile.in

Log Message:
libwww: unbreak on linux.

GNU coreutils errors out if you have install(1) the same file twice in
the same command.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/libwww/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/libwww/patches/patch-Library_src_Makefile.am \
    pkgsrc/www/libwww/patches/patch-Library_src_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/www/libwww/distinfo
diff -u pkgsrc/www/libwww/distinfo:1.29 pkgsrc/www/libwww/distinfo:1.30
--- pkgsrc/www/libwww/distinfo:1.29     Thu Jun 28 15:45:46 2018
+++ pkgsrc/www/libwww/distinfo  Thu Sep 13 12:33:28 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2018/06/28 15:45:46 jperkin Exp $
+$NetBSD: distinfo,v 1.30 2018/09/13 12:33:28 maya Exp $
 
 SHA1 (w3c-libwww-5.4.2.tgz) = 6bc3c0de4cd2e0d51b17789c9a86b5296ce44b2f
 RMD160 (w3c-libwww-5.4.2.tgz) = 7b6ecfbd84ca8b2ce3b19d3b60e9f6a75ea914f5
@@ -7,6 +7,8 @@ Size (w3c-libwww-5.4.2.tgz) = 2630357 by
 SHA1 (patch-Library_Makefile.in) = f0ea0413c13501cfa7d038ebfe602d6bdbf02de4
 SHA1 (patch-Library_src_HTMIMImp.c) = 2f14df9867758c69f9e6110b16f75d017e032a8e
 SHA1 (patch-Library_src_HTStyle.c) = 2c42a00ce5ed0ff0f34e779582684805e47edce2
+SHA1 (patch-Library_src_Makefile.am) = 14bf3beef9e2e57e2574ccb806132b13d2b60af7
+SHA1 (patch-Library_src_Makefile.in) = cd685a468b93066c0da9e1171051da93cfd28bb4
 SHA1 (patch-Library_src_SSL_HTSSL.c) = ddb87040f0669e1c3ab9f098a957193b436f588a
 SHA1 (patch-Library_src_wwwsys.h) = 25f39cf5afb6e4a2879a0f38129d8a450a863e72
 SHA1 (patch-configure) = 70a7d08b59361bb64069bb27cabfbc6dc2c47ec4

Added files:

Index: pkgsrc/www/libwww/patches/patch-Library_src_Makefile.am
diff -u /dev/null pkgsrc/www/libwww/patches/patch-Library_src_Makefile.am:1.1
--- /dev/null   Thu Sep 13 12:33:29 2018
+++ pkgsrc/www/libwww/patches/patch-Library_src_Makefile.am     Thu Sep 13 12:33:29 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-Library_src_Makefile.am,v 1.1 2018/09/13 12:33:29 maya Exp $
+
+Fix build failure with GNU coreutils: it doesn't allow install of the same file
+twice in the same command.
+
+--- Library/src/Makefile.am.orig       2017-06-24 05:51:38.000000000 +0000
++++ Library/src/Makefile.am
+@@ -408,7 +408,6 @@ BUILT_SOURCES = \
+       HTBInit.h \
+       HTBTree.h \
+       HTBind.h \
+-      HTBind.h \
+       HTBound.h \
+       HTBufWrt.h \
+       HTCache.h \
Index: pkgsrc/www/libwww/patches/patch-Library_src_Makefile.in
diff -u /dev/null pkgsrc/www/libwww/patches/patch-Library_src_Makefile.in:1.1
--- /dev/null   Thu Sep 13 12:33:29 2018
+++ pkgsrc/www/libwww/patches/patch-Library_src_Makefile.in     Thu Sep 13 12:33:29 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-Library_src_Makefile.in,v 1.1 2018/09/13 12:33:29 maya Exp $
+
+Fix build failure with GNU coreutils: it doesn't allow install of the same file
+twice in the same command.
+
+--- Library/src/Makefile.in.orig       2017-06-24 06:11:28.000000000 +0000
++++ Library/src/Makefile.in
+@@ -914,7 +914,6 @@ BUILT_SOURCES = \
+       HTBInit.h \
+       HTBTree.h \
+       HTBind.h \
+-      HTBind.h \
+       HTBound.h \
+       HTBufWrt.h \
+       HTCache.h \



Home | Main Index | Thread Index | Old Index