[73800] trunk/dports/textproc/xmlto

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Nov 25 09:51:56 PST 2010


Revision: 73800
          http://trac.macports.org/changeset/73800
Author:   macsforever2000 at macports.org
Date:     2010-11-25 09:51:52 -0800 (Thu, 25 Nov 2010)
Log Message:
-----------
xmlto: add --skip-validation to fix build problem. (#26151)

Modified Paths:
--------------
    trunk/dports/textproc/xmlto/Portfile

Added Paths:
-----------
    trunk/dports/textproc/xmlto/files/patch-Makefile.am.diff
    trunk/dports/textproc/xmlto/files/patch-Makefile.in.diff

Modified: trunk/dports/textproc/xmlto/Portfile
===================================================================
--- trunk/dports/textproc/xmlto/Portfile	2010-11-25 17:33:43 UTC (rev 73799)
+++ trunk/dports/textproc/xmlto/Portfile	2010-11-25 17:51:52 UTC (rev 73800)
@@ -39,7 +39,7 @@
 
 depends_skip_archcheck findutils coreutils
 
-patchfiles      patch-xmlto.in.diff
+patchfiles      patch-xmlto.in.diff patch-Makefile.am.diff patch-Makefile.in.diff
 
 configure.args  --mandir=${prefix}/share/man
 

Added: trunk/dports/textproc/xmlto/files/patch-Makefile.am.diff
===================================================================
--- trunk/dports/textproc/xmlto/files/patch-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/textproc/xmlto/files/patch-Makefile.am.diff	2010-11-25 17:51:52 UTC (rev 73800)
@@ -0,0 +1,11 @@
+--- Makefile.am.orig	2009-03-20 09:26:21.000000000 -0400
++++ Makefile.am	2010-11-24 08:28:02.000000000 -0500
+@@ -70,7 +70,7 @@
+ $(man1_MANS): $(top_srcdir)/doc/xmlto.xml $(top_srcdir)/doc/xmlif.xml
+ 	for xml in xmlif.xml xmlto.xml; do \
+ 	  FORMAT_DIR=$(top_srcdir)/format \
+-	   $(BASH) ./xmlto -o man/man1 man $(top_srcdir)/doc/$$xml ; \
++	   $(BASH) ./xmlto --skip-validation -o man/man1 man $(top_srcdir)/doc/$$xml ; \
+ 	done || ( RC=$$?; exit $$RC )
+ 
+ TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) top_builddir=$(top_builddir)

Added: trunk/dports/textproc/xmlto/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/textproc/xmlto/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/textproc/xmlto/files/patch-Makefile.in.diff	2010-11-25 17:51:52 UTC (rev 73800)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2010-11-24 08:50:48.000000000 -0500
++++ Makefile.in	2010-11-24 08:50:50.000000000 -0500
+@@ -850,7 +850,7 @@
+ $(man1_MANS): $(top_srcdir)/doc/xmlto.xml $(top_srcdir)/doc/xmlif.xml
+ 	for xml in xmlif.xml xmlto.xml; do \
+ 	  FORMAT_DIR=$(top_srcdir)/format \
+-	   $(BASH) ./xmlto -o man/man1 man $(top_srcdir)/doc/$$xml ; \
++	   $(BASH) ./xmlto --skip-validation -o man/man1 man $(top_srcdir)/doc/$$xml ; \
+ 	done || ( RC=$$?; exit $$RC )
+ 
+ tag:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101125/cd387114/attachment.html>


More information about the macports-changes mailing list