From b9af889bcbbd8be24b5e50efc33423a49402e94d Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 16 Jun 2019 09:50:00 +0000 Subject: [PATCH] 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 --- news/nntpbtr/Makefile | 2 ++ news/nntpbtr/files/patch-conf.h | 13 +++++++++++-- 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 + #include + #include +-#include ++#include + + #define DFREE_OK 0 + #define DFREE_INODES 1