diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-16 12:16:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-16 12:16:53 +0000 |
commit | aaccee94ec8af60b0bfaa39225dbd9c44f4602a5 (patch) | |
tree | a9cefd95af7bae122627efa6f630c5092c5181a9 | |
parent | Deprecate ports that do not build on FreeBSD 11+ (diff) |
Deprecate dead -devel ports
Notes
Notes:
svn path=/head/; revision=479891
-rw-r--r-- | java/netbeans-devel/Makefile | 2 | ||||
-rw-r--r-- | net/ntp-devel/Makefile | 2 | ||||
-rw-r--r-- | net/tigervnc-devel/Makefile | 2 | ||||
-rw-r--r-- | net/unison-devel/Makefile | 2 | ||||
-rw-r--r-- | net/xrdp-devel/Makefile | 2 | ||||
-rw-r--r-- | x11/tint-devel/Makefile | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/java/netbeans-devel/Makefile b/java/netbeans-devel/Makefile index 05d08f660ccf..678836807136 100644 --- a/java/netbeans-devel/Makefile +++ b/java/netbeans-devel/Makefile @@ -25,6 +25,8 @@ PREFIXDIR= ${PREFIX}/netbeans-${PORTVERSION} PLIST_SUB+= PORTVERSION=${PORTVERSION} IGNORE= No development version available right now. Please use java/netbeans instead. +DEPRECATED= Use java/netbeans instead +EXPIRATION_DATE= 2018-09-29 post-patch: @${REINPLACE_CMD} -e '57s|#||;57s|/path/to/jdk|${JAVA_HOME}|' \ diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 72ab2d11ad25..897effc4d9a7 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -14,6 +14,8 @@ MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution FORBIDDEN= It appears the development branch of NTP is dead. +DEPRECATED= Use net/ntp instead +EXPIRATION_DATE= 2018-09-29 LIB_DEPENDS= libevent.so:devel/libevent \ libmd5.so:www/libwww diff --git a/net/tigervnc-devel/Makefile b/net/tigervnc-devel/Makefile index 703a9b634704..68222eb417c0 100644 --- a/net/tigervnc-devel/Makefile +++ b/net/tigervnc-devel/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENCE.TXT IGNORE= no development version available right now. Please use net/tigervnc instead +DEPRECATED= Use net/tigervnc instead +EXPIRATION_DATE= 2018-09-29 PATCH_DEPENDS= ${NONEXISTENT}:x11-servers/xorg-server:patch BUILD_DEPENDS= ${LOCALBASE}/include/GL/internal/dri_interface.h:graphics/mesa-dri \ diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index e2b87c3f0ecf..06efeeb4ea1e 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -16,6 +16,8 @@ COMMENT= User-level file synchronization tool IGNORE= No devel release available. \ Install net/unison which is the latest stable version. +DEPRECATED= Use net/unison instead +EXPIRATION_DATE= 2018-09-29 LICENSE= GPLv3 diff --git a/net/xrdp-devel/Makefile b/net/xrdp-devel/Makefile index 7a20ef4787d6..a8c52b1483d6 100644 --- a/net/xrdp-devel/Makefile +++ b/net/xrdp-devel/Makefile @@ -16,6 +16,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING IGNORE= no development version available right now, use net/xrdp instead +DEPRECATED= Use net/xrdp instead +EXPIRATION_DATE= 2018-09-29 # pulseaudio's configured source is required for audio redirection BUILD_DEPENDS= ${NONEXISTENT}:audio/pulseaudio:configure \ diff --git a/x11/tint-devel/Makefile b/x11/tint-devel/Makefile index 40733be059cd..d6020998675a 100644 --- a/x11/tint-devel/Makefile +++ b/x11/tint-devel/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \ CONFLICTS= tint2-[0-9]* IGNORE= -devel version is older than x11/tint +DEPRECATED= Use x11/tint instead +EXPIRATION_DATE= 2018-09-29 USES= alias cmake pkgconfig tar:xz USE_GNOME= glib20 gtk20 pango |