diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-12 06:35:02 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-12 06:35:02 +0000 |
commit | c5800aff2c09820a2a1458cfecf4a2639f55bb5e (patch) | |
tree | c65a83013b3178988a3a52fd32d55855ebd3c8a9 /textproc/p5-XML-Xerces | |
parent | 6b3450bb1137af280acc9d2a3df667a9f8d16f6f (diff) | |
download | FreeBSD-ports-c5800aff2c09820a2a1458cfecf4a2639f55bb5e.zip FreeBSD-ports-c5800aff2c09820a2a1458cfecf4a2639f55bb5e.tar.gz |
Mark as BROKEN due to dependency problems which prevent it from installing.
In addition, it apparently does not work with the current version of
xerces-c in ports; and, it already is shown as not building with recent
versions of -current. Since this port is broken in multiple ways, mark
it as DEPRECATED within one month, unless someone wants to step up and
work through all these problems.
PR: ports/65376
Submitted by: Scott McWhirter <scott@surreytech.co.uk>
Diffstat (limited to 'textproc/p5-XML-Xerces')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index 4a67f3e..5d9cd8c 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -37,6 +37,10 @@ IGNORE= "requires perl 5.6.x or later. Install lang/perl5 and try again" FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" .endif +BROKEN= dependency problems: also does not work with xerces-2.5 +DEPRECATED= ${IGNORE} +EXPIRATION_DATE= "06/12/2004" + post-patch: @${PERL} -pi -e "s|-lpthread|${PTHREAD_LIBS}|" ${WRKSRC}/Makefile.PL |