diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-05 21:41:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-05 21:41:46 +0800 |
commit | 9e9b59b7894b235070676052e323f8d5190e5a6f (patch) | |
tree | bdb78b964ae2b39645d084b6abab50d125bc21cc | |
parent | f66a018ca938f59365e68076acd6a940d24790d6 (diff) | |
download | freebsd-ports-gnome-9e9b59b7894b235070676052e323f8d5190e5a6f.tar.gz freebsd-ports-gnome-9e9b59b7894b235070676052e323f8d5190e5a6f.tar.zst freebsd-ports-gnome-9e9b59b7894b235070676052e323f8d5190e5a6f.zip |
gnome1 is deprecated, remove unmaintained ports depending on it.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/gxmlviewer/Makefile | 33 | ||||
-rw-r--r-- | textproc/gxmlviewer/distinfo | 2 | ||||
-rw-r--r-- | textproc/gxmlviewer/files/patch-configure | 25 | ||||
-rw-r--r-- | textproc/gxmlviewer/files/patch-xmlformatter.c | 14 | ||||
-rw-r--r-- | textproc/gxmlviewer/files/patch-xmlparser.c | 17 | ||||
-rw-r--r-- | textproc/gxmlviewer/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/gxmlviewer/pkg-plist | 7 |
9 files changed, 1 insertions, 104 deletions
@@ -4984,3 +4984,4 @@ textproc/libwpd08|textproc/libwpd|2013-10-04|Outdated, consider using a new vers net-mgmt/nrpe2|net-mgmt/nrpe|2013-10-04|Reflect the real portname cad/gwave||2013-10-05|Depends on guile-gtk which is EOLed x11-toolkits/guile-gtk||2013-10-05|EOLed upstream for very long +textproc/gxmlviewer||2013-10-05|Depends on EOLed gnome1 diff --git a/textproc/Makefile b/textproc/Makefile index ff3480b5f127..1f40259fedd5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -225,7 +225,6 @@ SUBDIR += gu-aspell SUBDIR += gutenmark SUBDIR += gv-aspell - SUBDIR += gxmlviewer SUBDIR += heirloom-doctools SUBDIR += hevea SUBDIR += hgrep diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile deleted file mode 100644 index 7310e4ccb5f3..000000000000 --- a/textproc/gxmlviewer/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= gxmlviewer -PORTVERSION= 1.3.3 -PORTREVISION= 13 -CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-0 - -MAINTAINER= ports@FreeBSD.org -COMMENT= An xmlviewer with a netscape plugin, and now a bonobo control as well - -USES= gettext iconv pathfix -USE_GNOME= bonobo gnomelibs gnomeprefix libxml2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} - -USE_WEBPLUGINS= native -WEBPLUGINS_DIR= ${PREFIX}/lib/gxmlviewer/plugins -WEBPLUGINS_FILES=npgxmlviewer.so - -NO_STAGE= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" - -post-patch: - @${REINPLACE_CMD} -e 's|intl||g' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|= -DXP_UNIX|= -fPIC -DXP_UNIX|g ; \ - s|/netscape/|/gxmlviewer/|g ; \ - s|@LIBS@|@LIBS@ -lXt -lXext|g' \ - ${WRKSRC}/src/nsplugin/Makefile.in - -.include <bsd.port.post.mk> diff --git a/textproc/gxmlviewer/distinfo b/textproc/gxmlviewer/distinfo deleted file mode 100644 index 5734b93a2c61..000000000000 --- a/textproc/gxmlviewer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gxmlviewer-1.3.3.tar.gz) = 9b6f737132334666d405a9f591634e8c366817fe703752946c3b51bf3b85508c -SIZE (gxmlviewer-1.3.3.tar.gz) = 224529 diff --git a/textproc/gxmlviewer/files/patch-configure b/textproc/gxmlviewer/files/patch-configure deleted file mode 100644 index 83129c294df2..000000000000 --- a/textproc/gxmlviewer/files/patch-configure +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.orig Thu Oct 23 19:31:15 2003 -+++ configure Thu Oct 23 19:41:08 2003 -@@ -4106,7 +4106,7 @@ - else - echo $ac_n "checking version of bison""... $ac_c" 1>&6 - echo "configure:4109: checking version of bison" >&5 -- ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison .* \([0-9]*\.[0-9.]*\).*$/\1/p'` -+ ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` - case $ac_prog_version in - '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; - 1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*) -@@ -4195,9 +4195,10 @@ - echo $ac_n "checking for libxml >= 2.3.1""... $ac_c" 1>&6 - echo "configure:4197: checking for libxml >= 2.3.1" >&5 - if xml2-config --libs > /dev/null 2>&1; then -- vers=`xml2-config --version | sed -e "s/xml-//" -e 's/cvs$//' -e 's/pre$//' | \ -- awk 'BEGIN { FS = "."; } { print $3;}'` -- if test "$vers" -ge 1; then -+ vers=`xml2-config --version | sed -e "s/xml-//" -e 's/cvs$//' -e 's/pre$//'` -+ vers_minor=`echo ${vers} | awk 'BEGIN { FS = "."; } { print $2;}'` -+ vers_rev=`echo ${vers} | awk 'BEGIN { FS = "."; } { print $3;}'` -+ if test "$vers_minor" -gt 3 -o "$vers_minor" -ge 3 -a "$vers_rev" -ge 1; then - echo "$ac_t""found ("$vers")" 1>&6 - XML_CFLAGS="`xml2-config --cflags`" - XML_LIBS="`xml2-config --libs`" diff --git a/textproc/gxmlviewer/files/patch-xmlformatter.c b/textproc/gxmlviewer/files/patch-xmlformatter.c deleted file mode 100644 index 6bde9aec0f69..000000000000 --- a/textproc/gxmlviewer/files/patch-xmlformatter.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/extras/xmlformatter.c.orig Thu Apr 4 15:47:47 2002 -+++ src/extras/xmlformatter.c Thu Apr 4 15:48:50 2002 -@@ -8,9 +8,9 @@ - - #include <string.h> - #include <gtk/gtk.h> --#include <SAX.h> --#include <parser.h> --#include <parserInternals.h> -+#include <libxml/SAX.h> -+#include <libxml/parser.h> -+#include <libxml/parserInternals.h> - - #include <unistd.h> diff --git a/textproc/gxmlviewer/files/patch-xmlparser.c b/textproc/gxmlviewer/files/patch-xmlparser.c deleted file mode 100644 index 8871d5385d23..000000000000 --- a/textproc/gxmlviewer/files/patch-xmlparser.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/xmlparser.c.orig Thu Apr 4 17:05:35 2002 -+++ src/xmlparser.c Thu Apr 4 17:08:09 2002 -@@ -8,15 +8,9 @@ - - #include <string.h> - #include <gtk/gtk.h> --#ifndef WIN32 --#include <SAX.h> --#include <parser.h> --#include <parserInternals.h> --#else - #include <libxml/SAX.h> - #include <libxml/parser.h> - #include <libxml/parserInternals.h> --#endif - #include "xmlparser.h" - #include "support.h" diff --git a/textproc/gxmlviewer/pkg-descr b/textproc/gxmlviewer/pkg-descr deleted file mode 100644 index 66b09a6aacbb..000000000000 --- a/textproc/gxmlviewer/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -gxmlviewer is an xml viewer written using libxml and gnome-libs. It is a -stand-alone xmlviewer with a netscpe plugin. The purpose of the app is to -create an xmlviewer that will present the xml in its source view. - -WWW: http://gxmlviewer.sourceforge.net/ diff --git a/textproc/gxmlviewer/pkg-plist b/textproc/gxmlviewer/pkg-plist deleted file mode 100644 index 798387bafa09..000000000000 --- a/textproc/gxmlviewer/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/gxmlviewer -bin/xmlview-control -bin/xmlformatter -lib/gxmlviewer/plugins/npgxmlviewer.so -share/oaf/GNOME_XMLView.oaf -@dirrm lib/gxmlviewer/plugins -@dirrm lib/gxmlviewer |