summaryrefslogtreecommitdiff
path: root/graphics/vcg
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-09-02 20:47:03 +0000
committerrillig <rillig@pkgsrc.org>2006-09-02 20:47:03 +0000
commite4534ab2d332a40c4959a81d87743fd3e6d4d91e (patch)
tree57c5d597f2668943662aca1cf06958c5e4c72005 /graphics/vcg
parentc1f72101f5ccc25f7fd41be4e76a33b5ecb9846c (diff)
downloadpkgsrc-e4534ab2d332a40c4959a81d87743fd3e6d4d91e.tar.gz
Added a patch that prevents an error message from make(1), and corrected
the location where the manual pages are installed.
Diffstat (limited to 'graphics/vcg')
-rw-r--r--graphics/vcg/distinfo4
-rw-r--r--graphics/vcg/files/tMakefile4
-rw-r--r--graphics/vcg/patches/patch-aq15
3 files changed, 19 insertions, 4 deletions
diff --git a/graphics/vcg/distinfo b/graphics/vcg/distinfo
index e9d7f9c677b..224a101238a 100644
--- a/graphics/vcg/distinfo
+++ b/graphics/vcg/distinfo
@@ -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-am) = 7a684e2520448f4cc56b7a3e3b3ec8627370ce78
SHA1 (patch-an) = 593e624ddbc15869c146dfc6824126b8016527e9
SHA1 (patch-ao) = ef65b3ce1121b6dbe478c98cec7a26e11e1e8539
SHA1 (patch-ap) = f439d09a321768ecf9988b77aa1ac28b4c3a0ad7
-SHA1 (patch-aq) = e95f2b1173e2e197fc71860d60f45c223415d946
+SHA1 (patch-aq) = f9a5465d932c1264b2cf3fb1bf734f9363f64650
diff --git a/graphics/vcg/files/tMakefile b/graphics/vcg/files/tMakefile
index 400c52eb6c7..a322ed47c80 100644
--- a/graphics/vcg/files/tMakefile
+++ b/graphics/vcg/files/tMakefile
@@ -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 @@ BINDIR = ${PREFIX}/bin
# 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 --git a/graphics/vcg/patches/patch-aq b/graphics/vcg/patches/patch-aq
new file mode 100644
index 00000000000..a77bc4eae60
--- /dev/null
+++ b/graphics/vcg/patches/patch-aq
@@ -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)