summaryrefslogtreecommitdiff
path: root/graphics/cqcam
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-08-31 14:43:49 +0000
committerjwise <jwise@pkgsrc.org>2000-08-31 14:43:49 +0000
commit85faafcab7c707588b7693c39bce7f90bd6d5318 (patch)
tree4ef04abce89372020a4f6c44a58d6ec5802a7bbb /graphics/cqcam
parenta86c9d32deacb6b1dcf2c646dfbbb217eb04a611 (diff)
downloadpkgsrc-85faafcab7c707588b7693c39bce7f90bd6d5318.tar.gz
Adapt this package to tk-8.3.2.
Diffstat (limited to 'graphics/cqcam')
-rw-r--r--graphics/cqcam/Makefile4
-rw-r--r--graphics/cqcam/files/patch-sum4
-rw-r--r--graphics/cqcam/patches/patch-aa6
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile
index 1f423172c36..6a9377856a0 100644
--- a/graphics/cqcam/Makefile
+++ b/graphics/cqcam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/02/15 09:26:21 agc Exp $
+# $NetBSD: Makefile,v 1.8 2000/08/31 14:43:49 jwise Exp $
#
DISTNAME= cqcam-0.45a
@@ -10,7 +10,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cs.duke.edu/~reynolds/cqcam/
DEPENDS= jpeg-6b:../../graphics/jpeg
-DEPENDS+= tk-8.0.5:../../x11/tk80
+DEPENDS+= tk-8.3.2:../../x11/tk
ONLY_FOR_PLATFORM= NetBSD-*-i386
diff --git a/graphics/cqcam/files/patch-sum b/graphics/cqcam/files/patch-sum
index 9b4e836fdfe..05d382240cc 100644
--- a/graphics/cqcam/files/patch-sum
+++ b/graphics/cqcam/files/patch-sum
@@ -1,5 +1,5 @@
-$NetBSD: patch-sum,v 1.2 2000/06/20 22:25:57 hubertf Exp $
+$NetBSD: patch-sum,v 1.3 2000/08/31 14:43:52 jwise Exp $
-MD5 (patch-aa) = 542c6cc1afdb2414643acec1f8aac5a2
+MD5 (patch-aa) = 960c4e5a7713b48ce3811a386f4c9c05
MD5 (patch-ab) = 7d33c419cf524e108a53213fd4f02fe9
MD5 (patch-ac) = e4fa0ab6d99a51cdb2225eb274c4cb7c
diff --git a/graphics/cqcam/patches/patch-aa b/graphics/cqcam/patches/patch-aa
index 0e3edd3ed31..5076ea20180 100644
--- a/graphics/cqcam/patches/patch-aa
+++ b/graphics/cqcam/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2000/06/20 22:25:58 hubertf Exp $
+$NetBSD: patch-aa,v 1.4 2000/08/31 14:43:52 jwise Exp $
--- Makefile.orig Tue Oct 28 00:07:06 1997
+++ Makefile Wed Jun 21 00:20:49 2000
@@ -77,9 +77,9 @@ $NetBSD: patch-aa,v 1.3 2000/06/20 22:25:58 hubertf Exp $
-#REMOTE_CFLAGS =
+REMOTE_OBJS = xqcctl-tk.o # code module for the remote
+REMOTE_DEFS = -DREMOTE
-+REMOTE_LIBS = -lm -L${PREFIX}/lib -ltk80 -ltcl80 # libraries necessary for the remote
++REMOTE_LIBS = -lm -L${PREFIX}/lib -ltk83 -ltcl83 # libraries necessary for the remote
+REMOTE_LDFLAGS =
-+REMOTE_CFLAGS = -I${PREFIX}/include/tcl8.0 -I${PREFIX}/include/tk8.0
++REMOTE_CFLAGS = -I${PREFIX}/include
######################################################################
######################################################################