pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ttt Updated to 1.8, this closes PR pkg/24086.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b0891c3733f
branches: trunk
changeset: 466242:8b0891c3733f
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Jan 13 23:35:38 2004 +0000
description:
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:
net/ttt/Makefile | 14 +++++++-------
net/ttt/distinfo | 8 +++-----
net/ttt/patches/patch-aa | 23 -----------------------
net/ttt/patches/patch-ab | 23 -----------------------
4 files changed, 10 insertions(+), 58 deletions(-)
diffs (99 lines):
diff -r e0b11bd4e683 -r 8b0891c3733f net/ttt/Makefile
--- a/net/ttt/Makefile Tue Jan 13 23:29:07 2004 +0000
+++ b/net/ttt/Makefile Tue Jan 13 23:35:38 2004 +0000
@@ -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 @@
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 -r e0b11bd4e683 -r 8b0891c3733f net/ttt/distinfo
--- a/net/ttt/distinfo Tue Jan 13 23:29:07 2004 +0000
+++ b/net/ttt/distinfo Tue Jan 13 23:35:38 2004 +0000
@@ -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 -r e0b11bd4e683 -r 8b0891c3733f net/ttt/patches/patch-aa
--- a/net/ttt/patches/patch-aa Tue Jan 13 23:29:07 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r e0b11bd4e683 -r 8b0891c3733f net/ttt/patches/patch-ab
--- a/net/ttt/patches/patch-ab Tue Jan 13 23:29:07 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index