aboutsummaryrefslogtreecommitdiffstats
path: root/news/nntp
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-06-08 22:05:19 +0800
committerdinoex <dinoex@FreeBSD.org>2007-06-08 22:05:19 +0800
commit4dcc83e22c56e68fe4dc50499cd3b5bc24c7c4d4 (patch)
tree9701cff941901b7767c7d30f478f200ee16d9a85 /news/nntp
parentc9492477d82752f6580fb3f3267e14f80f129270 (diff)
downloadfreebsd-ports-gnome-4dcc83e22c56e68fe4dc50499cd3b5bc24c7c4d4.tar.gz
freebsd-ports-gnome-4dcc83e22c56e68fe4dc50499cd3b5bc24c7c4d4.tar.zst
freebsd-ports-gnome-4dcc83e22c56e68fe4dc50499cd3b5bc24c7c4d4.zip
- drop not needed includes
PR: 113329 Submitted by: Ed Schouten
Diffstat (limited to 'news/nntp')
-rw-r--r--news/nntp/Makefile2
-rw-r--r--news/nntp/files/patch-acttimes.c15
2 files changed, 16 insertions, 1 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile
index dd0a7e119321..26c38bd1e8df 100644
--- a/news/nntp/Makefile
+++ b/news/nntp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nntp
PORTVERSION= 1.5.12.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= news
MASTER_SITES= ftp://ftp.dinoex.org/pub/c-news/
DISTNAME= ${PORTNAME}.${PORTVERSION}
diff --git a/news/nntp/files/patch-acttimes.c b/news/nntp/files/patch-acttimes.c
new file mode 100644
index 000000000000..aab11d334542
--- /dev/null
+++ b/news/nntp/files/patch-acttimes.c
@@ -0,0 +1,15 @@
+--- support/acttimes.c Tue Jan 9 08:28:02 1996
++++ support/acttimes.c Mon Jun 4 09:40:37 2007
+@@ -64,12 +64,6 @@
+
+ /* ---------- End of configuration defines ---------- */
+
+-#ifdef TERMIO
+-#include <termio.h>
+-#else
+-#include <sgtty.h>
+-#endif
+-
+ #define TIMER_FIRST 1
+ #define TIMER_DEFAULT (10 * 60)
+