pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libupnp avoid namespace conflict of the "uuid_crea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e07f25b8023c
branches:  trunk
changeset: 610781:e07f25b8023c
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Nov 06 18:59:08 2012 +0000

description:
avoid namespace conflict of the "uuid_create" function used internally
here with a system provided one eg in NetBSD, lead to application
crashes

diffstat:

 net/libupnp/Makefile |  3 ++-
 net/libupnp/distinfo |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 640126852fac -r e07f25b8023c net/libupnp/Makefile
--- a/net/libupnp/Makefile      Tue Nov 06 18:56:12 2012 +0000
+++ b/net/libupnp/Makefile      Tue Nov 06 18:59:08 2012 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2012/10/23 17:18:35 asau Exp $
+# $NetBSD: Makefile,v 1.19 2012/11/06 18:59:08 drochner Exp $
 #
 
 DISTNAME=              libupnp-1.6.17
+PKGREVISION=           1
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=pupnp/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 640126852fac -r e07f25b8023c net/libupnp/distinfo
--- a/net/libupnp/distinfo      Tue Nov 06 18:56:12 2012 +0000
+++ b/net/libupnp/distinfo      Tue Nov 06 18:59:08 2012 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.17 2012/04/13 23:38:34 obache Exp $
+$NetBSD: distinfo,v 1.18 2012/11/06 18:59:08 drochner Exp $
 
 SHA1 (libupnp-1.6.17.tar.bz2) = 179e0c1337915d45ea8c04c1fa86257c9dfc5924
 RMD160 (libupnp-1.6.17.tar.bz2) = 179599a8253f7df2e1085493e2d5925458195a19
 Size (libupnp-1.6.17.tar.bz2) = 1187499 bytes
+SHA1 (patch-aa) = b3d00b441b3c0ae9aa0769223a4eaf6baa71a71c



Home | Main Index | Thread Index | Old Index