components/libxslt/patches/docbook-test.patch
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Mon, 25 Apr 2016 23:38:13 -0700
changeset 5890 e3686c085735
parent 1025 95d154bfbea4
permissions -rw-r--r--
23169134 Move json-c library to Userland 16908756 json-c package has wrong upstream-url

The new line at the end need to be added here to mitigated differences
between Solaris and GNU grep commands. Where GNU grep will add new line
at the end when used on file without it.

--- libxslt-1.1.27/tests/docbook/Makefile.am	Fri Sep  7 00:49:41 2012
+++ libxslt-1.1.27/tests/docbook/Makefile.am	Thu Oct 11 00:39:36 2012
@@ -73,6 +73,7 @@
 	  xhtml=result/xhtml/`basename $$i .xml`.xhtml; \
 	  log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc --nonet \
 		$(srcdir)/xhtml/docbook.xsl $$i > $$out ; \
+	  echo '' >> $$out ; \
 	  if [ -f $(srcdir)/$$xhtml ] ; then \
 	      grep -v id < $(srcdir)/$$xhtml > $$xhtml.noid ; \
 	      grep -v id < $$out > $$out.noid ; \