diff options
author | adam <adam@FreeBSD.org> | 1995-10-05 18:21:14 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1995-10-05 18:21:14 +0800 |
commit | ca3a6ebe916940b4c0b964a4dbbad2aee43ac0e7 (patch) | |
tree | 096b845a9597e3b48d9715922657cd295b9f85e5 /news | |
parent | 243347dff916d396485921c10a5a893c14f6ebcf (diff) | |
download | freebsd-ports-gnome-ca3a6ebe916940b4c0b964a4dbbad2aee43ac0e7.tar.gz freebsd-ports-gnome-ca3a6ebe916940b4c0b964a4dbbad2aee43ac0e7.tar.zst freebsd-ports-gnome-ca3a6ebe916940b4c0b964a4dbbad2aee43ac0e7.zip |
distribution was updated
Diffstat (limited to 'news')
-rw-r--r-- | news/cnews/Makefile | 4 | ||||
-rw-r--r-- | news/cnews/distinfo | 2 | ||||
-rw-r--r-- | news/cnews/files/patch-ab | 47 |
3 files changed, 3 insertions, 50 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 24e038cd5355..f5982e253af3 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -3,11 +3,11 @@ # Date created: 28 September 1994 # Whom: adam # -# $Id: Makefile,v 1.10 1995/04/24 09:21:52 asami Exp $ +# $Id: Makefile,v 1.11 1995/07/02 12:40:13 asami Exp $ # DISTNAME= cnews -PKGNAME= cnews-cr.e +PKGNAME= cnews-cr.g CATEGORIES+= news MASTER_SITES= ftp://ftp.zoo.toronto.edu/pub/ EXTRACT_SUFX= .tar.Z diff --git a/news/cnews/distinfo b/news/cnews/distinfo index 55cb90718078..acec462f802e 100644 --- a/news/cnews/distinfo +++ b/news/cnews/distinfo @@ -1 +1 @@ -MD5 (cnews.tar.Z) = 060182010f2f9dbfc37b9fd681dd3ff5 +MD5 (cnews.tar.Z) = c2a144d1dabd2af1b3f6816de5e38b3c diff --git a/news/cnews/files/patch-ab b/news/cnews/files/patch-ab index 81b2b1d75a2e..4fac97680a8a 100644 --- a/news/cnews/files/patch-ab +++ b/news/cnews/files/patch-ab @@ -1,50 +1,3 @@ -*** util/dostatfs.c Mon Jan 2 13:48:49 1995 ---- util/dostatfs.c Mon Jan 23 19:04:37 1995 -*************** -*** 13,18 **** ---- 13,23 ---- - * a few attempts... - */ - -+ #ifdef __FreeBSD__ -+ #define BSD4_4 1 /* and FreeBSD is sort of 4.4 */ -+ #include <sys/param.h> -+ #endif -+ - /* First, pick up one popular header on general principles. */ - #include <sys/mount.h> - -*************** -*** 26,34 **** - #endif - #ifdef hpux - #define sun 1 /* likewise HP */ -- #endif -- #ifdef __FreeBSD__ -- #define BSD4_4 1 /* and FreeBSD is sort of 4.4 */ - #endif - - #ifdef sun ---- 31,36 ---- -*** batch/usenntpxmit.old Thu Sep 22 17:28:37 1994 ---- batch/usenntpxmit Fri Sep 30 12:30:17 1994 -*************** -*** 15,21 **** - - tmp=/tmp/nntp$$ - cat >$tmp -! nntpxmit $site:$tmp - if test -s $tmp - then - cat $tmp >>$NEWSSITEDIR/togo.leftover ---- 15,21 ---- - - tmp=/tmp/nntp$$ - cat >$tmp -! nntpxmit -s $site:$tmp - if test -s $tmp - then - cat $tmp >>$NEWSSITEDIR/togo.leftover *** util/report.old Thu Sep 15 13:24:57 1994 --- util/report Fri Sep 30 16:57:05 1994 *************** |