summaryrefslogtreecommitdiff
path: root/net/ttt
diff options
context:
space:
mode:
authorperry <perry>2005-10-25 17:21:47 +0000
committerperry <perry>2005-10-25 17:21:47 +0000
commit80194b620a0ba9529d37223b65a23423239698f9 (patch)
tree883673f16591a11ef21bcb46beb0f4d67eef69ca /net/ttt
parent3bf2b18905bd112b212b4366380bb99c0834a9a6 (diff)
downloadpkgsrc-80194b620a0ba9529d37223b65a23423239698f9.tar.gz
update to 1.8.1 (no functional differences, just some fixes to
libpcap prototypes.) also, make this build properly against the new BLT, and remove dependency on tk83. This should now properly build again.
Diffstat (limited to 'net/ttt')
-rw-r--r--net/ttt/Makefile15
-rw-r--r--net/ttt/distinfo10
-rw-r--r--net/ttt/patches/patch-aa13
3 files changed, 24 insertions, 14 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile
index c2abc95f897..591ed0c40b9 100644
--- a/net/ttt/Makefile
+++ b/net/ttt/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2005/10/01 20:45:05 kristerw Exp $
+# $NetBSD: Makefile,v 1.13 2005/10/25 17:21:47 perry Exp $
#
-DISTNAME= ttt-1.8
-PKGREVISION= 1
+DISTNAME= ttt-1.8.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
@@ -14,7 +13,15 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install install-man
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+.if empty(OS_VERSION:M1.[56]*)
+.include "../../mk/pthread.buildlink3.mk"
+.endif
+.endif
+
.include "../../net/libpcap/buildlink3.mk"
.include "../../x11/blt/buildlink3.mk"
-.include "../../x11/tk83/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/ttt/distinfo b/net/ttt/distinfo
index f7204c4505a..4c7fb3e6002 100644
--- a/net/ttt/distinfo
+++ b/net/ttt/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/10/01 20:45:05 kristerw Exp $
+$NetBSD: distinfo,v 1.6 2005/10/25 17:21:47 perry Exp $
-SHA1 (ttt-1.8.tar.gz) = bc6e8ceb81ff4bc6cc24b2aeaa5e4ca4c662ed7e
-RMD160 (ttt-1.8.tar.gz) = 0a24a6aefbd3bd17f0de469832883e648535b882
-Size (ttt-1.8.tar.gz) = 134687 bytes
-SHA1 (patch-aa) = 9ac1ab4d6305e0305d1f5de118a5760f2af533ed
+SHA1 (ttt-1.8.1.tar.gz) = 4ed6ed74e4f304459ee546d2e614f1dadb0baada
+RMD160 (ttt-1.8.1.tar.gz) = 9ca229376f6403f9a2b38edb94f0bb56af66bbea
+Size (ttt-1.8.1.tar.gz) = 135067 bytes
+SHA1 (patch-aa) = 5ad41dc8079a2ffcfe80e710b28f4ad75a75ce68
diff --git a/net/ttt/patches/patch-aa b/net/ttt/patches/patch-aa
index 1e590757a9c..1ced9ab0794 100644
--- a/net/ttt/patches/patch-aa
+++ b/net/ttt/patches/patch-aa
@@ -1,10 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2005/10/01 20:45:05 kristerw Exp $
+$NetBSD: patch-aa,v 1.4 2005/10/25 17:21:47 perry Exp $
---- configure.orig Sat Oct 1 22:38:51 2005
-+++ configure Sat Oct 1 22:39:17 2005
-@@ -2001,7 +2001,7 @@
+--- configure.orig 2003-10-16 12:09:52.000000000 -0400
++++ configure 2005-10-25 13:13:30.000000000 -0400
+@@ -1999,9 +1999,9 @@
+ # -----------------------------------------------------------------------
+
tttIncludes=""
- tttLibraries=""
+-tttLibraries=""
++tttLibraries="${PTHREAD_LDFLAGS}"
tttAuxLibs=""
-tttRunPath=""
+tttRunPath="${PREFIX}/lib"