Revision: 74662 http://trac.macports.org/changeset/74662 Author: jmr@macports.org Date: 2010-12-27 03:41:16 -0800 (Mon, 27 Dec 2010) Log Message: ----------- xmlto: revert r73800 since it just postpones errors to runtime Revision Links: -------------- http://trac.macports.org/changeset/73800 Modified Paths: -------------- trunk/dports/textproc/xmlto/Portfile Removed 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-12-27 09:29:27 UTC (rev 74661) +++ trunk/dports/textproc/xmlto/Portfile 2010-12-27 11:41:16 UTC (rev 74662) @@ -39,7 +39,7 @@ depends_skip_archcheck findutils coreutils -patchfiles patch-xmlto.in.diff patch-Makefile.am.diff patch-Makefile.in.diff +patchfiles patch-xmlto.in.diff configure.args --mandir=${prefix}/share/man Deleted: trunk/dports/textproc/xmlto/files/patch-Makefile.am.diff =================================================================== --- trunk/dports/textproc/xmlto/files/patch-Makefile.am.diff 2010-12-27 09:29:27 UTC (rev 74661) +++ trunk/dports/textproc/xmlto/files/patch-Makefile.am.diff 2010-12-27 11:41:16 UTC (rev 74662) @@ -1,11 +0,0 @@ ---- 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) Deleted: trunk/dports/textproc/xmlto/files/patch-Makefile.in.diff =================================================================== --- trunk/dports/textproc/xmlto/files/patch-Makefile.in.diff 2010-12-27 09:29:27 UTC (rev 74661) +++ trunk/dports/textproc/xmlto/files/patch-Makefile.in.diff 2010-12-27 11:41:16 UTC (rev 74662) @@ -1,11 +0,0 @@ ---- 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: