aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-06-16 09:50:00 +0000
committerRene Ladan <rene@FreeBSD.org>2019-06-16 09:50:00 +0000
commitb9af889bcbbd8be24b5e50efc33423a49402e94d (patch)
tree6eb18e03a3c4bdbd0cfb89889d08b64ed53723fa /news
parent7bb83ff8a7e4d71c3b4189224966aa30f8f3bc92 (diff)
downloadports-b9af889bcbbd8be24b5e50efc33423a49402e94d.tar.gz
ports-b9af889bcbbd8be24b5e50efc33423a49402e94d.zip
news/nntpbtr: update to use sys/dirent.h instead of sys/dir.h
It looks like the only MASTER_SITE is down, so mark it broken. This port has only seen mechanical updates for the last 15+ years. Hat: portmgr Event: Berlin hackathon 2019
Notes
Notes: svn path=/head/; revision=504292
Diffstat (limited to 'news')
-rw-r--r--news/nntpbtr/Makefile2
-rw-r--r--news/nntpbtr/files/patch-conf.h13
2 files changed, 13 insertions, 2 deletions
diff --git a/news/nntpbtr/Makefile b/news/nntpbtr/Makefile
index 306af2d3b78c..0901619d4c0b 100644
--- a/news/nntpbtr/Makefile
+++ b/news/nntpbtr/Makefile
@@ -9,6 +9,8 @@ MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/news/
MAINTAINER= dk@farm.org
COMMENT= NNTP bulk transfer
+BROKEN= No more public distfiles
+
USES= tar:Z
PLIST_FILES= sbin/${PORTNAME} man/man1/${PORTNAME}.1.gz
diff --git a/news/nntpbtr/files/patch-conf.h b/news/nntpbtr/files/patch-conf.h
index 7fc2de86e97a..0b6769708bee 100644
--- a/news/nntpbtr/files/patch-conf.h
+++ b/news/nntpbtr/files/patch-conf.h
@@ -1,5 +1,5 @@
---- conf.h 1995/06/11 13:16:09 1.6
-+++ conf.h 1996/07/02 06:08:08
+--- conf.h.orig 1995-06-11 09:16:14 UTC
++++ conf.h
@@ -4,16 +4,16 @@
*/
@@ -50,3 +50,12 @@
/* wait time slot to re-check disk space (-m) or batch process (-I)
if not define, when exit(2) without wait */
/* #define MINFTIME 60*10 /* time to sleep between new check */
+@@ -70,7 +72,7 @@
+ #include <string.h>
+ #include <ctype.h>
+ #include <time.h>
+-#include <sys/dir.h>
++#include <sys/dirent.h>
+
+ #define DFREE_OK 0
+ #define DFREE_INODES 1