summaryrefslogtreecommitdiff
path: root/net/ttt
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-13 23:35:38 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-13 23:35:38 +0000
commitcd9a995f27aa2497b345be086491f7885879daf0 (patch)
treeaaec9021a8674fb6b732f70fad0e82945b94f94e /net/ttt
parentfc93cfee795ceaf5474845af53bea47f6e92bdbe (diff)
downloadpkgsrc-cd9a995f27aa2497b345be086491f7885879daf0.tar.gz
Updated to 1.8, this closes PR pkg/24086.
Changes: o Compiles with gcc3 (switch from varargs.h to stdarg.h) o Builds with BLT24z/tk8.4/tcl8.4 o minor bug fixes
Diffstat (limited to 'net/ttt')
-rw-r--r--net/ttt/Makefile14
-rw-r--r--net/ttt/distinfo8
-rw-r--r--net/ttt/patches/patch-aa23
-rw-r--r--net/ttt/patches/patch-ab23
4 files changed, 10 insertions, 58 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile
index 326cd08869e..0f8c439ccc0 100644
--- a/net/ttt/Makefile
+++ b/net/ttt/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:51:57 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/13 23:35:38 xtraeme Exp $
#
-DISTNAME= ttt-1.6
+DISTNAME= ttt-1.8
CATEGORIES= net
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
@@ -9,13 +9,13 @@ MAINTAINER= sakamoto@NetBSD.org
HOMEPAGE= http://www.csl.sony.co.jp/person/kjc/software.html
COMMENT= Tele Traffic Tapper
-DEPENDS+= blt-2.*:../../x11/blt
-
USE_X11= yes
+USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= ttt_cv_tcl_lib="${LOCALBASE}/lib/tcl8.0"
-CONFIGURE_ENV+= TCL_PREFIX="${LOCALBASE}" TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=0
-CONFIGURE_ENV+= TK_PREFIX="${LOCALBASE}" TK_MAJOR_VERSION=8 TK_MINOR_VERSION=0
+
INSTALL_TARGET= install install-man
+.include "../../net/libpcap/buildlink2.mk"
+.include "../../x11/blt/buildlink2.mk"
+.include "../../x11/tk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/ttt/distinfo b/net/ttt/distinfo
index 4a79b0eba56..392031b13aa 100644
--- a/net/ttt/distinfo
+++ b/net/ttt/distinfo
@@ -1,6 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 11:23:37 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/01/13 23:35:38 xtraeme Exp $
-SHA1 (ttt-1.6.tar.gz) = 6be658ed4d788f317c65cf8c55e05e406eaecf64
-Size (ttt-1.6.tar.gz) = 119619 bytes
-SHA1 (patch-aa) = af734fd301ebbcc5a32eae91e1b06c990c50e224
-SHA1 (patch-ab) = 07f3d9c6662a60ba194a3b3896990c49e4192a83
+SHA1 (ttt-1.8.tar.gz) = bc6e8ceb81ff4bc6cc24b2aeaa5e4ca4c662ed7e
+Size (ttt-1.8.tar.gz) = 134687 bytes
diff --git a/net/ttt/patches/patch-aa b/net/ttt/patches/patch-aa
deleted file mode 100644
index 25cf47fcb18..00000000000
--- a/net/ttt/patches/patch-aa
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/05/22 03:55:17 sakamoto Exp $
---- configure.in.orig Mon Apr 12 16:39:59 1999
-+++ configure.in Sun Apr 23 03:25:21 2000
-@@ -412,5 +412,5 @@
-
- case $target in
-- *-freebsd*)
-+ *-freebsd*|*-netbsd*)
- tclIncSpec="-I${TCL_PREFIX}/include/tcl${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION}"
- tkIncSpec="-I${TK_PREFIX}/include/tk${TK_MAJOR_VERSION}.${TK_MINOR_VERSION}"
-@@ -705,5 +705,11 @@
- tttLibraries="${tttLibraries} ${LIBS}"
-
--LDFLAGS=""
-+case $target in
-+ *-netbsd*)
-+ ;;
-+ *)
-+ LDFLAGS=""
-+ ;;
-+esac
-
- case $target in
diff --git a/net/ttt/patches/patch-ab b/net/ttt/patches/patch-ab
deleted file mode 100644
index 2adaec4bb3c..00000000000
--- a/net/ttt/patches/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/05/22 03:55:17 sakamoto Exp $
---- configure.orig Mon Apr 12 16:42:10 1999
-+++ configure Sun Apr 23 03:25:51 2000
-@@ -1871,5 +1871,5 @@
-
- case $target in
-- *-freebsd*)
-+ *-freebsd*|*-netbsd*)
- tclIncSpec="-I${TCL_PREFIX}/include/tcl${TCL_MAJOR_VERSION}.${TCL_MINOR_VERSION}"
- tkIncSpec="-I${TK_PREFIX}/include/tk${TK_MAJOR_VERSION}.${TK_MINOR_VERSION}"
-@@ -2464,5 +2464,11 @@
- tttLibraries="${tttLibraries} ${LIBS}"
-
--LDFLAGS=""
-+case $target in
-+ *-netbsd*)
-+ ;;
-+ *)
-+ LDFLAGS=""
-+ ;;
-+esac
-
- case $target in