diff options
author | stefan <stefan@FreeBSD.org> | 2011-09-01 21:40:07 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2011-09-01 21:40:07 +0800 |
commit | 998cb5c3640079b0dcdc549b8e100da9f17855a0 (patch) | |
tree | 1226b31e4bcdd2fb8c781ac796749b522f81e55f /x11-toolkits | |
parent | 2ee60c8aa5bc55a34a4bd32a059c76b9f2771950 (diff) | |
download | freebsd-ports-gnome-998cb5c3640079b0dcdc549b8e100da9f17855a0.tar.gz freebsd-ports-gnome-998cb5c3640079b0dcdc549b8e100da9f17855a0.tar.zst freebsd-ports-gnome-998cb5c3640079b0dcdc549b8e100da9f17855a0.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
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/slgtk/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/slgtkdatabox/Makefile | 3 |
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> |