mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
emulators/i386-wine: Add USES=desktop-file-utils
Also fix DISTNAME in emulators/i386-wine{-devel} so that PORTREVISION bumps do not break the ports and, while here, sort alphabetically USES in emulators/i386-wine-devel/Makefile.amd64. Approved by: gerald (mentor)
This commit is contained in:
parent
0658d8ed1e
commit
3bd3165dc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533985
@ -4,7 +4,7 @@
|
||||
DISTVERSION= 5.5
|
||||
PORTEPOCH= 1
|
||||
MASTER_SITES= LOCAL/salvadore/i386-wine-devel/${DIST_SUBDIR}/
|
||||
DISTNAME= ${PKGNAME}
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSION},${PORTEPOCH}
|
||||
DIST_SUBDIR= FreeBSD:${OSREL:C/\..*//}:amd64
|
||||
|
||||
LICENSE= LGPL21 LGPL3
|
||||
@ -18,7 +18,7 @@ EXTRACT_AFTER_ARGS= -C / --exclude +COMPACT_MANIFEST --exclude +MANIFEST \
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine
|
||||
USES= tar:txz desktop-file-utils
|
||||
USES= desktop-file-utils tar:txz
|
||||
BUNDLE_LIBS= yes
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
|
@ -9,6 +9,7 @@ PORTNAME= wine
|
||||
# define a dummy DISTVERSION to avoid errors with poudriere bulk -a
|
||||
# on architectures unsupported by this port
|
||||
DISTVERSION?= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMEPREFIX= i386-
|
||||
CATEGORIES= emulators
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
DISTVERSION= 5.0
|
||||
PORTEPOCH= 1
|
||||
MASTER_SITES= LOCAL/salvadore/i386-wine/${DIST_SUBDIR}/
|
||||
DISTNAME= ${PKGNAME}
|
||||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSION},${PORTEPOCH}
|
||||
DIST_SUBDIR= FreeBSD:${OSREL:C/\..*//}:amd64
|
||||
|
||||
LICENSE= LGPL21 LGPL3
|
||||
@ -18,7 +18,7 @@ EXTRACT_AFTER_ARGS= -C / --exclude +COMPACT_MANIFEST --exclude +MANIFEST \
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine
|
||||
USES= tar:txz
|
||||
USES= desktop-file-utils tar:txz
|
||||
BUNDLE_LIBS= yes
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
Loading…
Reference in New Issue
Block a user