Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 2019 09:50:00 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504292 - in head/news/nntpbtr: . files
Message-ID:  <201906160950.x5G9o0ns056025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Jun 16 09:50:00 2019
New Revision: 504292
URL: https://svnweb.freebsd.org/changeset/ports/504292

Log:
  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

Modified:
  head/news/nntpbtr/Makefile
  head/news/nntpbtr/files/patch-conf.h

Modified: head/news/nntpbtr/Makefile
==============================================================================
--- head/news/nntpbtr/Makefile	Sun Jun 16 09:47:35 2019	(r504291)
+++ head/news/nntpbtr/Makefile	Sun Jun 16 09:50:00 2019	(r504292)
@@ -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
 

Modified: head/news/nntpbtr/files/patch-conf.h
==============================================================================
--- head/news/nntpbtr/files/patch-conf.h	Sun Jun 16 09:47:35 2019	(r504291)
+++ head/news/nntpbtr/files/patch-conf.h	Sun Jun 16 09:50:00 2019	(r504292)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906160950.x5G9o0ns056025>