summaryrefslogtreecommitdiff
path: root/misc/nxtvepg
diff options
context:
space:
mode:
authormagick <magick>2004-03-12 20:32:55 +0000
committermagick <magick>2004-03-12 20:32:55 +0000
commit9efa907b58b127db9e5d3b6022ece234f8b4c15d (patch)
tree9684ff4d1f58d54884e7d63aebe448058139c62c /misc/nxtvepg
parentb2f14dc20c48607123b2d4716f7ff5a875e07381 (diff)
downloadpkgsrc-9efa907b58b127db9e5d3b6022ece234f8b4c15d.tar.gz
Adapt to tcl/tk 8.4
Diffstat (limited to 'misc/nxtvepg')
-rw-r--r--misc/nxtvepg/Makefile4
-rw-r--r--misc/nxtvepg/distinfo4
-rw-r--r--misc/nxtvepg/patches/patch-ae17
3 files changed, 18 insertions, 7 deletions
diff --git a/misc/nxtvepg/Makefile b/misc/nxtvepg/Makefile
index 9ddb070f884..f69628480e8 100644
--- a/misc/nxtvepg/Makefile
+++ b/misc/nxtvepg/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2004/03/08 20:27:15 minskim Exp $
+# $NetBSD: Makefile,v 1.32 2004/03/12 20:32:55 magick Exp $
DISTNAME= nxtvepg-2.6.0
-
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nxtvepg/}
diff --git a/misc/nxtvepg/distinfo b/misc/nxtvepg/distinfo
index aab1086e911..2b122fb7fb4 100644
--- a/misc/nxtvepg/distinfo
+++ b/misc/nxtvepg/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2003/12/13 12:08:15 magick Exp $
+$NetBSD: distinfo,v 1.25 2004/03/12 20:32:55 magick Exp $
SHA1 (nxtvepg-2.6.0.tar.gz) = 900fe6c07dee421191f3299141cf35e07fe86ad8
Size (nxtvepg-2.6.0.tar.gz) = 1129008 bytes
@@ -6,4 +6,4 @@ SHA1 (patch-aa) = 00ac7056a66e3a0cc88f3f62a1bef889bbbb029d
SHA1 (patch-ab) = 634cfd179fd1043e3272ce27836a9052b199d1f4
SHA1 (patch-ac) = 28d5d7a9a31e1a17f8416d271abdefa708b3480b
SHA1 (patch-ad) = d1582973184fed6999fb7e79c7bbe12d19b29d9c
-SHA1 (patch-ae) = 6685cb5d014832f8be292007fb14790ba56421c7
+SHA1 (patch-ae) = 499add8751d429a335d6f3db1bb724a3190341e9
diff --git a/misc/nxtvepg/patches/patch-ae b/misc/nxtvepg/patches/patch-ae
index c4cfa4392ae..f5812d3c457 100644
--- a/misc/nxtvepg/patches/patch-ae
+++ b/misc/nxtvepg/patches/patch-ae
@@ -1,8 +1,19 @@
-$NetBSD: patch-ae,v 1.7 2003/05/18 13:45:10 magick Exp $
+$NetBSD: patch-ae,v 1.8 2004/03/12 20:32:55 magick Exp $
---- Makefile.bsd.orig 2003-05-18 15:06:57.000000000 +0200
+--- Makefile.bsd.orig 2003-04-21 00:10:22.000000000 +0200
+++ Makefile.bsd
-@@ -53,9 +53,9 @@ LDLIBS = -L$(LOCALBASE)/lib\
+@@ -45,17 +45,17 @@ WANT_USER_DBDIR = 1
+
+ # other settings
+ # On FreeBSD there is only a modified tclsh with a message to launch
+-# tclsh8.3 or tclsh8.4 , so this is hardcoded here
+-TCL_VER = 8.3
++# tclsh8.4 or tclsh8.4 , so this is hardcoded here
++TCL_VER = 8.4
+ LDLIBS = -L$(LOCALBASE)/lib\
+ -L$(X11BASE)/lib\
+- -ltk83 -ltcl83 -lX11 -lXmu -lm
++ -ltk84 -ltcl84 -lX11 -lXmu -lm
INCS += -I$(LOCALBASE)/include/tcl$(TCL_VER)\
-I$(LOCALBASE)/include/tk$(TCL_VER)