aboutsummaryrefslogtreecommitdiff
path: root/news/cnews/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-06 23:29:26 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-06 23:29:26 +0000
commit4e6bdf1064c876b39e975e238f68484f82f4fec2 (patch)
tree00142b8add7ef609114b3b9d3c920af02160038c /news/cnews/files
parent7838d1151ca2cce6dab1b3a67551f405521d14a0 (diff)
downloadports-4e6bdf1064c876b39e975e238f68484f82f4fec2.tar.gz
ports-4e6bdf1064c876b39e975e238f68484f82f4fec2.zip
Notes
Diffstat (limited to 'news/cnews/files')
-rw-r--r--news/cnews/files/patch-aa310
-rw-r--r--news/cnews/files/patch-ac25
2 files changed, 178 insertions, 157 deletions
diff --git a/news/cnews/files/patch-aa b/news/cnews/files/patch-aa
index 4b4c54a34013..073a8a12b50c 100644
--- a/news/cnews/files/patch-aa
+++ b/news/cnews/files/patch-aa
@@ -1,157 +1,153 @@
-*** ../work/conf/makeinc Wed Dec 31 16:00:00 1969
---- ./conf/makeinc Tue Oct 25 04:00:55 1994
-***************
-*** 0 ****
---- 1,3 ----
-+ # makefile substitutions file
-+ # how to include ../include/config.make
-+ INCLUDE .include "../include/config.make"
-*** ../work/conf/quiz.def Wed Dec 31 16:00:00 1969
---- ./conf/quiz.def Tue Oct 25 04:00:54 1994
-***************
-*** 0 ****
---- 1,68 ----
-+ # These answers are interdependent; do not edit this file!
-+ newsuid="news"
-+ # These answers are interdependent; do not edit this file!
-+ newsgid="news"
-+ # These answers are interdependent; do not edit this file!
-+ newsarts="/var/news"
-+ # These answers are interdependent; do not edit this file!
-+ newsov="/var/news/over.view"
-+ # These answers are interdependent; do not edit this file!
-+ newsctl="/usr/local/news/lib"
-+ # These answers are interdependent; do not edit this file!
-+ newsbin="/usr/local/news/cnewsbin"
-+ # These answers are interdependent; do not edit this file!
-+ newspath="/bin:/usr/bin:/usr/local/bin"
-+ # These answers are interdependent; do not edit this file!
-+ newsumask="022"
-+ # These answers are interdependent; do not edit this file!
-+ newsconfig="/usr/local/news/lib/bin/config"
-+ # These answers are interdependent; do not edit this file!
-+ newscrisis="newscrisis"
-+ # These answers are interdependent; do not edit this file!
-+ newsmaster="newsmaster"
-+ # These answers are interdependent; do not edit this file!
-+ addrsize="big"
-+ # These answers are interdependent; do not edit this file!
-+ fake=" fgetline.o fsync.o"
-+ # These answers are interdependent; do not edit this file!
-+ storeval=""
-+ # These answers are interdependent; do not edit this file!
-+ faststdio="no"
-+ # These answers are interdependent; do not edit this file!
-+ fakehdrs=" sys/timeb.h"
-+ # These answers are interdependent; do not edit this file!
-+ ranlib="yes"
-+ # These answers are interdependent; do not edit this file!
-+ make="make"
-+ # These answers are interdependent; do not edit this file!
-+ include="bsd"
-+ # These answers are interdependent; do not edit this file!
-+ cc=""
-+ # These answers are interdependent; do not edit this file!
-+ copts="-O2"
-+ # These answers are interdependent; do not edit this file!
-+ ldopts=""
-+ # These answers are interdependent; do not edit this file!
-+ postlibs=""
-+ # These answers are interdependent; do not edit this file!
-+ uucptype="tay"
-+ # These answers are interdependent; do not edit this file!
-+ dftype="statfs"
-+ # These answers are interdependent; do not edit this file!
-+ dfdirs=""
-+ # These answers are interdependent; do not edit this file!
-+ archive="yes"
-+ # These answers are interdependent; do not edit this file!
-+ spacelow="no"
-+ # These answers are interdependent; do not edit this file!
-+ nfsgroup="no"
-+ # These answers are interdependent; do not edit this file!
-+ server="newsie"
-+ # These answers are interdependent; do not edit this file!
-+ rbin="/usr/local/news/cnewsbin/input"
-+ # These answers are interdependent; do not edit this file!
-+ bin="/usr/local/bin"
-+ # These answers are interdependent; do not edit this file!
-+ faststrchr="no"
-+ # These answers are interdependent; do not edit this file!
-+ sftype="c"
-*** ../work/conf/substitutions Wed Dec 31 16:00:00 1969
---- ./conf/substitutions Tue Oct 25 04:00:55 1994
-***************
-*** 0 ****
---- 1,8 ----
-+ # general substitutions file
-+ NEWSBIN /usr/local/news/cnewsbin
-+ NEWSCTL /usr/local/news/lib
-+ NEWSARTS /var/news
-+ NEWSOV /var/news
-+ NEWSPATH /bin:/usr/bin:/usr/local/bin
-+ NEWSUMASK 022
-+ NEWSCONFIG /usr/local/news/lib/bin/config
-*** ../work/include/config.make Wed Dec 31 16:00:00 1969
---- ./include/config.make Tue Oct 25 04:00:55 1994
-***************
-*** 0 ****
---- 1,58 ----
-+ # make header file
-+ # pathname variables
-+ # =()<NEWSARTS=@<NEWSARTS>@>()=
-+ NEWSARTS=/var/news
-+ # =()<NEWSOV=@<NEWSOV>@>()=
-+ NEWSOV=/var/news
-+ # =()<NEWSBIN=@<NEWSBIN>@>()=
-+ NEWSBIN=/usr/local/news/cnewsbin
-+ # =()<NEWSCTL=@<NEWSCTL>@>()=
-+ NEWSCTL=/usr/local/news/lib
-+ # =()<NEWSCONFIG=@<NEWSCONFIG>@>()=
-+ NEWSCONFIG=/usr/local/news/lib/bin/config
-+
-+ # workaround for System V make bug
-+ SHELL=/bin/sh
-+
-+ # directories where things go
-+ UIBIN=/usr/local/bin
-+ RBIN=/usr/local/news/cnewsbin/input
-+
-+ # compilation stuff
-+ # LIB is for makefile dependencies, LIBS for cc invocations
-+ LIB=../libcnews.a
-+ LIBS=../libcnews.a
-+ CFLAGS=$(MORECFLAGS) -O2 -I../include
-+ LDFLAGS=$(CFLAGS)
-+ LINTFLAGS=$(MORELINTFLAGS) -I../include
-+
-+ # directories etc.
-+ CONF=../conf
-+ MAKE=make
-+ TO=$(CONF)/cpto
-+ IN=$(CONF)/cmpto $(CMPOPT)
-+ CF=$(CONF)/checkfile $(CMPOPT)
-+ MKDIR=$(CONF)/mkdirs
-+ MX=chmod +x
-+ UPDATE=$(CONF)/update.ran ../libcnews.a
-+ LIBCMP=$(CONF)/libcmp ../libcnews.a
-+
-+ # misc configuration bits
-+ SPACEFOR=statfs
-+ DOSPACEFOR=dospacefor
-+ QUEUELEN=tay
-+ UID=news
-+ GID=news
-+ SIZE=big
-+ DBZ=libdbz
-+ STDIO=sysstdio
-+ SERVER=
-+ REPORTTO=newsmaster
-+ URGENTTO=newscrisis
-+
-+ # things for testing
-+ HERE=. ../conf/config.r ;
-+
-+ # fake files needed
-+ HFAKE= sys/timeb.h
-+ OFAKE= fgetline.o fsync.o
+diff -urN ../pre-conf/conf/makeinc conf/makeinc
+--- ../pre-conf/conf/makeinc Thu Jan 1 01:00:00 1970
++++ conf/makeinc Mon Aug 2 20:32:23 1999
+@@ -0,0 +1,3 @@
++# makefile substitutions file
++# how to include ../include/config.make
++INCLUDE .include "../include/config.make"
+diff -urN ../pre-conf/conf/quiz.def conf/quiz.def
+--- ../pre-conf/conf/quiz.def Thu Jan 1 01:00:00 1970
++++ conf/quiz.def Mon Aug 2 20:36:19 1999
+@@ -0,0 +1,68 @@
++# These answers are interdependent; do not edit this file!
++newsuid="news"
++# These answers are interdependent; do not edit this file!
++newsgid="news"
++# These answers are interdependent; do not edit this file!
++newsarts="/var/news"
++# These answers are interdependent; do not edit this file!
++newsov="/var/news/over.view"
++# These answers are interdependent; do not edit this file!
++newsctl="/usr/local/news/lib"
++# These answers are interdependent; do not edit this file!
++newsbin="/usr/local/news/cnewsbin"
++# These answers are interdependent; do not edit this file!
++newspath="/bin:/usr/bin:/usr/local/bin"
++# These answers are interdependent; do not edit this file!
++newsumask="022"
++# These answers are interdependent; do not edit this file!
++newsconfig="/usr/local/news/cnewsbin/config"
++# These answers are interdependent; do not edit this file!
++newscrisis="newscrisis"
++# These answers are interdependent; do not edit this file!
++newsmaster="newsmaster"
++# These answers are interdependent; do not edit this file!
++addrsize="big"
++# These answers are interdependent; do not edit this file!
++fake=" fgetline.o fsync.o"
++# These answers are interdependent; do not edit this file!
++storeval=""
++# These answers are interdependent; do not edit this file!
++faststdio="no"
++# These answers are interdependent; do not edit this file!
++fakehdrs=" sys/timeb.h"
++# These answers are interdependent; do not edit this file!
++ranlib="yes"
++# These answers are interdependent; do not edit this file!
++make="make"
++# These answers are interdependent; do not edit this file!
++include="bsd"
++# These answers are interdependent; do not edit this file!
++cc=""
++# These answers are interdependent; do not edit this file!
++copts="-O2"
++# These answers are interdependent; do not edit this file!
++ldopts=""
++# These answers are interdependent; do not edit this file!
++postlibs=""
++# These answers are interdependent; do not edit this file!
++uucptype="tay"
++# These answers are interdependent; do not edit this file!
++dftype="statfs"
++# These answers are interdependent; do not edit this file!
++dfdirs=""
++# These answers are interdependent; do not edit this file!
++archive="yes"
++# These answers are interdependent; do not edit this file!
++spacelow="no"
++# These answers are interdependent; do not edit this file!
++nfsgroup="no"
++# These answers are interdependent; do not edit this file!
++server="newsie"
++# These answers are interdependent; do not edit this file!
++rbin="/usr/local/news/cnewsbin/input"
++# These answers are interdependent; do not edit this file!
++bin="/usr/local/bin"
++# These answers are interdependent; do not edit this file!
++faststrchr="no"
++# These answers are interdependent; do not edit this file!
++sftype="c"
+diff -urN ../pre-conf/conf/substitutions conf/substitutions
+--- ../pre-conf/conf/substitutions Thu Jan 1 01:00:00 1970
++++ conf/substitutions Mon Aug 2 20:36:19 1999
+@@ -0,0 +1,8 @@
++# general substitutions file
++NEWSBIN /usr/local/news/cnewsbin
++NEWSCTL /usr/local/news/lib
++NEWSARTS /var/news
++NEWSOV /var/news/over.view
++NEWSPATH /bin:/usr/bin:/usr/local/bin
++NEWSUMASK 022
++NEWSCONFIG /usr/local/news/cnewsbin/config
+diff -urN ../pre-conf/include/config.make include/config.make
+--- ../pre-conf/include/config.make Thu Jan 1 01:00:00 1970
++++ include/config.make Mon Aug 2 20:36:19 1999
+@@ -0,0 +1,58 @@
++# make header file
++# pathname variables
++# =()<NEWSARTS=@<NEWSARTS>@>()=
++NEWSARTS=/var/news
++# =()<NEWSOV=@<NEWSOV>@>()=
++NEWSOV=/var/news/over.view
++# =()<NEWSBIN=@<NEWSBIN>@>()=
++NEWSBIN=/usr/local/news/cnewsbin
++# =()<NEWSCTL=@<NEWSCTL>@>()=
++NEWSCTL=/usr/local/news/lib
++# =()<NEWSCONFIG=@<NEWSCONFIG>@>()=
++NEWSCONFIG=/usr/local/news/cnewsbin/config
++
++# workaround for System V make bug
++SHELL=/bin/sh
++
++# directories where things go
++UIBIN=/usr/local/bin
++RBIN=/usr/local/news/cnewsbin/input
++
++# compilation stuff
++# LIB is for makefile dependencies, LIBS for cc invocations
++LIB=../libcnews.a
++LIBS=../libcnews.a
++CFLAGS=$(MORECFLAGS) -O2 -I../include
++LDFLAGS=$(CFLAGS)
++LINTFLAGS=$(MORELINTFLAGS) -I../include
++
++# directories etc.
++CONF=../conf
++MAKE=make
++TO=$(CONF)/cpto
++IN=$(CONF)/cmpto $(CMPOPT)
++CF=$(CONF)/checkfile $(CMPOPT)
++MKDIR=$(CONF)/mkdirs
++MX=chmod +x
++UPDATE=$(CONF)/update.ran ../libcnews.a
++LIBCMP=$(CONF)/libcmp ../libcnews.a
++
++# misc configuration bits
++SPACEFOR=statfs
++DOSPACEFOR=dospacefor
++QUEUELEN=tay
++UID=news
++GID=news
++SIZE=big
++DBZ=libdbz
++STDIO=sysstdio
++SERVER=
++REPORTTO=newsmaster
++URGENTTO=newscrisis
++
++# things for testing
++HERE=. ../conf/rsetup ;
++
++# fake files needed
++HFAKE= sys/timeb.h
++OFAKE= fgetline.o fsync.o
diff --git a/news/cnews/files/patch-ac b/news/cnews/files/patch-ac
new file mode 100644
index 000000000000..eb14c8f0c6f7
--- /dev/null
+++ b/news/cnews/files/patch-ac
@@ -0,0 +1,25 @@
+diff pre-conf/util/namecheck.t util/namecheck.t
+--- pre-conf/util/namecheck.t Tue Oct 18 04:50:01 1994
++++ util/namecheck.t Mon Aug 2 21:03:29 1999
+@@ -23,9 +23,9 @@
+ comp.lang.0++ name component does not contain letter
+ comp.lang.all `all' or `ctl' used as name component
+ comp.lang.ctl `all' or `ctl' used as name component
+-comp.lang.verylonglanguage name component longer than 14 characters
+-comp.lang.verylonglanguag name component longer than 14 characters
+-comp.lang.verylonglangua
++comp.lang.verylong1234567890language name component longer than 24 characters
++comp.lang.verylong1234567890languag name component longer than 24 characters
++comp.lang.verylong1234567890langua
+ comp.lang.C++ uppercase letter(s) in name
+ comp.lang.c_2
+ comp.lang.c-2
+diff pre-conf/ctl/reg/n.1r work/ctl/reg/n.1r
+--- pre-conf/ctl/reg/n.1r Fri Apr 28 02:50:47 1995
++++ ctl/reg/n.1r Mon Aug 2 22:12:43 1999
+@@ -1,4 +1,4 @@
+-newgroup comp.lang.beta
++new newsgroup comp.lang.beta
+ :::
+ tale@uunet.uu.net (David C Lawrence) said to
+ create `comp.lang.beta'.