aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2011-09-01 13:40:07 +0000
committerStefan Walter <stefan@FreeBSD.org>2011-09-01 13:40:07 +0000
commitb4301d8ad911bdcd08371306ca4df8c0ed674648 (patch)
tree208c184f4e2b5246f6f935c0f5765aa2607cf18e /x11-toolkits
parenta5279a0fa4bcac7e60a0cc0128ee5c56dd014621 (diff)
downloadports-b4301d8ad911bdcd08371306ca4df8c0ed674648.tar.gz
ports-b4301d8ad911bdcd08371306ca4df8c0ed674648.zip
Mark x11-toolkits/slgtk and dependent ports as DEPRECATED expiring 2011-12-31 as
suggested by the ports' maintainer, as they don't work with recent GTK+ and upstream development seems to have ceased. PR: 157044 Submitted by: Jilles Tjoelker <jilles@stack.nl> Patch by: maintainer
Notes
Notes: svn path=/head/; revision=280975
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/slgtk/Makefile3
-rw-r--r--x11-toolkits/slgtkdatabox/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/slgtk/Makefile b/x11-toolkits/slgtk/Makefile
index 32b25e75c326..c6a1deb9e71b 100644
--- a/x11-toolkits/slgtk/Makefile
+++ b/x11-toolkits/slgtk/Makefile
@@ -15,6 +15,9 @@ COMMENT= S-Lang binding for GTK+
LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2
+DEPRECATED= Does not work with newer GTK+, upstream development has ceased
+EXPIRATION_DATE= 2011-12-31
+
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LDFLAGS=-lncurses
diff --git a/x11-toolkits/slgtkdatabox/Makefile b/x11-toolkits/slgtkdatabox/Makefile
index 114325c0dd02..2c7da1f29f8c 100644
--- a/x11-toolkits/slgtkdatabox/Makefile
+++ b/x11-toolkits/slgtkdatabox/Makefile
@@ -19,6 +19,9 @@ LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 \
gtkdatabox-0.9.0.1:${PORTSDIR}/x11-toolkits/gtkdatabox
RUN_DEPENDS= imdisplay:${PORTSDIR}/x11-toolkits/slgtk
+DEPRECATED= Depends on non-functional x11-toolkits/slgtk
+EXPIRATION_DATE= 2011-12-31
+
OPTIONS= SLGLADE "Enable slglade support (run-time)" off
.include <bsd.port.pre.mk>