Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2014 10:26:02 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361520 - in head: devel/upnp devel/upnp/files multimedia/vdr-plugin-upnp multimedia/vlc net-p2p/amule net-p2p/amule-devel net-p2p/retroshare net/linuxigd net/ushare sysutils/djmount
Message-ID:  <201407111026.s6BAQ2eY090418@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Jul 11 10:26:02 2014
New Revision: 361520
URL: http://svnweb.freebsd.org/changeset/ports/361520
QAT: https://qat.redports.org/buildarchive/r361520/

Log:
  - Add USES=libtool to devel/upnp and bump dependent ports
  - Add USES=pathfix and INSTALL_TARGET=install-strip
  - Add a patch to fix definitions of ITHREAD_MUTEX_*
  
  Approved by:	portmgr (implicit, bump unstaged port)

Added:
  head/devel/upnp/files/patch-threadutil__inc__ithread.h   (contents, props changed)
Modified:
  head/devel/upnp/Makefile
  head/devel/upnp/pkg-plist
  head/multimedia/vdr-plugin-upnp/Makefile
  head/multimedia/vlc/Makefile
  head/net-p2p/amule-devel/Makefile
  head/net-p2p/amule/Makefile
  head/net-p2p/retroshare/Makefile
  head/net/linuxigd/Makefile
  head/net/ushare/Makefile
  head/sysutils/djmount/Makefile

Modified: head/devel/upnp/Makefile
==============================================================================
--- head/devel/upnp/Makefile	Fri Jul 11 09:52:59 2014	(r361519)
+++ head/devel/upnp/Makefile	Fri Jul 11 10:26:02 2014	(r361520)
@@ -3,6 +3,7 @@
 
 PORTNAME=	upnp
 PORTVERSION=	1.6.19
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION}
@@ -14,8 +15,9 @@ COMMENT=	Universal Plug and Play Softwar
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		tar:bzip2
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		libtool pathfix tar:bzip2
 USE_LDCONFIG=	yes
 
 PORTDOCS=	*
@@ -26,8 +28,4 @@ DEBUG_CONFIGURE_ON=	--enable-debug
 DOCS_CONFIGURE_ON=	--with-documentation=${DOCSDIR}
 DOCS_CONFIGURE_OFF=	--without-documentation
 
-post-patch:	.SILENT
-	${REINPLACE_CMD} '/^pkgconfigexecdir/s|$$(libdir)|$$(prefix)/libdata|' \
-		${WRKSRC}/Makefile.in
-
 .include <bsd.port.mk>

Added: head/devel/upnp/files/patch-threadutil__inc__ithread.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/upnp/files/patch-threadutil__inc__ithread.h	Fri Jul 11 10:26:02 2014	(r361520)
@@ -0,0 +1,16 @@
+--- threadutil/inc/ithread.h.orig
++++ threadutil/inc/ithread.h
+@@ -50,12 +50,9 @@
+ 
+ #include <pthread.h>
+ 
+-#if defined(BSD) && !defined(__GNU__)
+-	#define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE
+-#endif
+ 
+ 
+-#if defined(PTHREAD_MUTEX_RECURSIVE) || defined(__DragonFly__)
++#if defined(PTHREAD_MUTEX_RECURSIVE) || defined(__DragonFly__) || defined(__FreeBSD__)
+ 	/* This system has SuS2-compliant mutex attributes.
+ 	 * E.g. on Cygwin, where we don't have the old nonportable (NP) symbols
+ 	 */

Modified: head/devel/upnp/pkg-plist
==============================================================================
--- head/devel/upnp/pkg-plist	Fri Jul 11 09:52:59 2014	(r361519)
+++ head/devel/upnp/pkg-plist	Fri Jul 11 10:26:02 2014	(r361520)
@@ -16,16 +16,16 @@ include/upnp/upnpdebug.h
 include/upnp/UpnpString.h
 include/upnp/upnptools.h
 lib/libixml.a
-lib/libixml.la
 lib/libixml.so
 lib/libixml.so.2
+lib/libixml.so.2.0.8
 lib/libthreadutil.a
-lib/libthreadutil.la
 lib/libthreadutil.so
 lib/libthreadutil.so.6
+lib/libthreadutil.so.6.0.4
 lib/libupnp.a
-lib/libupnp.la
 lib/libupnp.so
-lib/libupnp.so.9
+lib/libupnp.so.6
+lib/libupnp.so.6.3.3
 libdata/pkgconfig/libupnp.pc
 @dirrm include/upnp

Modified: head/multimedia/vdr-plugin-upnp/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-upnp/Makefile	Fri Jul 11 09:52:59 2014	(r361519)
+++ head/multimedia/vdr-plugin-upnp/Makefile	Fri Jul 11 10:26:02 2014	(r361520)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vdr-plugin-upnp
 PORTVERSION=	0.0.2a2
-PORTREVISION=	24
+PORTREVISION=	25
 CATEGORIES=	multimedia
 MASTER_SITES=	http://projects.vdr-developer.org/attachments/download/177/
 DISTNAME=	${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION:S/a/-alpha/}${DISTVERSIONSUFFIX}

Modified: head/multimedia/vlc/Makefile
==============================================================================
--- head/multimedia/vlc/Makefile	Fri Jul 11 09:52:59 2014	(r361519)
+++ head/multimedia/vlc/Makefile	Fri Jul 11 10:26:02 2014	(r361520)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vlc
 DISTVERSION=	2.1.4
-PORTREVISION=	7
+PORTREVISION=	8
 PORTEPOCH=	4
 CATEGORIES=	multimedia audio ipv6 net www
 MASTER_SITES=	http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \

Modified: head/net-p2p/amule-devel/Makefile
==============================================================================
--- head/net-p2p/amule-devel/Makefile	Fri Jul 11 09:52:59 2014	(r361519)
+++ head/net-p2p/amule-devel/Makefile	Fri Jul 11 10:26:02 2014	(r361520)
@@ -3,6 +3,7 @@
 
 PORTNAME=	amule
 PORTVERSION=	10834
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://amule.sourceforge.net/tarballs/
 PKGNAMESUFFIX=	-devel

Modified: head/net-p2p/amule/Makefile
==============================================================================
--- head/net-p2p/amule/Makefile	Fri Jul 11 09:52:59 2014	(r361519)
+++ head/net-p2p/amule/Makefile	Fri Jul 11 10:26:02 2014	(r361520)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amule
 PORTVERSION=	2.3.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF/${PORTNAME}/aMule/${PORTVERSION}
 DISTNAME=	aMule-${PORTVERSION}

Modified: head/net-p2p/retroshare/Makefile
==============================================================================
--- head/net-p2p/retroshare/Makefile	Fri Jul 11 09:52:59 2014	(r361519)
+++ head/net-p2p/retroshare/Makefile	Fri Jul 11 10:26:02 2014	(r361520)
@@ -3,6 +3,7 @@
 
 PORTNAME=	retroshare
 PORTVERSION=	0.5.5c
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=${PORTNAME}/${BINARY}/${PORTVERSION}

Modified: head/net/linuxigd/Makefile
==============================================================================
--- head/net/linuxigd/Makefile	Fri Jul 11 09:52:59 2014	(r361519)
+++ head/net/linuxigd/Makefile	Fri Jul 11 10:26:02 2014	(r361520)
@@ -3,7 +3,7 @@
 
 PORTNAME=	linuxigd
 PORTVERSION=	1.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	net
 MASTER_SITES=	SF/linux-igd/linux-igd/${PORTNAME}-${PORTVERSION}
 

Modified: head/net/ushare/Makefile
==============================================================================
--- head/net/ushare/Makefile	Fri Jul 11 09:52:59 2014	(r361519)
+++ head/net/ushare/Makefile	Fri Jul 11 10:26:02 2014	(r361520)
@@ -3,14 +3,14 @@
 
 PORTNAME=	ushare
 PORTVERSION=	1.1a
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	net
 MASTER_SITES=	http://ushare.geexbox.org/releases/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Lightweight UPnP (TM) A/V Media Server
 
-LIB_DEPENDS=	upnp.9:${PORTSDIR}/devel/upnp
+LIB_DEPENDS=	libupnp.so:${PORTSDIR}/devel/upnp
 
 HAS_CONFIGURE=	yes
 USE_BZIP2=	yes
@@ -28,7 +28,7 @@ NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MLIBDLNA}
-LIB_DEPENDS+=	dlna:${PORTSDIR}/devel/libdlna
+LIB_DEPENDS+=	libdlna.so:${PORTSDIR}/devel/libdlna
 CONFIGURE_ARGS=	--enable-dlna
 .endif
 

Modified: head/sysutils/djmount/Makefile
==============================================================================
--- head/sysutils/djmount/Makefile	Fri Jul 11 09:52:59 2014	(r361519)
+++ head/sysutils/djmount/Makefile	Fri Jul 11 10:26:02 2014	(r361520)
@@ -3,7 +3,7 @@
 
 PORTNAME=	djmount
 PORTVERSION=	0.71
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407111026.s6BAQ2eY090418>