pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ttt update to 1.8.1 (no functional differences, ju...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b000464da5c8
branches:  trunk
changeset: 501667:b000464da5c8
user:      perry <perry%pkgsrc.org@localhost>
date:      Tue Oct 25 17:21:47 2005 +0000

description:
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:

 net/ttt/Makefile         |  15 +++++++++++----
 net/ttt/distinfo         |  10 +++++-----
 net/ttt/patches/patch-aa |  13 ++++++++-----
 3 files changed, 24 insertions(+), 14 deletions(-)

diffs (68 lines):

diff -r 2244da88d690 -r b000464da5c8 net/ttt/Makefile
--- a/net/ttt/Makefile  Tue Oct 25 17:17:42 2005 +0000
+++ b/net/ttt/Makefile  Tue Oct 25 17:21:47 2005 +0000
@@ -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 @@
 
 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 -r 2244da88d690 -r b000464da5c8 net/ttt/distinfo
--- a/net/ttt/distinfo  Tue Oct 25 17:17:42 2005 +0000
+++ b/net/ttt/distinfo  Tue Oct 25 17:21:47 2005 +0000
@@ -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 -r 2244da88d690 -r b000464da5c8 net/ttt/patches/patch-aa
--- a/net/ttt/patches/patch-aa  Tue Oct 25 17:17:42 2005 +0000
+++ b/net/ttt/patches/patch-aa  Tue Oct 25 17:21:47 2005 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index