mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Fixup for package cluster building.
- Mark NO_PACKAGE since these ports require VMware itself. (and avoid using .ifdef(PACKAGE_BUILDING) also) - Forget to mark IS_INTERACTIVE if !BATCH (vmware-guest4).
This commit is contained in:
parent
803b9c355d
commit
d96f3b1ef3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80109
13 changed files with 22 additions and 24 deletions
|
@ -24,6 +24,7 @@ IS_INTERACTIVE= yes
|
|||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ IS_INTERACTIVE= yes
|
|||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 4.0.0
|
||||
BUILD_VER= 4460
|
||||
|
|
|
@ -29,6 +29,7 @@ IS_INTERACTIVE= yes
|
|||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 4.0.0
|
||||
BUILD_VER= 4460
|
||||
|
|
|
@ -29,6 +29,7 @@ IS_INTERACTIVE= yes
|
|||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 4.0.0
|
||||
BUILD_VER= 4460
|
||||
|
|
|
@ -27,9 +27,7 @@ IS_INTERACTIVE= yes
|
|||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
IGNORE= "Can't build this port since it requires VMware."
|
||||
.endif
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 3.1.1
|
||||
BUILD_VER= 1790
|
||||
|
|
|
@ -27,9 +27,7 @@ IS_INTERACTIVE= yes
|
|||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
IGNORE= "Can't build this port since it requires VMware."
|
||||
.endif
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 4.0.0
|
||||
BUILD_VER= 4460
|
||||
|
|
|
@ -27,9 +27,7 @@ IS_INTERACTIVE= yes
|
|||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
IGNORE= "Can't build this port since it requires VMware."
|
||||
.endif
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 4.0.0
|
||||
BUILD_VER= 4460
|
||||
|
|
|
@ -27,9 +27,7 @@ IS_INTERACTIVE= yes
|
|||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
IGNORE= "Can't build this port since it requires VMware."
|
||||
.endif
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 4.0.0
|
||||
BUILD_VER= 4460
|
||||
|
|
|
@ -25,6 +25,7 @@ USE_X_PREFIX= yes
|
|||
NO_BUILD= yes
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 2.0.4
|
||||
BUILD_VER= 307
|
||||
|
|
|
@ -29,9 +29,7 @@ IS_INTERACTIVE= yes
|
|||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
IGNORE= "Can't build this port since it requires VMware."
|
||||
.endif
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 3.1.1
|
||||
BUILD_VER= 1790
|
||||
|
|
|
@ -24,11 +24,12 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools
|
|||
ONLY_FOR_ARCHS= i386
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
.if !defined(BATCH)
|
||||
IS_INTERACTIVE= yes
|
||||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
IGNORE= "Can't build this port since it requires VMware."
|
||||
.endif
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 4.0.0
|
||||
BUILD_VER= 4460
|
||||
|
|
|
@ -24,11 +24,12 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools
|
|||
ONLY_FOR_ARCHS= i386
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
.if !defined(BATCH)
|
||||
IS_INTERACTIVE= yes
|
||||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
IGNORE= "Can't build this port since it requires VMware."
|
||||
.endif
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 4.0.0
|
||||
BUILD_VER= 4460
|
||||
|
|
|
@ -24,11 +24,12 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools
|
|||
ONLY_FOR_ARCHS= i386
|
||||
USE_X_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
.if !defined(BATCH)
|
||||
IS_INTERACTIVE= yes
|
||||
.endif
|
||||
|
||||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
.if defined(PACKAGE_BUILDING)
|
||||
IGNORE= "Can't build this port since it requires VMware."
|
||||
.endif
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 4.0.0
|
||||
BUILD_VER= 4460
|
||||
|
|
Loading…
Add table
Reference in a new issue