diff options
author | kjc <kjc@FreeBSD.org> | 2003-10-17 07:45:42 +0000 |
---|---|---|
committer | kjc <kjc@FreeBSD.org> | 2003-10-17 07:45:42 +0000 |
commit | 7891ce66d36e92b3cc8cbb33af735bee7af7c856 (patch) | |
tree | fa65b939fc7b32633203d7bae49bfd29cae87499 | |
parent | d2146bddb405a1a427726a151e207c2954c2a267 (diff) | |
download | FreeBSD-ports-7891ce66d36e92b3cc8cbb33af735bee7af7c856.zip FreeBSD-ports-7891ce66d36e92b3cc8cbb33af735bee7af7c856.tar.gz |
upgrade from ttt-1.6 to ttt-1.8.
this version compiles with gcc-3.
PR: 58098
-rw-r--r-- | net/ttt/Makefile | 17 | ||||
-rw-r--r-- | net/ttt/distinfo | 2 |
2 files changed, 6 insertions, 13 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index d58e17e..83bdc50 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -6,26 +6,19 @@ # PORTNAME= ttt -PORTVERSION= 1.6 +PORTVERSION= 1.8 CATEGORIES= net tk83 ipv6 MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/ MAINTAINER= kjc@csl.sony.co.jp COMMENT= Tele Traffic Tapper, a network traffic monitoring tool -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -# the tcl/tk LIB_DEPENDS has to match that of ports/x11-toolkits/blt. -LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt \ - tcl83.1:${PORTSDIR}/lang/tcl83 \ - tk83.1:${PORTSDIR}/x11-toolkits/tk83 +LIB_DEPENDS= BLT24.2:${PORTSDIR}/x11-toolkits/blt GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.3 \ + --with-tk=${LOCALBASE}/lib/tk8.3 INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/ttt/distinfo b/net/ttt/distinfo index 89b0bd5..51df332 100644 --- a/net/ttt/distinfo +++ b/net/ttt/distinfo @@ -1 +1 @@ -MD5 (ttt-1.6.tar.gz) = 5333bc89283d3f7a0de257ef0c1802f7 +MD5 (ttt-1.8.tar.gz) = b4e36fd166ba00d68899961b0610f6e0 |