pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/gocr Some versions of BSD install(1) do not h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/312db75e6a0f
branches:  trunk
changeset: 464454:312db75e6a0f
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Tue Dec 09 13:53:38 2003 +0000

description:
Some versions of BSD install(1) do not handle more than one directory
argument.  As these are standard directories, remove the command rather
than splitting it into separate statements.

Fixes install on Solaris.

diffstat:

 textproc/gocr/distinfo         |   3 ++-
 textproc/gocr/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 1974cff17e03 -r 312db75e6a0f textproc/gocr/distinfo
--- a/textproc/gocr/distinfo    Tue Dec 09 13:14:02 2003 +0000
+++ b/textproc/gocr/distinfo    Tue Dec 09 13:53:38 2003 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2003/07/24 17:47:25 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/12/09 13:53:38 sketch Exp $
 
 SHA1 (gocr-0.37.tar.gz) = 41fa2e3f1fc17d27f1f1610441cec4d5f4a6201e
 Size (gocr-0.37.tar.gz) = 672962 bytes
 SHA1 (patch-aa) = 106daf9fb2bf37f9a11972244b3c4e292178dbe2
+SHA1 (patch-ab) = 56833576531ee62dc96ab6d65e029448eacb88ea
diff -r 1974cff17e03 -r 312db75e6a0f textproc/gocr/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/gocr/patches/patch-ab    Tue Dec 09 13:53:38 2003 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2003/12/09 13:53:38 sketch Exp $
+
+--- src/Makefile.in.orig       2003-12-09 13:41:53.060784000 +0000
++++ src/Makefile.in    2003-12-09 13:42:15.130080000 +0000
+@@ -66,7 +66,6 @@
+ # PHONY = don't look at file clean, -rm = start rm and ignore errors
+ .PHONY : clean proper install
+ install: all
+-      $(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
+       $(INSTALL) ../bin/$(PROGRAM) $(DESTDIR)$(bindir)
+       $(INSTALL) $(LIBPGMASCLIB) $(DESTDIR)$(libdir)
+       $(INSTALL) $(INCLUDEFILES) $(DESTDIR)$(includedir)



Home | Main Index | Thread Index | Old Index