summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2007-09-07 13:53:44 +0000
committerobache <obache>2007-09-07 13:53:44 +0000
commit443ff4609d93934af600086c1e8113d3dd595734 (patch)
treec02795733c4665487b93c9a9b27fbcd198107fb5
parent71be8cc32605763fe23099767831c7fa6ad073fa (diff)
downloadpkgsrc-443ff4609d93934af600086c1e8113d3dd595734.tar.gz
Update ttt to version 1.8.2.
This version contains build problem with gcc4 reported and patch provided by Yakovetsky Vladimir in PR 36943.
-rw-r--r--net/ttt/Makefile5
-rw-r--r--net/ttt/distinfo12
-rw-r--r--net/ttt/patches/patch-aa8
-rw-r--r--net/ttt/patches/patch-ab14
4 files changed, 19 insertions, 20 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile
index 0a5003794ce..e45810d66b6 100644
--- a/net/ttt/Makefile
+++ b/net/ttt/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2006/09/03 00:56:30 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2007/09/07 13:53:44 obache Exp $
#
-DISTNAME= ttt-1.8.1
-PKGREVISION= 2
+DISTNAME= ttt-1.8.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.csl.sony.co.jp/pub/kjc/
diff --git a/net/ttt/distinfo b/net/ttt/distinfo
index d5e59a995a2..3db381a8a1d 100644
--- a/net/ttt/distinfo
+++ b/net/ttt/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2006/06/09 11:08:53 joerg Exp $
+$NetBSD: distinfo,v 1.8 2007/09/07 13:53:44 obache Exp $
-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
-SHA1 (patch-ab) = 0d4c169833f97fab92066b0fabd13e28407a7703
+SHA1 (ttt-1.8.2.tar.gz) = 8b52a1e90de17202c22f062f44025b7ae0e21454
+RMD160 (ttt-1.8.2.tar.gz) = 8f1877904087d9260e61e76f869196111de585c0
+Size (ttt-1.8.2.tar.gz) = 138877 bytes
+SHA1 (patch-aa) = 6d119e544ef3ae578b70c5d13a032f2a1529dde5
+SHA1 (patch-ab) = 4ced63fabf7c4d7360fc3f1a249fb08256b1a745
SHA1 (patch-ac) = f513d90f7c8ef2389aa868d76795a82c91052e86
diff --git a/net/ttt/patches/patch-aa b/net/ttt/patches/patch-aa
index 1ced9ab0794..053521834f0 100644
--- a/net/ttt/patches/patch-aa
+++ b/net/ttt/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2005/10/25 17:21:47 perry Exp $
+$NetBSD: patch-aa,v 1.5 2007/09/07 13:53:44 obache Exp $
---- configure.orig 2003-10-16 12:09:52.000000000 -0400
-+++ configure 2005-10-25 13:13:30.000000000 -0400
-@@ -1999,9 +1999,9 @@
+--- configure.orig 2004-08-14 12:26:59.000000000 +0000
++++ configure
+@@ -2279,9 +2279,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# -----------------------------------------------------------------------
tttIncludes=""
diff --git a/net/ttt/patches/patch-ab b/net/ttt/patches/patch-ab
index abe04ca5ebb..39b6a56127c 100644
--- a/net/ttt/patches/patch-ab
+++ b/net/ttt/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2006/06/09 11:08:53 joerg Exp $
+$NetBSD: patch-ab,v 1.4 2007/09/07 13:53:44 obache Exp $
---- net_names.c.orig 2006-06-09 10:53:04.000000000 +0000
+--- net_names.c.orig 2004-08-14 12:32:15.000000000 +0000
+++ net_names.c
-@@ -125,6 +125,9 @@ static struct pname_tab eth_tab[] =
+@@ -126,6 +126,9 @@ static struct pname_tab eth_tab[] =
#define IPPROTO_OSPFIGP 89 /* OSPFIGP */
#endif
@@ -12,12 +12,12 @@ $NetBSD: patch-ab,v 1.3 2006/06/09 11:08:53 joerg Exp $
static struct pname_tab ip_tab[] =
{
{ "tcp", IPPROTO_TCP }, /* tcp */
-@@ -260,8 +263,6 @@ char *net_getname(long type, long *id)
+@@ -261,8 +264,6 @@ char *net_getname(long type, long *id)
case TTTTYPE_IPV6HOST:
{
- u_long tmp[4];
-- static char *inet6_ntoa(u_long *addr); /* should be replaced
-- by addr2ascii */
+ u_int32_t tmp[4];
+- static char *inet6_ntoa(u_int32_t *addr); /* should be replaced
+- by addr2ascii */
if ((buf = malloc(sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx")))
== NULL)
fatal_error("get_protoname: no memory\n");