aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-02-24 22:40:42 +0800
committerbapt <bapt@FreeBSD.org>2014-02-24 22:40:42 +0800
commitf672c7854930e7dd55f42b414469fb98cb41b80e (patch)
tree36a20bc7ac1ecf4e9239219f397e389fd22a62f6 /textproc
parent2791b0fefe9a8b102a1d2808a48839cab143d508 (diff)
downloadfreebsd-ports-gnome-f672c7854930e7dd55f42b414469fb98cb41b80e.tar.gz
freebsd-ports-gnome-f672c7854930e7dd55f42b414469fb98cb41b80e.tar.zst
freebsd-ports-gnome-f672c7854930e7dd55f42b414469fb98cb41b80e.zip
Remove (depend on an unsupported version of xerces-c)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-XML-Xerces/Makefile27
-rw-r--r--textproc/p5-XML-Xerces/distinfo2
-rw-r--r--textproc/p5-XML-Xerces/files/patch-Makefile.PL25
-rw-r--r--textproc/p5-XML-Xerces/pkg-descr6
-rw-r--r--textproc/p5-XML-Xerces/pkg-plist10
6 files changed, 0 insertions, 71 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 7e2473c9a7cb..5999eee87543 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1018,7 +1018,6 @@
SUBDIR += p5-XML-XSH
SUBDIR += p5-XML-XSLT
SUBDIR += p5-XML-XUpdate-LibXML
- SUBDIR += p5-XML-Xerces
SUBDIR += p5-YAML
SUBDIR += p5-YAML-LibYAML
SUBDIR += p5-YAML-Shell
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile
deleted file mode 100644
index 5930369ad394..000000000000
--- a/textproc/p5-XML-Xerces/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Ken Menzel <kenm@icarz.com>
-# $FreeBSD$
-
-PORTNAME= XML-Xerces
-PORTVERSION= 2.7.0
-PORTREVISION?= 1
-CATEGORIES= textproc perl5
-MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION}-0
-
-MAINTAINER= perl@FreeBSD.org
-COMMENT= The Perl API to the Apache project's Xerces XML parser
-
-BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
-LIB_DEPENDS= libxerces-c.so.27:${PORTSDIR}/textproc/xerces-c2
-
-MAKE_JOBS_UNSAFE= yes
-
-USES= gmake perl5
-USE_PERL5= configure
-CONFIGURE_ENV= XERCES_LIB="${LOCALBASE}/lib" \
- XERCES_INCLUDE="${LOCALBASE}/include" \
- XERCES_DEVEL="yes" \
- CXX="${CXX}"
-
-.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Xerces/distinfo b/textproc/p5-XML-Xerces/distinfo
deleted file mode 100644
index bcfe43ed42e5..000000000000
--- a/textproc/p5-XML-Xerces/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (XML-Xerces-2.7.0-0.tar.gz) = ec9ad5482beb7f34feb2458d1c65807339cb2c1b01895c174e4fb3cb9ca87be6
-SIZE (XML-Xerces-2.7.0-0.tar.gz) = 291199
diff --git a/textproc/p5-XML-Xerces/files/patch-Makefile.PL b/textproc/p5-XML-Xerces/files/patch-Makefile.PL
deleted file mode 100644
index 25d537093d8f..000000000000
--- a/textproc/p5-XML-Xerces/files/patch-Makefile.PL
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.PL.orig 2006-03-10 06:50:23.000000000 -0500
-+++ Makefile.PL 2009-03-17 14:46:12.000000000 -0500
-@@ -290,16 +290,16 @@
- my $CC_DEF;
- if ($^O eq 'linux') {
- $OS_DEF = '-DXML_LINUX';
-- } elsif($^O eq 'darwin') {
-- $OS_DEF = '-DXML_MACOSX';
-+ } elsif($^O eq 'freebsd') {
-+ $OS_DEF = '-DXML_FREEBSD';
- } else {
- die 'unsupported operating system';
- }
-- if ($CXX =~ /g\+\+/) {
-+ #if ($CXX =~ /g\+\+/) {
- $CC_DEF = '-DXML_GCC';
-- } else {
-- die 'unsupported compiler';
-- }
-+ #} else {
-+ #die 'unsupported compiler';
-+ #}
- my $SWIG_ARGS = qq[-Wall $OS_DEF $CC_DEF -DXERCES_OLD -DXERCES_VERSION="$XERCES_PERL_VERSION" \$(INC) -perl5 -c++ -shadow];
-
- my $MAKE = ' \$(MAKE) -C Handler static';
diff --git a/textproc/p5-XML-Xerces/pkg-descr b/textproc/p5-XML-Xerces/pkg-descr
deleted file mode 100644
index ba204b43154e..000000000000
--- a/textproc/p5-XML-Xerces/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-XML::Xerces is the Perl API to the Apache project's Xerces XML
-parser. It is implemented using the Xerces C++ API, and it provides
-access to most of the C++ API from Perl.
-
-WWW: http://search.cpan.org/dist/XML-Xerces/
-WWW: http://xerces.apache.org/xerces-p/
diff --git a/textproc/p5-XML-Xerces/pkg-plist b/textproc/p5-XML-Xerces/pkg-plist
deleted file mode 100644
index 29add77ab871..000000000000
--- a/textproc/p5-XML-Xerces/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/XML/Xerces.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler/Handler.a
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler/extralibs.ld
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/Xerces.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/Xerces.so
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML