pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xmlada don't send standard error to /dev/null...
details: https://anonhg.NetBSD.org/pkgsrc/rev/47f2be273387
branches: trunk
changeset: 648842:47f2be273387
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Mar 21 01:06:49 2015 +0000
description:
don't send standard error to /dev/null, we'd like to know if cp(1) fails
diffstat:
textproc/xmlada/distinfo | 4 ++--
textproc/xmlada/patches/patch-Makefile.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r b80ef7bb9200 -r 47f2be273387 textproc/xmlada/distinfo
--- a/textproc/xmlada/distinfo Sat Mar 21 00:36:08 2015 +0000
+++ b/textproc/xmlada/distinfo Sat Mar 21 01:06:49 2015 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2013/07/02 22:13:56 marino Exp $
+$NetBSD: distinfo,v 1.7 2015/03/21 01:06:49 tnn Exp $
SHA1 (xmlada-4.4.0.0.tar.bz2) = 285e98269160428e9387a3b3b3b82c1aef4b9c62
RMD160 (xmlada-4.4.0.0.tar.bz2) = 389328c6582e96a139694ce854e1fdc8af6d892b
Size (xmlada-4.4.0.0.tar.bz2) = 632217 bytes
-SHA1 (patch-Makefile.in) = f2829a9b097cfc0a8e1545594b5fadf799a10374
+SHA1 (patch-Makefile.in) = c4358a6395420628e76040523dc780a0130015b0
SHA1 (patch-dom_dom.gpr) = f5afdec46fac3cd07755d6bb47a83b715e54ba64
SHA1 (patch-input__sources_input__sources.gpr) = 4bcf4dfb0323cd6e4a6739cd2a4c8d3989c23ca2
SHA1 (patch-sax_sax.gpr) = aed5573f7e28efbb01103726255ed11faca17018
diff -r b80ef7bb9200 -r 47f2be273387 textproc/xmlada/patches/patch-Makefile.in
--- a/textproc/xmlada/patches/patch-Makefile.in Sat Mar 21 00:36:08 2015 +0000
+++ b/textproc/xmlada/patches/patch-Makefile.in Sat Mar 21 01:06:49 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile.in,v 1.1 2013/07/02 22:13:56 marino Exp $
+$NetBSD: patch-Makefile.in,v 1.2 2015/03/21 01:06:49 tnn Exp $
Add DESTDIR support to xmlada
@@ -105,7 +105,7 @@
+ ${BSD_INSTALL_DATA} distrib/xmlada_schema.gpr ${DESTDIR}${prefix}/lib/gnat/
+ ${BSD_INSTALL_DATA} distrib/xmlada_unicode.gpr ${DESTDIR}${prefix}/lib/gnat/
+ ${BSD_INSTALL_SCRIPT} xmlada-config ${DESTDIR}${bindir}
-+ -$(CP) -r docs/_build/html/* ${DESTDIR}$(datadir)/doc/xmlada/ 2>/dev/null
++ -$(CP) -r docs/_build/html/* ${DESTDIR}$(datadir)/doc/xmlada/
+ ${BSD_INSTALL_DATA} distrib/xmlada_gps.py ${DESTDIR}${datadir}/gps/plug-ins/
## Do the installation for an explicit target
Home |
Main Index |
Thread Index |
Old Index