svn commit: r321312 - head/devel/git
Matthias Andree
mandree at FreeBSD.org
Wed Jun 19 19:10:12 UTC 2013
Author: mandree
Date: Wed Jun 19 19:10:12 2013
New Revision: 321312
URL: http://svnweb.freebsd.org/changeset/ports/321312
Log:
If CONTRIB is enabled (default), add docbook-xml-450 as a direct
build requisite. There have been reports about missing DocBook XML V4.5
DTDs, even though they do not show in Tinderbox builds:
<http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084357.html>
Manually installing docbook-xml-450 appears to help:
<http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084383.html>
Approved by: wxs
Modified:
head/devel/git/Makefile
Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile Wed Jun 19 19:07:35 2013 (r321311)
+++ head/devel/git/Makefile Wed Jun 19 19:10:12 2013 (r321312)
@@ -328,7 +328,8 @@ IGNORE= using GITWEB support requires PE
.if ${PORT_OPTIONS:MCONTRIB}
PLIST_SUB+= CONTRIB=""
BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto \
- asciidoc:${PORTSDIR}/textproc/asciidoc
+ asciidoc:${PORTSDIR}/textproc/asciidoc \
+ ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450
MAN1+= git-subtree.1
.else
PLIST_SUB+= CONTRIB="@comment "
More information about the svn-ports-all
mailing list