diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-06 15:53:00 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-08-06 15:53:00 +0000 |
commit | 6d5b1316788fad218733e26f5190c59c065b4d3d (patch) | |
tree | 3a0d606b1523df3f769e192a7af651b4d29463d5 /net-p2p/teknap | |
parent | 1f5f306038f666872d0e8139c4f3d2fee57a411e (diff) | |
download | ports-6d5b1316788fad218733e26f5190c59c065b4d3d.tar.gz ports-6d5b1316788fad218733e26f5190c59c065b4d3d.zip |
Notes
Diffstat (limited to 'net-p2p/teknap')
-rw-r--r-- | net-p2p/teknap/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/teknap/files/patch-source-scott.c | 10 | ||||
-rw-r--r-- | net-p2p/teknap/files/patch-source_term_c | 10 |
3 files changed, 21 insertions, 1 deletions
diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile index 453080b1309f..eca6150e29c7 100644 --- a/net-p2p/teknap/Makefile +++ b/net-p2p/teknap/Makefile @@ -9,7 +9,7 @@ PORTNAME= TekNap PORTVERSION= 1.3.g PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ftp://ftp.sra.co.jp/pub/os/OpenBSD/distfiles/ \ +MASTER_SITES= http://got.net/~brian/teknap/ \ ftp://ftp.arnes.si/packages2/OpenBSD/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.g/g/} diff --git a/net-p2p/teknap/files/patch-source-scott.c b/net-p2p/teknap/files/patch-source-scott.c new file mode 100644 index 000000000000..a56058516c6d --- /dev/null +++ b/net-p2p/teknap/files/patch-source-scott.c @@ -0,0 +1,10 @@ +--- source/scott.c.orig Fri Aug 6 17:45:27 2004 ++++ source/scott.c Fri Aug 6 17:47:15 2004 +@@ -364,6 +364,7 @@ + mvwaddstr(main_win, 1, 0, buf); + } + #endif ++ break; + } + #if 0 + wrefresh(main_win); diff --git a/net-p2p/teknap/files/patch-source_term_c b/net-p2p/teknap/files/patch-source_term_c new file mode 100644 index 000000000000..3909338c3503 --- /dev/null +++ b/net-p2p/teknap/files/patch-source_term_c @@ -0,0 +1,10 @@ +--- source/term.c.orig Fri Jul 23 01:10:02 2004 ++++ source/term.c Fri Jul 23 01:11:02 2004 +@@ -92,7 +92,6 @@ + #endif + + extern char *getenv(); +-extern char *tparm(); + + /* + * The old code assumed termcap. termcap is almost always present, but on |