aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-10-15 06:30:49 +0800
committerdougb <dougb@FreeBSD.org>2011-10-15 06:30:49 +0800
commitf263b11cfc542f6956ae7ef2bf5ee844f52aa0e9 (patch)
treed782689aec1286d5187787b922e773e1ba4a609b /deskutils
parentf797d663f51794e39d1fba66c178a3e2639cc2e0 (diff)
downloadfreebsd-ports-gnome-f263b11cfc542f6956ae7ef2bf5ee844f52aa0e9.tar.gz
freebsd-ports-gnome-f263b11cfc542f6956ae7ef2bf5ee844f52aa0e9.tar.zst
freebsd-ports-gnome-f263b11cfc542f6956ae7ef2bf5ee844f52aa0e9.zip
As previously advertised, complete removal of vulnerable ports that
no one has stepped up to deal with: archivers/pecl-phar Vulnerable since 2011-01-13 comms/libsyncml Depends on devel/libsoup22, which is FORBIDDEN databases/mysql323-server Vulnerable since 2006-10-29 databases/mysql323-client Vulnerable since 2006-10-29 databases/mysql323-scripts Vulnerable since 2006-10-29 databases/mysql40-server Vulnerable since 2006-10-29 databases/mysql40-client Vulnerable since 2006-10-29 databases/mysql40-scripts Vulnerable since 2006-10-29 databases/p5-DBD-mysql40 Depends on databases/mysql40-server, which is FORBIDDEN deskutils/buoh Depends on devel/libsoup22, which is FORBIDDEN deskutils/libopensync-plugin-syncml Depends on comms/libsyncml, which is DEPRECATED devel/libsoup22 Vulnerable since 2011-07-28 dns/bind9-sdb-ldap Vulnerable since 2011-06-04 dns/bind9-sdb-postgresql Vulnerable since 2011-06-04 ftp/wgetpro Vulnerable since 2004-12-14 games/quake2forge Vulnerable since 2005-01-21 graphics/linux-tiff Vulnerable since 2004-10-13 japanese/mutt Vulnerable since 2007-07-29 japanese/asterisk14-sounds Depends on net/asterisk14, which is FORBIDDEN net/asterisk14 Vulnerable since 2011-06-25 net/isc-dhcp31-client Vulnerable since 2011-04-10 net/isc-dhcp31-server Vulnerable since 2011-04-10 net/isc-dhcp31-relay Vulnerable since 2011-04-10 net/asterisk-app-ldap Depends on net/asterisk14, which is FORBIDDEN net/asterisk-app-notify Depends on net/asterisk14, which is FORBIDDEN net/asterisk-oh323 Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64 net/asterisk14-addons Depends on net/asterisk14, which is FORBIDDEN net/astfax Depends on net/asterisk14, which is FORBIDDEN net-mgmt/nagios2 Vulnerable since 2009-06-30 www/gforge Vulnerable since 2005-08-09 www/linux-flashplugin7 Vulnerable since at least 2008-05-30 www/opera-devel Vulnerable since 2010-06-25, does not fetch www/plone3 Vulnerable and unsupported upstream www/serendipity-devel Vulnerable since 2008-04-25 www/ziproxy Vulnerable since 2010-06-15 www/asterisk-gui Depends on net/asterisk14, which is FORBIDDEN x11-toolkits/linux-pango Vulnerable since 2009-05-13
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile2
-rw-r--r--deskutils/buoh/Makefile59
-rw-r--r--deskutils/buoh/distinfo2
-rw-r--r--deskutils/buoh/pkg-descr12
-rw-r--r--deskutils/buoh/pkg-plist17
-rw-r--r--deskutils/libopensync-plugin-syncml/Makefile24
-rw-r--r--deskutils/libopensync-plugin-syncml/distinfo2
-rw-r--r--deskutils/libopensync-plugin-syncml/pkg-descr6
-rw-r--r--deskutils/libopensync-plugin-syncml/pkg-plist8
9 files changed, 0 insertions, 132 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index a8c0021eee8f..ab79522761f0 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -18,7 +18,6 @@
SUBDIR += blogtk
SUBDIR += bmp-docklet
SUBDIR += bookreader
- SUBDIR += buoh
SUBDIR += cairo-dock
SUBDIR += cairo-dock-plugins
SUBDIR += cal
@@ -163,7 +162,6 @@
SUBDIR += libopensync-plugin-synce
SUBDIR += libopensync-plugin-synce-devel
SUBDIR += libopensync-plugin-synce-legacy
- SUBDIR += libopensync-plugin-syncml
SUBDIR += libopensync-plugin-vformat-devel
SUBDIR += lightning
SUBDIR += lightning-thunderbird
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile
deleted file mode 100644
index cac38d793aed..000000000000
--- a/deskutils/buoh/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-# New ports collection makefile for: buoh
-# Date created: 10 November 2005
-# Whom: Mezz <mezz@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/deskutils/buoh/Makefile,v 1.5 2008/03/22 00:42:46 mezz Exp $
-#
-
-PORTNAME= buoh
-PORTVERSION= 0.8.2
-PORTREVISION= 7
-CATEGORIES= deskutils www gnome
-MASTER_SITES= http://buoh.steve-o.org/downloads/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A reader for online strips comics
-
-DEPRECATED= Depends on devel/libsoup22, which is FORBIDDEN
-EXPIRATION_DATE= 2011-10-14
-
-LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup22
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
-INSTALLS_ICONS= yes
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-DOCS= AUTHORS COPYING ChangeLog NEWS README TODO
-GCONF_SCHEMAS= buoh.schemas
-
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+= --enable-debug
-CFLAGS+= -g
-STRIP=
-.endif
-
-pre-everything::
-.if !defined(WITH_DEBUG)
- @${ECHO_MSG} "You may specify the following on the command line:"
- @${ECHO_MSG} " "
- @${ECHO_MSG} "WITH_DEBUG=yes to enable debugging in Buoh."
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${LOCALBASE}/share/applications|g' \
- ${WRKSRC}/data/Makefile.in
-
-.ifndef (NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
-.for i in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/deskutils/buoh/distinfo b/deskutils/buoh/distinfo
deleted file mode 100644
index 20afe3a56e44..000000000000
--- a/deskutils/buoh/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (buoh-0.8.2.tar.bz2) = eb9c8dc728b77f8e4c638c7f6a0b65d06c4549d0b6a2fc4f5bae51639bc041d5
-SIZE (buoh-0.8.2.tar.bz2) = 323984
diff --git a/deskutils/buoh/pkg-descr b/deskutils/buoh/pkg-descr
deleted file mode 100644
index 66728719c807..000000000000
--- a/deskutils/buoh/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Buoh is a reader for online strips comics. It is free software, designed to
-work well under the GNOME Desktop.
-
-Buoh has a number of features, including:
-
- - Select your favorites comic through a list of more than 130 comics
- - Easy, simple an eye-candy view of an online comic
- - Browsing over the comic strip archives
- - Saving a comic to disk
- - Integration with GNOME (respecting the lockdowns and HIG compliance)
-
-WWW: http://buoh.steve-o.org/
diff --git a/deskutils/buoh/pkg-plist b/deskutils/buoh/pkg-plist
deleted file mode 100644
index 270838d8e078..000000000000
--- a/deskutils/buoh/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-bin/buoh
-share/applications/buoh.desktop
-%%DATADIR%%/comics/comics.xml
-%%DATADIR%%/ui/buoh-ui.xml
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-share/icons/hicolor/16x16/apps/buoh.png
-share/icons/hicolor/64x64/apps/buoh.png
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%/comics
-@dirrm %%DATADIR%%
-@dirrmtry share/applications
diff --git a/deskutils/libopensync-plugin-syncml/Makefile b/deskutils/libopensync-plugin-syncml/Makefile
deleted file mode 100644
index 5e3d9dc32e2c..000000000000
--- a/deskutils/libopensync-plugin-syncml/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: libopensync-plugin-syncml
-# Date created: 6 November 2008
-# Whom: Alex Samorukov <samm@os2.kiev.ua>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libopensync-plugin-syncml
-PORTVERSION= 0.22
-CATEGORIES= deskutils palm comms
-MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
-
-MAINTAINER= samm@os2.kiev.ua
-COMMENT= This plugin allows to be synchronized against SyncML capable devices
-
-DEPRECATED= Depends on comms/libsyncml, which is DEPRECATED
-EXPIRATION_DATE= 2011-10-14
-
-LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 syncml.0:${PORTSDIR}/comms/libsyncml
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/deskutils/libopensync-plugin-syncml/distinfo b/deskutils/libopensync-plugin-syncml/distinfo
deleted file mode 100644
index 7ff4c505cd12..000000000000
--- a/deskutils/libopensync-plugin-syncml/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libopensync-plugin-syncml-0.22.tar.bz2) = b3f9ec536eabe81831bdb067bee4a052c2852fc84f8e3052416fecbefe3253de
-SIZE (libopensync-plugin-syncml-0.22.tar.bz2) = 220011
diff --git a/deskutils/libopensync-plugin-syncml/pkg-descr b/deskutils/libopensync-plugin-syncml/pkg-descr
deleted file mode 100644
index 95abcea4c4ac..000000000000
--- a/deskutils/libopensync-plugin-syncml/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The SyncML plugin is a plugin that allows OpenSync to be synchronized against
-SyncML capable devices. The plugin supports the protocol version 1.0, 1.1 and
-1.2. Available transports are http and obex. Bluetooth and HTTP-OBEX protocols
-are supported.
-
-WWW: http://www.opensync.org/wiki/syncml-guide
diff --git a/deskutils/libopensync-plugin-syncml/pkg-plist b/deskutils/libopensync-plugin-syncml/pkg-plist
deleted file mode 100644
index 259d7927c274..000000000000
--- a/deskutils/libopensync-plugin-syncml/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-share/opensync/defaults/syncml-http-server
-share/opensync/defaults/syncml-obex-client
-lib/opensync/plugins/syncml_plugin.la
-lib/opensync/plugins/syncml_plugin.so
-@dirrmtry lib/opensync/plugins
-@dirrmtry lib/opensync
-@dirrmtry share/opensync/defaults
-@dirrmtry share/opensync