Add workaround to correctly install the docbook-xsl port.

A new release will come asap.

Submitted by:	Mike Harding (bug), hrs (fix)
Approved by:	nork (mentor/implicitly)
This commit is contained in:
Alex Dupre 2004-01-14 23:43:51 +00:00
parent df0cd23644
commit 90b6e390f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98175
2 changed files with 11 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= xmlcatmgr
PORTVERSION= 2.0.a1
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -0,0 +1,10 @@
--- bin/xml.c.orig Tue Dec 23 11:27:37 2003
+++ bin/xml.c Thu Jan 15 00:31:14 2004
@@ -270,7 +270,6 @@
if (search_entry(XMLDOC_ROOT(c), orig) != NULL) {
warnx("entry already exists for `%s'", orig);
- return false;
}
xn = xmlnode_new(XMLNODE_TYPE_ELEMENT, strdup(type));