pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/lv Apply a patch based on PR pkg/22798 to allow t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f18256ae346f
branches: trunk
changeset: 462723:f18256ae346f
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Fri Oct 10 16:22:03 2003 +0000
description:
Apply a patch based on PR pkg/22798 to allow this to install properly
on Darwin.
diffstat:
misc/lv/distinfo | 3 ++-
misc/lv/patches/patch-aa | 25 +++++++++++++++++++++++++
2 files changed, 27 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r c568b18cee3e -r f18256ae346f misc/lv/distinfo
--- a/misc/lv/distinfo Fri Oct 10 15:46:08 2003 +0000
+++ b/misc/lv/distinfo Fri Oct 10 16:22:03 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/05/14 06:29:37 itojun Exp $
+$NetBSD: distinfo,v 1.4 2003/10/10 16:22:03 jschauma Exp $
SHA1 (lv4495.tar.gz) = 11f8daa4fd5818676ac06ab0a20d6f252d4dca6f
Size (lv4495.tar.gz) = 597451 bytes
+SHA1 (patch-aa) = 9221506a523a0ada4153f81a18152de01bfac315
diff -r c568b18cee3e -r f18256ae346f misc/lv/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/lv/patches/patch-aa Fri Oct 10 16:22:03 2003 +0000
@@ -0,0 +1,25 @@
+$NetBSD: patch-aa,v 1.3 2003/10/10 16:22:03 jschauma Exp $
+
+--- ../src/Makefile.in.orig Fri Oct 10 11:57:43 2003
++++ ../src/Makefile.in Fri Oct 10 11:56:46 2003
+@@ -64,7 +64,7 @@
+ #
+
+ install::
+- $(INSTALL) -s -o bin -g bin -m 555 lv $(bindir)
++ $(BSD_INSTALL_PROGRAM) lv $(bindir)
+ if test -f $(bindir)/lgrep; then \
+ /bin/rm -f $(bindir)/lgrep; \
+ fi
+@@ -72,9 +72,9 @@
+ if test ! -d $(lvlibdir); then \
+ mkdir -p $(lvlibdir); \
+ fi
+- $(INSTALL) -o bin -g bin -m 444 $(srcdir)/../lv.hlp $(lvlibdir)
++ $(BSD_INSTALL_DATA) $(srcdir)/../lv.hlp $(lvlibdir)
+ if test -d $(mandir) -a -d $(mandir)/man1; then \
+- $(INSTALL) -o bin -g bin -m 444 $(srcdir)/../lv.1 $(mandir)/man1; \
++ $(BSD_INSTALL_MAN) $(srcdir)/../lv.1 $(mandir)/man1; \
+ fi
+
+ uninstall::
Home |
Main Index |
Thread Index |
Old Index