pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/xapian/patches-bindings Avoid unportable "rm ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/084e06813341
branches: trunk
changeset: 367010:084e06813341
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Mon Aug 21 18:45:35 2017 +0000
description:
Avoid unportable "rm -v".
diffstat:
textproc/xapian/patches-bindings/patch-perl_Makefile.in | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r 7b3fa5e20512 -r 084e06813341 textproc/xapian/patches-bindings/patch-perl_Makefile.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/xapian/patches-bindings/patch-perl_Makefile.in Mon Aug 21 18:45:35 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-perl_Makefile.in,v 1.1 2017/08/21 18:45:35 schmonz Exp $
+
+Avoid unportable "rm -v".
+
+--- perl/Makefile.in.orig 2017-04-24 02:20:00.000000000 +0000
++++ perl/Makefile.in
+@@ -1512,7 +1512,7 @@ uninstall-local:
+ docs/index.html: Xapian.pm
+ $(MKDIR_P) docs
+ $(PERL) -MPod::Html -e 'pod2html(qw(--podpath=. Xapian.pm --outfile=docs/index.html))'
+- rm -f -v pod2htm?.tmp
++ rm -f pod2htm?.tmp
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
Home |
Main Index |
Thread Index |
Old Index