Prevent some ports to provide bundled libraries
Bump port revision PR: 193592
This commit is contained in:
parent
30b53e1431
commit
c9caf106d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369778
5 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}/print/freetype2 \
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue