Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Aug 2015 05:32:20 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393387 - in head/news/cnews: . files
Message-ID:  <201508010532.t715WKZh056940@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
+ 



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