diff options
author | obache <obache@pkgsrc.org> | 2007-12-09 13:08:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-09 13:08:42 +0000 |
commit | c3182ba7b8e4732856a224d7960f5674d792be28 (patch) | |
tree | ad01b272ff6c4e92d884c7b5cdcc29a3ea91ebf1 /ham/tnt | |
parent | 5f4a77bca80412bd232cdf94d236ff7dd0cd0069 (diff) | |
download | pkgsrc-c3182ba7b8e4732856a224d7960f5674d792be28.tar.gz |
Update tnt to 1.9.2.
ChangeLog:
- compiles and runs under OpenBSD
Diffstat (limited to 'ham/tnt')
-rw-r--r-- | ham/tnt/Makefile | 9 | ||||
-rw-r--r-- | ham/tnt/distinfo | 14 | ||||
-rw-r--r-- | ham/tnt/patches/patch-aa | 6 | ||||
-rw-r--r-- | ham/tnt/patches/patch-ab | 12 | ||||
-rw-r--r-- | ham/tnt/patches/patch-ac | 15 | ||||
-rw-r--r-- | ham/tnt/patches/patch-ad | 12 |
6 files changed, 29 insertions, 39 deletions
diff --git a/ham/tnt/Makefile b/ham/tnt/Makefile index bb3ca8acb50..9478ee06d6b 100644 --- a/ham/tnt/Makefile +++ b/ham/tnt/Makefile @@ -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 HOMEPAGE= http://wspse.de/WSPse/Packet.php3 @@ -18,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews 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 --git a/ham/tnt/distinfo b/ham/tnt/distinfo index 4bb5f9831e2..5e314117968 100644 --- a/ham/tnt/distinfo +++ b/ham/tnt/distinfo @@ -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 --git a/ham/tnt/patches/patch-aa b/ham/tnt/patches/patch-aa index 1cb85c3474d..1f6cfa5f52a 100644 --- a/ham/tnt/patches/patch-aa +++ b/ham/tnt/patches/patch-aa @@ -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 --git a/ham/tnt/patches/patch-ab b/ham/tnt/patches/patch-ab deleted file mode 100644 index 38e1e05918d..00000000000 --- a/ham/tnt/patches/patch-ab +++ /dev/null @@ -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 --git a/ham/tnt/patches/patch-ac b/ham/tnt/patches/patch-ac index afc6a4a1e94..8350eb1f8fd 100644 --- a/ham/tnt/patches/patch-ac +++ b/ham/tnt/patches/patch-ac @@ -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 @@ $NetBSD: patch-ac,v 1.2 2005/12/30 23:13:41 joerg Exp $ 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 --git a/ham/tnt/patches/patch-ad b/ham/tnt/patches/patch-ad new file mode 100644 index 00000000000..82a3f550fc1 --- /dev/null +++ b/ham/tnt/patches/patch-ad @@ -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; |