summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Xerces
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-05-12 06:35:02 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-05-12 06:35:02 +0000
commitb1bb8617508c88f4fd886bfcb71ed7d53b79667f (patch)
tree7f7fd7ad56d969cbd5ffdb34a4aed3c9d829e393 /textproc/p5-XML-Xerces
parentAdd p5-String-Ediff, a Perl module to produce common sub-string (diff)
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>
Notes
Notes: svn path=/head/; revision=108972
Diffstat (limited to 'textproc/p5-XML-Xerces')
-rw-r--r--textproc/p5-XML-Xerces/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile
index 4a67f3e5292c..5d9cd8c87c07 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