mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- rename patch files
- rename MACROS
This commit is contained in:
parent
3a0a4614ab
commit
b412193f24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363906
@ -44,10 +44,10 @@ DIST_SUBDIR= ${DISTNAME}
|
||||
NO_WRKSUBDIR= yes
|
||||
MAKEFILE= makefile
|
||||
SUB_FILES= pkg-message
|
||||
MAN1= checknews.1cn inews.1cn postnews.1cn readnews.1cn
|
||||
MAN5= controlperm.5 news.5 newsctl.5 newsdb.5 newsoverview.5 \
|
||||
LMAN1= checknews.1cn inews.1cn postnews.1cn readnews.1cn
|
||||
LMAN5= controlperm.5 news.5 newsctl.5 newsdb.5 newsoverview.5 \
|
||||
newssys.5
|
||||
MAN8= cnewsdo.8cn expire.8cn explode.8cn mergeactive.8 \
|
||||
LMAN8= cnewsdo.8cn expire.8cn explode.8cn mergeactive.8 \
|
||||
mkhistory.8cn newsaux.8cn newsbatch.8cn newsmail.8cn \
|
||||
newsmaint.8cn newsoverview.8 relaynews.8cn report.8cn \
|
||||
rnews.8cn
|
||||
@ -121,9 +121,9 @@ do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/conf/config ${STAGEDIR}${NEWSBIN}/
|
||||
cd ${WRKSRC} && ${MAKE} ${MAKE_ARGS} ${MAKE_FLAGS} ${MAKEFILE} install
|
||||
cd ${WRKSRC} && ${MAKE} ${MAKE_ARGS} ${MAKE_FLAGS} ${MAKEFILE} ui readpostcheck
|
||||
cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN1} ${STAGEDIR}${PREFIX}/man/man1/
|
||||
cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN5} ${STAGEDIR}${PREFIX}/man/man5/
|
||||
cd ${WRKSRC}/man && ${INSTALL_MAN} ${MAN8} ${STAGEDIR}${PREFIX}/man/man8/
|
||||
cd ${WRKSRC}/man && ${INSTALL_MAN} ${LMAN1} ${STAGEDIR}${PREFIX}/man/man1/
|
||||
cd ${WRKSRC}/man && ${INSTALL_MAN} ${LMAN5} ${STAGEDIR}${PREFIX}/man/man5/
|
||||
cd ${WRKSRC}/man && ${INSTALL_MAN} ${LMAN8} ${STAGEDIR}${PREFIX}/man/man8/
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/newsctl
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${NO_EG_FILES:S,^,*/,} \
|
||||
|
62
news/cnews/files/patch-config.make
Normal file
62
news/cnews/files/patch-config.make
Normal file
@ -0,0 +1,62 @@
|
||||
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) -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
|
@ -1,20 +1,3 @@
|
||||
*** util/report.old Thu Sep 15 13:24:57 1994
|
||||
--- util/report Fri Sep 30 16:57:05 1994
|
||||
***************
|
||||
*** 65,70 ****
|
||||
else
|
||||
cat $r
|
||||
fi
|
||||
! ) | mail $args # some sites might want "/usr/lib/sendmail -t" instead
|
||||
|
||||
# and the trap handles the exit status
|
||||
--- 65,70 ----
|
||||
else
|
||||
cat $r
|
||||
fi
|
||||
! ) | /usr/sbin/sendmail -t $args # some sites might want "mail" instead
|
||||
|
||||
# and the trap handles the exit status
|
||||
*** inject/makefile.ORIG Thu Dec 29 00:30:01 1994
|
||||
--- inject/makefile Thu Feb 23 11:21:46 1995
|
||||
***************
|
7
news/cnews/files/patch-makeinc
Normal file
7
news/cnews/files/patch-makeinc
Normal file
@ -0,0 +1,7 @@
|
||||
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"
|
@ -1,10 +1,3 @@
|
||||
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
|
||||
@ -77,77 +70,3 @@ diff -urN ../pre-conf/conf/quiz.def conf/quiz.def
|
||||
+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) -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
|
17
news/cnews/files/patch-report
Normal file
17
news/cnews/files/patch-report
Normal file
@ -0,0 +1,17 @@
|
||||
*** util/report.old Thu Sep 15 13:24:57 1994
|
||||
--- util/report Fri Sep 30 16:57:05 1994
|
||||
***************
|
||||
*** 65,70 ****
|
||||
else
|
||||
cat $r
|
||||
fi
|
||||
! ) | mail $args # some sites might want "/usr/lib/sendmail -t" instead
|
||||
|
||||
# and the trap handles the exit status
|
||||
--- 65,70 ----
|
||||
else
|
||||
cat $r
|
||||
fi
|
||||
! ) | /usr/sbin/sendmail -t $args # some sites might want "mail" instead
|
||||
|
||||
# and the trap handles the exit status
|
12
news/cnews/files/patch-substitutions
Normal file
12
news/cnews/files/patch-substitutions
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user