From 84bc279d309c7403759b3ef90e77add3f96c99d9 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 1 Apr 2005 01:21:15 +0000 Subject: [PATCH] The reason the linux-understand_* ports are unfetchable is not only that the specified version is no longer available, it's that the new version is now commercial software (requires a support contract). Even with a distfile update the new versions do not install, so mark them with an expiration date. Approved by: portmgr (self, implicit) --- LEGAL | 3 +++ devel/linux-understand_ada/Makefile | 5 ++++- devel/linux-understand_c/Makefile | 5 ++++- devel/linux-understand_java/Makefile | 5 ++++- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/LEGAL b/LEGAL index 5b7ac7cb6e20..9a4d7847ff87 100644 --- a/LEGAL +++ b/LEGAL @@ -368,6 +368,9 @@ LimeWireLinux.tgz net/limewire No redistribution allowed Linux-ACU-Driver-v* sysutils/linux-acu Redistribution not allowed linux_devtools devel/linux_devtools GPL binaries linux-gtk2 x11-toolkits/linux-gtk2 LGPL binary, no source +linux-understand_ada* devel/linux_understand_ada Commercial software +linux-understand_c* devel/linux_understand_c Commercial software +linux-understand_java* devel/linux_understand_java Commercial software linuxq3ademo-* games/linux-q3ademo Restrictive license by Loki Software l0phtcrack/* security/l0phtcrack Parts are under GPL, so binaries should not be diff --git a/devel/linux-understand_ada/Makefile b/devel/linux-understand_ada/Makefile index a599e1650a61..201bea8f99a5 100644 --- a/devel/linux-understand_ada/Makefile +++ b/devel/linux-understand_ada/Makefile @@ -19,7 +19,10 @@ COMMENT= Understand can parse a Ada project helping reverse engineer it RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs -BROKEN= Unfetchable +BROKEN= Unfetchable, outdated, new version requires support contract +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-05-01 +RESTRICTED= Commercial software ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes diff --git a/devel/linux-understand_c/Makefile b/devel/linux-understand_c/Makefile index 9138c2c66a37..e9a1d8d43e1f 100644 --- a/devel/linux-understand_c/Makefile +++ b/devel/linux-understand_c/Makefile @@ -20,7 +20,10 @@ COMMENT= Understand can parse a C/C++ project helping reverse engineer it RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs -BROKEN= Unfetchable +BROKEN= Unfetchable, outdated, new version requires support contract +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-05-01 +RESTRICTED= Commercial software ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes diff --git a/devel/linux-understand_java/Makefile b/devel/linux-understand_java/Makefile index 1e6b3f837a68..e8f8cf1b4ae2 100644 --- a/devel/linux-understand_java/Makefile +++ b/devel/linux-understand_java/Makefile @@ -19,7 +19,10 @@ COMMENT= Understand can parse a Java project helping reverse engineer it RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs -BROKEN= Unfetchable +BROKEN= Unfetchable, outdated, new version requires support contract +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2005-05-01 +RESTRICTED= Commercial software ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes