svn commit: r393387 - in head/news/cnews: . files

Dirk Meyer dinoex at FreeBSD.org
Sat Aug 1 05:32:20 UTC 2015


Author: dinoex
Date: Sat Aug  1 05:32:19 2015
New Revision: 393387
URL: https://svnweb.freebsd.org/changeset/ports/393387

Log:
  - support disk with more than 4G blocks free

Added:
  head/news/cnews/files/patch-dostatfs.c   (contents, props changed)
Modified:
  head/news/cnews/Makefile

Modified: head/news/cnews/Makefile
==============================================================================
--- head/news/cnews/Makefile	Sat Aug  1 02:19:19 2015	(r393386)
+++ head/news/cnews/Makefile	Sat Aug  1 05:32:19 2015	(r393387)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cnews
 PORTVERSION=	cr.g
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	news
 MASTER_SITES=	ftp://ftp.cs.toronto.edu/pub/c-news/ \
 		ftp://ftp.funet.fi/pub/unix/news/cnews/ \

Added: head/news/cnews/files/patch-dostatfs.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/news/cnews/files/patch-dostatfs.c	Sat Aug  1 05:32:19 2015	(r393387)
@@ -0,0 +1,11 @@
+--- util/dostatfs.c.orig	1995-04-28 02:51:39.000000000 +0200
++++ util/dostatfs.c	2015-06-10 06:28:42.000000000 +0200
+@@ -77,7 +77,7 @@
+ long bperi;
+ {
+ 	struct statfs info;
+-	register long n;
++	register long long n;
+ #	define	LOTS	10000
+ 	register long iperfile = filesize/bperi + 1;
+ 


More information about the svn-ports-all mailing list