mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
emulators/i386-wine(-devel|-compholio): add BUNDLE_LIBS.
The i386-wine ports bundle their own (32-bit) libraries that cause pkg-1.5 issues. Since these libraries are under lib32 it does not cause issues with other software. Bump PORTREVISION [1] for the 32-bit side of the ports. The 64-bit side of the ports will be bumped when new packages have been prepared. Approved by: gerald@ [1] Reported by: bapt@
This commit is contained in:
parent
e5397a2387
commit
09f6ce160d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384284
@ -24,6 +24,7 @@ PLIST_REINPLACE+= winelib
|
||||
PLIST_REINPLACE_WINELIB= s!lib/!lib32/!g
|
||||
WINE_SLAVE_BUILD= yes
|
||||
USE_LDCONFIG32= ${WINELIBDIR} ${WINELIBDIR}/wine
|
||||
BUNDLE_LIBS= yes
|
||||
|
||||
.if !defined(WINE_CROSS_BUILD)
|
||||
IGNORE= This port is not for consumption on FreeBSD/i386. To cross-build for FreeBSD/amd64: make -DWINE_CROSS_BUILD
|
||||
|
@ -40,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.36-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
|
||||
MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel
|
||||
|
@ -24,6 +24,7 @@ PLIST_REINPLACE+= winelib
|
||||
PLIST_REINPLACE_WINELIB= s!lib/!lib32/!g
|
||||
WINE_SLAVE_BUILD= yes
|
||||
USE_LDCONFIG32= ${WINELIBDIR} ${WINELIBDIR}/wine
|
||||
BUNDLE_LIBS= yes
|
||||
|
||||
.if !defined(WINE_CROSS_BUILD)
|
||||
IGNORE= This port is not for consumption on FreeBSD/i386. To cross-build for FreeBSD/amd64: make -DWINE_CROSS_BUILD
|
||||
|
@ -40,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.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= wine
|
||||
DISTVERSION= 1.7.40
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.6.2
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
Loading…
Reference in New Issue
Block a user