pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/tnt Update tnt to 1.9.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6433c50d02f
branches: trunk
changeset: 536258:b6433c50d02f
user: obache <obache%pkgsrc.org@localhost>
date: Sun Dec 09 13:08:42 2007 +0000
description:
Update tnt to 1.9.2.
ChangeLog:
- compiles and runs under OpenBSD
diffstat:
ham/tnt/Makefile | 9 ++++-----
ham/tnt/distinfo | 14 +++++++-------
ham/tnt/patches/patch-aa | 6 +++---
ham/tnt/patches/patch-ab | 12 ------------
ham/tnt/patches/patch-ac | 15 +++------------
ham/tnt/patches/patch-ad | 12 ++++++++++++
6 files changed, 29 insertions(+), 39 deletions(-)
diffs (120 lines):
diff -r b2a8bc8b6754 -r b6433c50d02f ham/tnt/Makefile
--- a/ham/tnt/Makefile Sun Dec 09 11:03:50 2007 +0000
+++ b/ham/tnt/Makefile Sun Dec 09 13:08:42 2007 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.23 2006/04/04 14:45:45 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2007/12/09 13:08:42 obache Exp $
#
-DISTNAME= tnt-1.9.1
-PKGREVISION= 2
+DISTNAME= tnt-1.9.2
CATEGORIES= ham
MASTER_SITES= ftp://ftp.wspse.de/pub/packet_radio/tnt/
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= wulf%ping.net.au@localhost
HOMEPAGE= http://wspse.de/WSPse/Packet.php3
@@ -18,6 +16,7 @@
USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-INFO_FILES= # PLIST
+INFO_FILES= yes
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r b2a8bc8b6754 -r b6433c50d02f ham/tnt/distinfo
--- a/ham/tnt/distinfo Sun Dec 09 11:03:50 2007 +0000
+++ b/ham/tnt/distinfo Sun Dec 09 13:08:42 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2005/12/30 23:13:41 joerg Exp $
+$NetBSD: distinfo,v 1.8 2007/12/09 13:08:42 obache Exp $
-SHA1 (tnt-1.9.1.tar.bz2) = d3842367acdb970e4c65f5fc62bf8347e024de7a
-RMD160 (tnt-1.9.1.tar.bz2) = 5ab413f329cffc18f4fd6bbe85c61ad6edad191d
-Size (tnt-1.9.1.tar.bz2) = 742180 bytes
-SHA1 (patch-aa) = 604eaa5c786e00edd5f792b46bbc324405686299
-SHA1 (patch-ab) = ec65e904ee2ae5e8d12ac143093352c4f8757772
-SHA1 (patch-ac) = 1696c0bf699e80f035333f77b54f46c9ad1ff91a
+SHA1 (tnt-1.9.2.tar.gz) = 8826e7e730c3440113bf723e18bb136e91cef8f8
+RMD160 (tnt-1.9.2.tar.gz) = 10e5812715d564f25797ff3d83124ad2b86f2a62
+Size (tnt-1.9.2.tar.gz) = 920883 bytes
+SHA1 (patch-aa) = f2b6c9f22ffd4ef418f5aab6ca179d656e0a563c
+SHA1 (patch-ac) = 86865198639da69469c2766ec638898553eb7662
+SHA1 (patch-ad) = 1735028a7a52cc75f83a3f3c9fd29a06c9dd0153
diff -r b2a8bc8b6754 -r b6433c50d02f ham/tnt/patches/patch-aa
--- a/ham/tnt/patches/patch-aa Sun Dec 09 11:03:50 2007 +0000
+++ b/ham/tnt/patches/patch-aa Sun Dec 09 13:08:42 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2001/05/16 22:07:03 jtb Exp $
+$NetBSD: patch-aa,v 1.2 2007/12/09 13:08:43 obache Exp $
---- doc/tntdoc.info.orig Wed May 16 21:55:16 2001
+--- doc/tntdoc.info.orig 2000-01-06 01:16:49.000000000 +0000
+++ doc/tntdoc.info
-@@ -5,6 +5,12 @@
+@@ -5,6 +5,12 @@ the input file tntdoc.texinfo.
Copyright (C) 1993-1997 by Mark Wahl, DL4YBG
diff -r b2a8bc8b6754 -r b6433c50d02f ham/tnt/patches/patch-ab
--- a/ham/tnt/patches/patch-ab Sun Dec 09 11:03:50 2007 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/07/28 21:50:18 minskim Exp $
-
---- src/tnt.h.orig 2000-08-04 11:43:59.000000000 -0500
-+++ src/tnt.h
-@@ -24,6 +24,7 @@
- only possibility to become SuSE and Redhat to work */
- #ifdef __GLIBC__
- #endif /* __GLIBC__ */
-+#include <time.h>
- #endif /* TNT_LINUX */
-
- #include <sys/time.h>
diff -r b2a8bc8b6754 -r b6433c50d02f ham/tnt/patches/patch-ac
--- a/ham/tnt/patches/patch-ac Sun Dec 09 11:03:50 2007 +0000
+++ b/ham/tnt/patches/patch-ac Sun Dec 09 13:08:42 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.2 2005/12/30 23:13:41 joerg Exp $
+$NetBSD: patch-ac,v 1.3 2007/12/09 13:08:43 obache Exp $
---- configure.orig 2000-08-04 16:45:35.000000000 +0000
+--- configure.orig 2002-11-16 23:08:33.000000000 +0000
+++ configure
-@@ -3437,7 +3437,7 @@ tnt_bin_dir=${prefix}/libexec/tnt
+@@ -4084,7 +4084,7 @@ tnt_bin_dir=${prefix}/libexec/tnt
tnt_sound_dir=${prefix}/tnt/sounds
case "$target" in
@@ -11,12 +11,3 @@
CFLAGS="$CFLAGS -DTNT_NETBSD"
cat >> confdefs.h <<\EOF
#define DIR_STRING "ls -la "
-@@ -3544,7 +3544,7 @@ EOF
- tnt_main_dir=${prefix}
- tnt_work_dir=${localstatedir}/spool/tnt
- tnt_conf_dir=${prefix}/share/tnt/conf
-- tnt_doc_dir=${prefix}/share/tnt/doc
-+ tnt_doc_dir=${prefix}/share/doc/tnt
- tnt_log_dir=${localstatedir}/log
- tnt_proc_dir=${localstatedir}/run
- tnt_bin_dir=${prefix}/libexec/tnt
diff -r b2a8bc8b6754 -r b6433c50d02f ham/tnt/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/tnt/patches/patch-ad Sun Dec 09 13:08:42 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2007/12/09 13:08:44 obache Exp $
+
+--- src/window.c.orig 2000-01-06 01:16:51.000000000 +0000
++++ src/window.c
+@@ -90,6 +90,7 @@ int insertmode;
+ int charconv;
+ int xtermkeys;
+
++#define BC localBC /* BC is defined in /usr/include/termcap.h */
+ /* Terminal capabilities */
+ static char *AL, *DL, *IC, *DC, *WR;
+ static char *CL, *CM, *CS, *IS, *BC;
Home |
Main Index |
Thread Index |
Old Index