pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ttt Update ttt to version 1.8.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e33fbd354117
branches: trunk
changeset: 533024:e33fbd354117
user: obache <obache%pkgsrc.org@localhost>
date: Fri Sep 07 13:53:44 2007 +0000
description:
Update ttt to version 1.8.2.
This version contains build problem with gcc4 reported and patch provided
by Yakovetsky Vladimir in PR 36943.
diffstat:
net/ttt/Makefile | 5 ++---
net/ttt/distinfo | 12 ++++++------
net/ttt/patches/patch-aa | 8 ++++----
net/ttt/patches/patch-ab | 14 +++++++-------
4 files changed, 19 insertions(+), 20 deletions(-)
diffs (80 lines):
diff -r a3df8dccb89c -r e33fbd354117 net/ttt/Makefile
--- a/net/ttt/Makefile Fri Sep 07 13:26:20 2007 +0000
+++ b/net/ttt/Makefile Fri Sep 07 13:53:44 2007 +0000
@@ -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 -r a3df8dccb89c -r e33fbd354117 net/ttt/distinfo
--- a/net/ttt/distinfo Fri Sep 07 13:26:20 2007 +0000
+++ b/net/ttt/distinfo Fri Sep 07 13:53:44 2007 +0000
@@ -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 -r a3df8dccb89c -r e33fbd354117 net/ttt/patches/patch-aa
--- a/net/ttt/patches/patch-aa Fri Sep 07 13:26:20 2007 +0000
+++ b/net/ttt/patches/patch-aa Fri Sep 07 13:53:44 2007 +0000
@@ -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 -r a3df8dccb89c -r e33fbd354117 net/ttt/patches/patch-ab
--- a/net/ttt/patches/patch-ab Fri Sep 07 13:26:20 2007 +0000
+++ b/net/ttt/patches/patch-ab Fri Sep 07 13:53:44 2007 +0000
@@ -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 @@
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");
Home |
Main Index |
Thread Index |
Old Index