diff options
-rw-r--r-- | emulators/vmware-guestd3/Makefile | 3 | ||||
-rw-r--r-- | emulators/vmware-tools3/Makefile | 3 | ||||
-rw-r--r-- | security/vscan/Makefile | 2 | ||||
-rw-r--r-- | www/ssserver/Makefile | 3 |
4 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vmware-guestd3/Makefile b/emulators/vmware-guestd3/Makefile index 7cd7f1c42c5a..e2a5b1ae6c44 100644 --- a/emulators/vmware-guestd3/Makefile +++ b/emulators/vmware-guestd3/Makefile @@ -30,6 +30,9 @@ IS_INTERACTIVE= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} +DEPRECATED= Depends of misc/compat3x, that is deprecated and set to be removed +EXPIRATION_DATE= 2010-11-08 + VMWARE_VER= 3.2.1 BUILD_VER= 2237 diff --git a/emulators/vmware-tools3/Makefile b/emulators/vmware-tools3/Makefile index 8529a0535a01..d848fa9564c8 100644 --- a/emulators/vmware-tools3/Makefile +++ b/emulators/vmware-tools3/Makefile @@ -32,6 +32,9 @@ IS_INTERACTIVE= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} +DEPRECATED= Depends of misc/compat3x, that is deprecated and set to be removed +EXPIRATION_DATE= 2010-11-08 + VMWARE_VER= 3.2.1 BUILD_VER= 2237 diff --git a/security/vscan/Makefile b/security/vscan/Makefile index ebe8f1938ead..e1f77c506aa8 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -17,6 +17,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Evaluation version of a DOS/Windows/Linux file virus scanner BROKEN= Does not fetch +DEPRECATED= Depends of misc/compat3x, that is deprecated and set to be removed +EXPIRATION_DATE= 2010-11-08 # misc/compat3x is forbidden, but with FreeBSD 5.1 or later you can use # libmap.conf(5) to map against current libc. This may affect the system diff --git a/www/ssserver/Makefile b/www/ssserver/Makefile index 58b50b1e6e07..f2907574898b 100644 --- a/www/ssserver/Makefile +++ b/www/ssserver/Makefile @@ -18,6 +18,9 @@ LIB_DEPENDS= c.3:${PORTSDIR}/misc/compat3x ONLY_FOR_ARCHS= i386 NO_BUILD= yes +DEPRECATED= Depends of misc/compat3x, that is deprecated and set to be removed +EXPIRATION_DATE= 2010-11-08 + INSTALL_RWDATA= ${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m 666 do-install: |