pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/vcg Added a patch that prevents an error mess...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5245a44a482e
branches:  trunk
changeset: 518184:5245a44a482e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 02 20:47:03 2006 +0000

description:
Added a patch that prevents an error message from make(1), and corrected
the location where the manual pages are installed.

diffstat:

 graphics/vcg/distinfo         |   4 ++--
 graphics/vcg/files/tMakefile  |   4 ++--
 graphics/vcg/patches/patch-aq |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 4 deletions(-)

diffs (55 lines):

diff -r 12d6dbc579d3 -r 5245a44a482e graphics/vcg/distinfo
--- a/graphics/vcg/distinfo     Sat Sep 02 20:40:41 2006 +0000
+++ b/graphics/vcg/distinfo     Sat Sep 02 20:47:03 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/06/14 10:32:35 rillig Exp $
+$NetBSD: distinfo,v 1.5 2006/09/02 20:47:03 rillig Exp $
 
 SHA1 (vcg.1.30.r3.17.tgz) = 03a821b4a0bd9c5584d34882b167672868fe723d
 RMD160 (vcg.1.30.r3.17.tgz) = 4df7ce2ff7d5de253f9e851194a703d64ed4cdc3
@@ -19,4 +19,4 @@
 SHA1 (patch-an) = 593e624ddbc15869c146dfc6824126b8016527e9
 SHA1 (patch-ao) = ef65b3ce1121b6dbe478c98cec7a26e11e1e8539
 SHA1 (patch-ap) = f439d09a321768ecf9988b77aa1ac28b4c3a0ad7
-SHA1 (patch-aq) = e95f2b1173e2e197fc71860d60f45c223415d946
+SHA1 (patch-aq) = f9a5465d932c1264b2cf3fb1bf734f9363f64650
diff -r 12d6dbc579d3 -r 5245a44a482e graphics/vcg/files/tMakefile
--- a/graphics/vcg/files/tMakefile      Sat Sep 02 20:40:41 2006 +0000
+++ b/graphics/vcg/files/tMakefile      Sat Sep 02 20:47:03 2006 +0000
@@ -17,7 +17,7 @@
 # /*                                                                    */
 # /*--------------------------------------------------------------------*/
 #
-# $NetBSD: tMakefile,v 1.4 2006/04/12 22:44:27 joerg Exp $
+# $NetBSD: tMakefile,v 1.5 2006/09/02 20:47:03 rillig Exp $
 # FreeBSD Id: tMakefile,v 1.1.1.1 1995/02/19 09:25:45 hsu Exp $
 #
 # FreeBSD Log: tMakefile,v $
@@ -44,7 +44,7 @@
 # where the manual pages go
 # MANDIR = /usr/local/man/manl/
 # MANDIR = /RW/esprit/users/sander/PUBLIC/MAN/
-MANDIR = ${PREFIX}/man/manl
+MANDIR = ${PREFIX}/${PKGMANDIR}/manl
 
 # what the manual extension is
 MANEXT = l
diff -r 12d6dbc579d3 -r 5245a44a482e graphics/vcg/patches/patch-aq
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/vcg/patches/patch-aq     Sat Sep 02 20:47:03 2006 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aq,v 1.3 2006/09/02 20:47:03 rillig Exp $
+
+Work around the error message "inconsistent operator for all".
+
+--- preconf/X11/Imakefile.org  Wed Feb  8 11:48:30 1995
++++ preconf/X11/Imakefile      Thu Jun 12 10:35:35 1997
+@@ -2,7 +2,7 @@
+         DEPLIBS = $(DEPXLIB)
+ LOCAL_LIBRARIES = $(XLIB)
+ 
+-all:
++all::
+       @ echo "#"
+       @ echo LIBPATH = -L$(USRLIBDIR)
+       @ echo INCLUDES = $(ALLINCLUDES)



Home | Main Index | Thread Index | Old Index