1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/news/cnews/files/patch-aa
1994-10-01 19:00:06 +00:00

156 lines
4.8 KiB
Plaintext

*** ../work/conf/makeinc Thu Jan 1 00:00:00 1970
--- ./conf/makeinc Fri Sep 30 12:34:00 1994
***************
*** 0 ****
--- 1,3 ----
+ # makefile substitutions file
+ # how to include ../include/config.make
+ INCLUDE .include "../include/config.make"
*** ../work/conf/quiz.def Thu Jan 1 00:00:00 1970
--- ./conf/quiz.def Fri Sep 30 12:33:59 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"
+ # These answers are interdependent; do not edit this file!
+ newsctl="/usr/local/lib/news"
+ # These answers are interdependent; do not edit this file!
+ newsbin="/usr/local/libexec/news"
+ # These answers are interdependent; do not edit this file!
+ newspath="/bin:/usr/bin"
+ # These answers are interdependent; do not edit this file!
+ newsumask="022"
+ # These answers are interdependent; do not edit this file!
+ newsconfig="/usr/local/lib/news/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="null"
+ # 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/libexec/news/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 Thu Jan 1 00:00:00 1970
--- ./conf/substitutions Fri Sep 30 12:34:00 1994
***************
*** 0 ****
--- 1,8 ----
+ # general substitutions file
+ NEWSBIN /usr/local/libexec/news
+ NEWSCTL /usr/local/lib/news
+ NEWSARTS /var/news
+ NEWSOV /var/news
+ NEWSPATH /bin:/usr/bin
+ NEWSUMASK 022
+ NEWSCONFIG /usr/local/lib/news/bin/config
*** ../work/include/config.make Thu Jan 1 00:00:00 1970
--- ./include/config.make Fri Sep 30 12:34:01 1994
***************
*** 0 ****
--- 1,56 ----
+ # make header file
+ # pathname variables
+ # =()<NEWSARTS=@<NEWSARTS>@>()=
+ NEWSARTS=/var/news
+ # =()<NEWSOV=@<NEWSOV>@>()=
+ NEWSOV=/var/news
+ # =()<NEWSBIN=@<NEWSBIN>@>()=
+ NEWSBIN=/usr/local/libexec/news
+ # =()<NEWSCTL=@<NEWSCTL>@>()=
+ NEWSCTL=/usr/local/lib/news
+
+ # workaround for System V make bug
+ SHELL=/bin/sh
+
+ # directories where things go
+ UIBIN=/usr/local/bin
+ RBIN=/usr/local/libexec/news/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=null
+ 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