On 08/13/10 15:10, Thomas de Grivel wrote:
Docbook port is broken by not finding a distfile.

This patch removes the examples.zip file from the docbook port, which is
missing from upstream.

Just removing it from DISTFILES fixed building. It does not seem to
break anything, please report any problem.

and here is the patch. Sorry...

--
Thomas de Grivel
http://www.lowh.net/
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/docbook/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    20 Mar 2010 17:06:45 -0000      1.23
+++ Makefile    13 Aug 2010 13:02:37 -0000
@@ -22,8 +22,7 @@ DISTFILES=    sgml/2.4.1/docbk241.zip \
                xml/4.1.2/docbkx412.zip \
                xml/4.2/docbook-xml-4.2.zip \
                xml/4.3/docbook-xml-4.3.zip \
-               xml/4.4/docbook-xml-4.4.zip \
-               examples.zip
+               xml/4.4/docbook-xml-4.4.zip
 
 # permission granted in dtd copyright notice
 PERMIT_PACKAGE_CDROM=  Yes

Reply via email to