pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/xapian/patches-bindings



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Aug 21 18:45:35 UTC 2017

Added Files:
        pkgsrc/textproc/xapian/patches-bindings: patch-perl_Makefile.in

Log Message:
Avoid unportable "rm -v".


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/textproc/xapian/patches-bindings/patch-perl_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/xapian/patches-bindings/patch-perl_Makefile.in
diff -u /dev/null pkgsrc/textproc/xapian/patches-bindings/patch-perl_Makefile.in:1.1
--- /dev/null   Mon Aug 21 18:45:35 2017
+++ pkgsrc/textproc/xapian/patches-bindings/patch-perl_Makefile.in      Mon Aug 21 18:45:35 2017
@@ -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