Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 22:21:20 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369778 - in head: emulators/i386-wine emulators/i386-wine-devel multimedia/plexmediaserver multimedia/plexmediaserver-plexpass www/opera
Message-ID:  <201410012221.s91MLKD4050384@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct  1 22:21:20 2014
New Revision: 369778
URL: https://svnweb.freebsd.org/changeset/ports/369778
QAT: https://qat.redports.org/buildarchive/r369778/

Log:
  Prevent some ports to provide bundled libraries
  Bump port revision
  
  PR:		193592

Modified:
  head/emulators/i386-wine-devel/Makefile.inc
  head/emulators/i386-wine/Makefile.inc
  head/multimedia/plexmediaserver-plexpass/Makefile
  head/multimedia/plexmediaserver/Makefile
  head/www/opera/Makefile

Modified: head/emulators/i386-wine-devel/Makefile.inc
==============================================================================
--- head/emulators/i386-wine-devel/Makefile.inc	Wed Oct  1 22:20:44 2014	(r369777)
+++ head/emulators/i386-wine-devel/Makefile.inc	Wed Oct  1 22:21:20 2014	(r369778)
@@ -3,6 +3,7 @@
 
 PORTNAME=	wine
 PORTVERSION=	1.7.27
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION}
@@ -39,6 +40,7 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX}/lib32/wine
 USES=		tar:xz
+BUNDLE_LIBS=	yes
 
 GECKO_RUN_DEPENDS=	${DATADIR}/gecko/wine_gecko-2.24-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
 MONO_RUN_DEPENDS=	${DATADIR}/mono/wine-mono-4.5.2.msi:${PORTSDIR}/emulators/wine-mono-devel

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Wed Oct  1 22:20:44 2014	(r369777)
+++ head/emulators/i386-wine/Makefile.inc	Wed Oct  1 22:21:20 2014	(r369778)
@@ -3,7 +3,7 @@
 
 PORTNAME=	wine
 PORTVERSION=	1.6.2
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	LOCAL/dbn/repos/wine/${DIST_SUBDIR}/${PORTVERSION}
@@ -38,6 +38,7 @@ PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
 USE_LDCONFIG32=	${PREFIX}/lib32 ${PREFIX}/lib32/wine
 USES=		tar:xz
+BUNDLE_LIBS=	yes
 
 GECKO_RUN_DEPENDS=   ${DATADIR}/gecko/wine_gecko-2.21-x86.msi:${PORTSDIR}/emulators/wine-gecko
 MONO_RUN_DEPENDS=   ${DATADIR}/mono/wine-mono-0.0.8.msi:${PORTSDIR}/emulators/wine-mono

Modified: head/multimedia/plexmediaserver-plexpass/Makefile
==============================================================================
--- head/multimedia/plexmediaserver-plexpass/Makefile	Wed Oct  1 22:20:44 2014	(r369777)
+++ head/multimedia/plexmediaserver-plexpass/Makefile	Wed Oct  1 22:21:20 2014	(r369778)
@@ -3,6 +3,7 @@
 
 PORTNAME=	plexmediaserver
 PORTVERSION=	0.9.10.1.585
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/
 PKGNAMESUFFIX=	-plexpass
@@ -15,6 +16,7 @@ USES=		tar:bzip2
 PLEX_BUILD=	f31034e
 NO_BUILD=	yes
 WRKSRC=	${WRKDIR}/PlexMediaServer-${PORTVERSION}-${PLEX_BUILD}
+BUNDLE_LIBS=	yes
 
 DATADIR=	${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
 

Modified: head/multimedia/plexmediaserver/Makefile
==============================================================================
--- head/multimedia/plexmediaserver/Makefile	Wed Oct  1 22:20:44 2014	(r369777)
+++ head/multimedia/plexmediaserver/Makefile	Wed Oct  1 22:21:20 2014	(r369778)
@@ -3,6 +3,7 @@
 
 PORTNAME=	plexmediaserver
 PORTVERSION=	0.9.9.13.525
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://downloads.plexapp.com/plex-media-server/${PORTVERSION}-${PLEX_BUILD}/
 DISTNAME=	PlexMediaServer-${PORTVERSION}-${PLEX_BUILD}-freebsd-amd64

Modified: head/www/opera/Makefile
==============================================================================
--- head/www/opera/Makefile	Wed Oct  1 22:20:44 2014	(r369777)
+++ head/www/opera/Makefile	Wed Oct  1 22:21:20 2014	(r369778)
@@ -2,7 +2,7 @@
 
 PORTNAME=	opera
 PORTVERSION=	${OPERA_VER}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www ipv6
 MASTER_SITES=	ftp://ftp.opera.com/pub/opera/${MASTER_SITES_VER_PATH}/ \
 		ftp://opera.inode.at/${MASTER_SITES_VER_PATH}/ \
@@ -22,6 +22,8 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 BUILD_DEPENDS=	${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info
 RUN_DEPENDS=	${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info
 
+BUNDLE_LIBS=	yes
+
 ONLY_FOR_ARCHS=	i386 amd64
 
 OPERA_VER?=	12.16



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