summaryrefslogtreecommitdiff
path: root/net/nocol
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2012-08-31 11:18:20 +0000
committerhe <he@pkgsrc.org>2012-08-31 11:18:20 +0000
commitc626daba8c04a0d1e0e552d1d5b5272b28a65e94 (patch)
tree4f3ec8d7e16f0e407abbdffc5ccd0907df78a0ed /net/nocol
parent2f3e77027804c9de854508afa0bde8d05340a2e5 (diff)
downloadpkgsrc-c626daba8c04a0d1e0e552d1d5b5272b28a65e94.tar.gz
Tweak this package to use x11/tk's wish instead of the now-gone tixwish
from the x11/tk-Tix package. Use the newly added interpreter.mk file from the x11/tk package to deal with different installation prefixes. Bump PKGREVISION.
Diffstat (limited to 'net/nocol')
-rw-r--r--net/nocol/Makefile8
-rw-r--r--net/nocol/distinfo3
-rw-r--r--net/nocol/patches/patch-au12
3 files changed, 18 insertions, 5 deletions
diff --git a/net/nocol/Makefile b/net/nocol/Makefile
index 9e800b4c9d8..b8ac05a35fe 100644
--- a/net/nocol/Makefile
+++ b/net/nocol/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2008/10/02 17:40:43 joerg Exp $
+# $NetBSD: Makefile,v 1.35 2012/08/31 11:18:20 he Exp $
#
DISTNAME= nocol-4.3.1
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= net
MASTER_SITES= http://www.netplex-tech.com/software/nocol/downloads/
@@ -26,10 +26,10 @@ OWN_DIRS+= /var/run/data
DEPENDS+= tk-Tix-[0-9]*:../../x11/tk-Tix
-.include "../../x11/tk-Tix/interpreter.mk"
+.include "../../x11/tk/interpreter.mk"
REPLACE_PERL= perlnocol/hostmon-osclients/hostmon-client*
-REPLACE_TK_TIX= tknocol/tkNocol.tix
+REPLACE_WISH= tknocol/tkNocol.tix
INSTALLATION_DIRS= share/nocol/gifs
INSTALL_MAKE_FLAGS+= ROOTDIR=${DESTDIR}${PREFIX} \
diff --git a/net/nocol/distinfo b/net/nocol/distinfo
index fccc007cb1c..ad75183fa9b 100644
--- a/net/nocol/distinfo
+++ b/net/nocol/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2011/10/03 06:59:49 dholland Exp $
+$NetBSD: distinfo,v 1.13 2012/08/31 11:18:20 he Exp $
SHA1 (nocol-4.3.1.tar.gz) = a8cb88727bc3a3ddd544792407d431b3ef13a325
RMD160 (nocol-4.3.1.tar.gz) = 77a57ae447f0a8f1ce2417d9b828710f21865cc8
@@ -21,4 +21,5 @@ SHA1 (patch-aq) = 13697bbaed2c324851810d6df7677ff807844a6e
SHA1 (patch-ar) = cba8de7526efde9d8598b9119ca8d27e3c60279f
SHA1 (patch-as) = be1b999af6459b83fe7bfcab9e83b2e830198da6
SHA1 (patch-at) = c49b96d1c2158d0a8f67228922f0e4bff5df2908
+SHA1 (patch-au) = a8bbcb0eef41ac514bb1106c5feedb5bc087aac7
SHA1 (patch-strerror_c) = 566959a5784ea640c269b247cdd1ad5ad988882e
diff --git a/net/nocol/patches/patch-au b/net/nocol/patches/patch-au
new file mode 100644
index 00000000000..4cc87bae856
--- /dev/null
+++ b/net/nocol/patches/patch-au
@@ -0,0 +1,12 @@
+$NetBSD: patch-au,v 1.1 2012/08/31 11:18:20 he Exp $
+
+Use wish instead of tixwish (now gone), add "package require Tix" instead.
+
+--- tknocol/tkNocol.tix.orig 2000-01-19 04:49:10.000000000 +0000
++++ tknocol/tkNocol.tix
+@@ -1,2 +1,4 @@
+-#!/usr/local/bin/tixwish
++#!/usr/local/bin/wish
++
++package require Tix
+