aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2013-06-15 19:10:34 +0800
committerflo <flo@FreeBSD.org>2013-06-15 19:10:34 +0800
commit4122614c3dd59c039fd034276c6d4f6de5b1dd18 (patch)
tree0f885f335ca7ccb047661ec97c09dce0144b6f5d /deskutils
parent83bf7c78683323b5e6932dc53980f209d9288fb9 (diff)
downloadfreebsd-ports-gnome-4122614c3dd59c039fd034276c6d4f6de5b1dd18.tar.gz
freebsd-ports-gnome-4122614c3dd59c039fd034276c6d4f6de5b1dd18.tar.zst
freebsd-ports-gnome-4122614c3dd59c039fd034276c6d4f6de5b1dd18.zip
- Remove www/libxul19, is has been vulnerable and unsupported upstream for
quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi)
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/chmsee/Makefile7
-rw-r--r--deskutils/google-gadgets/Makefile2
2 files changed, 7 insertions, 2 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile
index 7906306a46e8..d93eb94d56c7 100644
--- a/deskutils/chmsee/Makefile
+++ b/deskutils/chmsee/Makefile
@@ -10,13 +10,18 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= sylvio@FreeBSD.org
COMMENT= A viewer for Microsoft Help "CHM" files
+BROKEN= Does not work with newer libxul
+
+DEPRECATED= Does not work with newer libxul
+EXPIRATION_DATE= 2013-09-01
+
LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \
gcrypt:${PORTSDIR}/security/libgcrypt
LICENSE= GPLv2
USE_GNOME= gnomehier libglade2
-USE_GECKO= libxul19
+USE_GECKO= libxul
USES= cmake gettext
CMAKE_ARGS= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=TRUE
INSTALLS_ICONS= yes
diff --git a/deskutils/google-gadgets/Makefile b/deskutils/google-gadgets/Makefile
index 5545528e6fb1..eb9a4e9be151 100644
--- a/deskutils/google-gadgets/Makefile
+++ b/deskutils/google-gadgets/Makefile
@@ -65,7 +65,7 @@ LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2
.endif
.if ${PORT_OPTIONS:MMOZILLA}
-USE_GECKO= libxul19
+USE_GECKO= libxul
.endif
.if ${PORT_OPTIONS:MGTKWEBKIT} && ! ${PORT_OPTIONS:MGTK}