Index: head/news/cnews/Makefile =================================================================== --- head/news/cnews/Makefile (revision 2263) +++ head/news/cnews/Makefile (revision 2264) @@ -1,56 +1,56 @@ # New ports collection makefile for: cnews # Version required: 940927 # 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 WRKSRC= ${WRKDIR} MAKEFILE= makefile NEWSSPOOL= ${PREFIX}/newsspool NEWSBIN= ${PREFIX}/libexec/news NEWSLIB= ${PREFIX}/lib/news MANDIR= ${PREFIX}/man do-install: rm -f ${PREFIX}/bin/inews cp ${WRKSRC}/libdbz/dbz.h ${PREFIX}/include cp ${WRKSRC}/libcnews.a ${PREFIX}/lib mkdir -p ${NEWSSPOOL} -ln -s ${NEWSSPOOL} /var/news mkdir -p ${NEWSBIN} ${NEWSLIB} chown news.news ${NEWSSPOOL} ${NEWSLIB} chown bin.bin ${NEWSBIN} cd ${WRKSRC}; \ echo ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install | \ su -m bin cd ${WRKSRC}; \ echo ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} setup | \ su -m news cd ${WRKSRC}; \ echo ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ui readpostcheck | \ su -m bin chown news.news ${NEWSBIN}/input/newsspool chmod 6755 ${NEWSBIN}/input/newsspool mkdir -p ${MANDIR}/man1 ${MANDIR}/man5 ${MANDIR}/man8 install -c -o bin -g bin -m 444 ${WRKSRC}/man/*.1* ${MANDIR}/man1 install -c -o bin -g bin -m 444 ${WRKSRC}/man/*.5* ${MANDIR}/man5 install -c -o bin -g bin -m 444 ${WRKSRC}/man/*.8* ${MANDIR}/man8 @echo "" @echo "!!!!!!!!" @echo "you MUST change the configuration of this news setup:" @echo " cd to ${NEWSLIB} and change the following files..." @echo "mailname, whoami, organization, mailpaths, sys, readnews.ctl, postdefltgroup" @echo " to suit your local system and news topology." @echo "!!!!!!!!" @echo "" .include Property changes on: head/news/cnews/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/news/cnews/distinfo =================================================================== --- head/news/cnews/distinfo (revision 2263) +++ head/news/cnews/distinfo (revision 2264) @@ -1 +1 @@ -MD5 (cnews.tar.Z) = 060182010f2f9dbfc37b9fd681dd3ff5 +MD5 (cnews.tar.Z) = c2a144d1dabd2af1b3f6816de5e38b3c Property changes on: head/news/cnews/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/news/cnews/files/patch-ab =================================================================== --- head/news/cnews/files/patch-ab (revision 2263) +++ head/news/cnews/files/patch-ab (revision 2264) @@ -1,79 +1,32 @@ -*** 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 -+ #endif -+ - /* First, pick up one popular header on general principles. */ - #include - -*************** -*** 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 *************** *** 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 *************** *** 57,61 **** cp $(PROGS) ../util/canonhdr regress/tmp/inject $(MX) regress/regress regress/master/run $(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress ! # header dependencies follow --- 57,61 ---- cp $(PROGS) ../util/canonhdr regress/tmp/inject $(MX) regress/regress regress/master/run $(HERE) cd regress ; NEWSTZ=3660 ; export NEWSTZ ; ./regress ! # header dependencies follow Property changes on: head/news/cnews/files/patch-ab ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property