Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.21 2013/03/28 22:22:46 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2013/11/21 08:07:55 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libupnp-1.6.18
|
||||
DISTNAME= libupnp-1.6.19
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pupnp/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
+9
-2
@@ -1,4 +1,4 @@
|
||||
@comment $NetBSD: PLIST,v 1.8 2012/04/13 23:38:34 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2013/11/21 08:07:55 obache Exp $
|
||||
include/upnp/FreeList.h
|
||||
include/upnp/LinkedList.h
|
||||
include/upnp/ThreadPool.h
|
||||
@@ -22,6 +22,14 @@ lib/libupnp.la
|
||||
lib/pkgconfig/libupnp.pc
|
||||
share/doc/${PKGNAME}/IXML_Programming_Guide.pdf
|
||||
share/doc/${PKGNAME}/UPnP_Programming_Guide.pdf
|
||||
share/doc/${PKGNAME}/examples/sample_util.c
|
||||
share/doc/${PKGNAME}/examples/sample_util.h
|
||||
share/doc/${PKGNAME}/examples/tv_ctrlpt.c
|
||||
share/doc/${PKGNAME}/examples/tv_ctrlpt.h
|
||||
share/doc/${PKGNAME}/examples/tv_ctrlpt_main.c
|
||||
share/doc/${PKGNAME}/examples/tv_device.c
|
||||
share/doc/${PKGNAME}/examples/tv_device.h
|
||||
share/doc/${PKGNAME}/examples/tv_device_main.c
|
||||
share/doc/${PKGNAME}/html/ixml/DOMInterfaces.html
|
||||
share/doc/${PKGNAME}/html/ixml/General.html
|
||||
share/doc/${PKGNAME}/html/ixml/IXMLAPI.html
|
||||
@@ -272,4 +280,3 @@ share/doc/${PKGNAME}/html/upnp/icon1.gif
|
||||
share/doc/${PKGNAME}/html/upnp/icon2.gif
|
||||
share/doc/${PKGNAME}/html/upnp/index.html
|
||||
share/doc/${PKGNAME}/html/upnp/toc.html
|
||||
@pkgdir share/doc/${PKGNAME}/examples
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
$NetBSD: distinfo,v 1.19 2013/01/29 16:22:47 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.21 2014/03/28 05:51:13 obache Exp $
|
||||
|
||||
SHA1 (libupnp-1.6.18.tar.bz2) = 7dc7bd2fa74a0f9c65b5fcc4c65b8faa6cf02007
|
||||
RMD160 (libupnp-1.6.18.tar.bz2) = 514d23830a2eecd13ecc585b6b9e36770032a73c
|
||||
Size (libupnp-1.6.18.tar.bz2) = 1201056 bytes
|
||||
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
|
||||
|
||||
@@ -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; \
|
||||
Reference in New Issue
Block a user