mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= xmlcatmgr
|
||||
PORTVERSION= 2.0.a1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
10
textproc/xmlcatmgr/files/patch-bin::xml.c
Normal file
10
textproc/xmlcatmgr/files/patch-bin::xml.c
Normal 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));
|
Loading…
Add table
Reference in a new issue