diff options
author | kris <kris@FreeBSD.org> | 2004-06-22 05:27:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-22 05:27:46 +0800 |
commit | 14d1eea421a42564b8f6285daa105bd4a08c6155 (patch) | |
tree | 25e9f8e2c9bd27f220ae798861e3a5e531810e8d /emulators | |
parent | 0c36999fa5188ed3a00754d9ceaa4006134ba9c7 (diff) | |
download | freebsd-ports-gnome-14d1eea421a42564b8f6285daa105bd4a08c6155.tar.gz freebsd-ports-gnome-14d1eea421a42564b8f6285daa105bd4a08c6155.tar.zst freebsd-ports-gnome-14d1eea421a42564b8f6285daa105bd4a08c6155.zip |
Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ia64sim/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware_xf4mod/Makefile | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index 992cee93871e..d2d898bbd6d5 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -18,6 +18,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= IA64 simulator (Intel(R) Architecture 64) BROKEN= checksum mismatch +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${BROKEN} USE_ZIP= yes .include <bsd.port.pre.mk> diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile index 31e24a9d40e6..8161fc72a706 100644 --- a/emulators/vmware_xf4mod/Makefile +++ b/emulators/vmware_xf4mod/Makefile @@ -28,7 +28,9 @@ USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 RESTRICTED= "Not sure if we can redistribute it" -IGNORE= "This module is now part of XFree86 as of 4.1.0" +IGNORE= This module is now part of XFree86 as of 4.1.0 +EXPIRATION_DATE=2004-08-20 +DEPRECATED= ${IGNORE} do-extract: ${MKDIR} ${WRKSRC} |