summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-01-14 23:43:51 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-01-14 23:43:51 +0000
commit90b6e390f8719005fe1d809983efd4bab8f8a65e (patch)
tree9037eafb0344c529b38902a876ace21d005e89b3 /textproc
parent. Update to 1.4.2 patchset 6. (diff)
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)
Notes
Notes: svn path=/head/; revision=98175
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xmlcatmgr/Makefile1
-rw-r--r--textproc/xmlcatmgr/files/patch-bin::xml.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/textproc/xmlcatmgr/Makefile b/textproc/xmlcatmgr/Makefile
index 621b1b9b65fa..a64d5bce152c 100644
--- a/textproc/xmlcatmgr/Makefile
+++ b/textproc/xmlcatmgr/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmlcatmgr
PORTVERSION= 2.0.a1
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/textproc/xmlcatmgr/files/patch-bin::xml.c b/textproc/xmlcatmgr/files/patch-bin::xml.c
new file mode 100644
index 000000000000..59aa6c2daaed
--- /dev/null
+++ b/textproc/xmlcatmgr/files/patch-bin::xml.c
@@ -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));