pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libupnp add a workaround for install(1) from GNU c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64331630a709
branches:  trunk
changeset: 632417:64331630a709
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Mar 28 05:51:13 2014 +0000

description:
add a workaround for install(1) from GNU coreutils, PR pkg/48685.

diffstat:

 net/libupnp/distinfo                              |   3 ++-
 net/libupnp/patches/patch-upnp_sample_Makefile.in |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 0c1bc14a8a9e -r 64331630a709 net/libupnp/distinfo
--- a/net/libupnp/distinfo      Thu Mar 27 21:01:16 2014 +0000
+++ b/net/libupnp/distinfo      Fri Mar 28 05:51:13 2014 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.20 2013/11/21 08:07:55 obache Exp $
+$NetBSD: distinfo,v 1.21 2014/03/28 05:51:13 obache Exp $
 
 SHA1 (libupnp-1.6.19.tar.bz2) = ee9e16ff42808521b62b7fc664fc9cba479ede88
 RMD160 (libupnp-1.6.19.tar.bz2) = 9879bc7e2e31b50b36ca752c70a00b3abc6de23f
 Size (libupnp-1.6.19.tar.bz2) = 1213439 bytes
 SHA1 (patch-aa) = b3d00b441b3c0ae9aa0769223a4eaf6baa71a71c
+SHA1 (patch-upnp_sample_Makefile.in) = 63675848b7289f414f3d78968aef69130addce28
diff -r 0c1bc14a8a9e -r 64331630a709 net/libupnp/patches/patch-upnp_sample_Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/libupnp/patches/patch-upnp_sample_Makefile.in Fri Mar 28 05:51:13 2014 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-upnp_sample_Makefile.in,v 1.1 2014/03/28 05:51:13 obache Exp $
+
+* install(1) from GNU coreutils dislike overwrite with same contents.
+  https://sourceforge.net/p/pupnp/bugs/120/
+
+--- upnp/sample/Makefile.in.orig       2013-11-15 16:19:11.000000000 +0000
++++ upnp/sample/Makefile.in
+@@ -628,7 +628,7 @@ clean-libtool:
+       -rm -rf .libs _libs
+ install-examplesDATA: $(examples_DATA)
+       @$(NORMAL_INSTALL)
+-      @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
++      @list='$(examples_DATA:O:u)'; test -n "$(examplesdir)" || list=; \
+       if test -n "$$list"; then \
+         echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
+         $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \



Home | Main Index | Thread Index | Old Index