diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-22 03:12:10 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-01-22 03:12:10 +0800 |
commit | f3498639547a5e7df602b114ebc0d23af6777027 (patch) | |
tree | b6fd2c919a938aa9f817cedec08ce9fc22077471 /www/gtkhtml3 | |
parent | 989e452e46c8f375e800bb3a9ef3138c3ccc22a2 (diff) | |
download | freebsd-ports-gnome-f3498639547a5e7df602b114ebc0d23af6777027.tar.gz freebsd-ports-gnome-f3498639547a5e7df602b114ebc0d23af6777027.tar.zst freebsd-ports-gnome-f3498639547a5e7df602b114ebc0d23af6777027.zip |
www/gtkhtml3: markd deprecated
From https://wiki.gnome.org/RoadMap/GtkHtml (2012-09-19):
* GtkHtml is being phased out in favor of WebKit/GTK+.
* Using GtkHtml in newly-written code is strongly discouraged.
* GtkHtml 4.6.x will likely be the final release series.
Upstream called this one dead 8 years ago. Time make it so.
PR: 252618
Submitted by: daniel.engberg.lists@pyret.net
Diffstat (limited to 'www/gtkhtml3')
-rw-r--r-- | www/gtkhtml3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 6fec43072fe6..6f4839725c0d 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -13,6 +13,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight HTML rendering/printing/editing engine +DEPRECATED= Obsolete by upstream, doesn't build with recent versions of pango +EXPIRATION_DATE=2021-03-31 + BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:misc/gnome-icon-theme LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ |