pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/ocrad Another patch for the Solaris install(1).
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ff29a1f703f
branches: trunk
changeset: 524043:8ff29a1f703f
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Jan 17 14:50:27 2007 +0000
description:
Another patch for the Solaris install(1).
diffstat:
graphics/ocrad/distinfo | 3 ++-
graphics/ocrad/patches/patch-ac | 23 +++++++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletions(-)
diffs (40 lines):
diff -r 7112d93e5fce -r 8ff29a1f703f graphics/ocrad/distinfo
--- a/graphics/ocrad/distinfo Wed Jan 17 14:45:07 2007 +0000
+++ b/graphics/ocrad/distinfo Wed Jan 17 14:50:27 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2007/01/17 14:45:07 rillig Exp $
+$NetBSD: distinfo,v 1.3 2007/01/17 14:50:27 rillig Exp $
SHA1 (ocrad-0.13.tar.bz2) = 24a42271e31531099e76bb6b1f9870029f88b35f
RMD160 (ocrad-0.13.tar.bz2) = c16f64d725bcfb90d7e387701c7b6d43189313d1
Size (ocrad-0.13.tar.bz2) = 66654 bytes
SHA1 (patch-aa) = 723d0568f45a33ce3bb39c889119713f9ed6d39e
SHA1 (patch-ab) = aeff41ca700419190a2d9d4fa680b9e8086dc8b7
+SHA1 (patch-ac) = 460c9b750c014ee36a7751042ea79de34a649760
diff -r 7112d93e5fce -r 8ff29a1f703f graphics/ocrad/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ocrad/patches/patch-ac Wed Jan 17 14:50:27 2007 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ac,v 1.1 2007/01/17 14:50:27 rillig Exp $
+
+The Solaris install(1) does not know about the -p option.
+
+--- Makefile.in.orig 2005-10-10 19:04:43.000000000 +0200
++++ Makefile.in 2007-01-17 15:46:58.187731432 +0100
+@@ -3,14 +3,10 @@ bindir = $(exec_prefix)/bin
+
+ DISTNAME = ocrad-0.13
+
+-CXX = g++
+ INSTALL = install
+-INSTALL_PROGRAM = $(INSTALL) -p -m 755
+-INSTALL_DATA = $(INSTALL) -p -m 644
++INSTALL_PROGRAM = $(INSTALL) -m 755
++INSTALL_DATA = $(INSTALL) -m 644
+ SHELL = /bin/sh
+-CPPFLAGS =
+-CXXFLAGS = -Wall -W -O2
+-LDFLAGS =
+
+ objs = common.o rational.o rectangle.o track.o ucs.o \
+ bitmap.o bitmap_io.o bitmap_layout.o block.o profile.o \
Home |
Main Index |
Thread Index |
Old Index