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:
Makoto Matsushita 2003-05-04 14:39:21 +00:00
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

View file

@ -24,6 +24,7 @@ IS_INTERACTIVE= yes
.endif
RESTRICTED= "Not sure if we can redistribute this."
NO_PACKAGE= ${RESTRICTED}
.include <bsd.port.pre.mk>

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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