Index: head/mail/majordomo/Makefile =================================================================== --- head/mail/majordomo/Makefile (revision 4863) +++ head/mail/majordomo/Makefile (revision 4864) @@ -1,71 +1,71 @@ # New ports collection makefile for: majordomo # Version required: 1.94 # Date created: 23 October 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.3 1996/11/10 21:31:37 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/17 07:42:33 obrien Exp $ # DISTNAME= majordomo-1.94 CATEGORIES= mail MASTER_SITES= ftp://ftp.greatcircle.com/pub/majordomo/ \ ftp://ftp.sgi.com/other/majordomo/ \ ftp://ftp-europe.sgi.com/other/majordomo/ EXTRACT_SUFX= .tar.Z MAINTAINER= jfitz@FreeBSD.ORG # Needs to create a user and group IS_INTERACTIVE= yes -NO_PACKAGE= yes +NO_PACKAGE= "User and group need to be created." ALL_TARGET= wrapper INSTALL_TARGET= install install-wrapper MAN1= approve.1 bounce-remind.1 digest.1 MAN8= majordomo.8 pre-configure: @ ${SETENV} ${MAKE_ENV} /usr/bin/perl ${SCRIPTDIR}/createuser @ ${CP} ${FILESDIR}/aliases.majordomo ${WRKSRC} pre-install: @ ${CP} ${WRKSRC}/sample.cf ${WRKSRC}/majordomo.cf post-install: @ ln -sf ${PREFIX}/majordomo/Tools/digest ${PREFIX}/majordomo @ for dir in tmp lists/test-l.archive lists/test-l-digest.archive digests/test-l-digest doc; do \ ${MKDIR} -p ${PREFIX}/majordomo/$$dir; \ done @ /usr/sbin/chown majordom.majordom ${PREFIX}/majordomo/tmp @ /bin/chmod 700 ${PREFIX}/majordomo/tmp @ /bin/chmod 755 ${PREFIX}/majordomo @ for dir in digests lists lists/test-l.archive lists/test-l-digest.archive digests/test-l-digest doc; do \ /usr/sbin/chown majordom.majordom ${PREFIX}/majordomo/$$dir; \ /bin/chmod 775 ${PREFIX}/majordomo/$$dir; \ done .if !defined(NOPORTDOCS) @ for file in Changelog FUTURE INSTALL LICENSE NEWLIST README; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/majordomo/doc; \ done @ for file in FAQ README.sequencer list-owner-info majordomo-faq.html majordomo.lisa6.ps majordomo.ora; do \ ${INSTALL_DATA} ${WRKSRC}/Doc/$$file ${PREFIX}/majordomo/doc; \ done @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/majordomo/doc .endif @ ${INSTALL_DATA} ${WRKSRC}/aliases.majordomo ${PREFIX}/majordomo @ for file in test-l test-l-digest test-l.passwd test-l.info; do \ ${INSTALL_DATA} ${FILESDIR}/$$file ${PREFIX}/majordomo/lists; \ done @ ln -sf ${PREFIX}/majordomo/lists/test-l.info ${PREFIX}/majordomo/lists/test-l-digest.info @ ln -sf ${PREFIX}/majordomo/lists/test-l.passwd ${PREFIX}/majordomo/lists/test-l-digest.passwd @ /bin/chmod 660 ${PREFIX}/majordomo/lists/test-l.passwd @ /usr/sbin/chown -R majordom.majordom ${PREFIX}/majordomo/lists @ /bin/chmod -R 664 ${PREFIX}/majordomo/lists @ /bin/chmod 775 ${PREFIX}/majordomo/lists @ /bin/chmod 775 ${PREFIX}/majordomo/lists/test-l.archive @ /bin/chmod 775 ${PREFIX}/majordomo/lists/test-l-digest.archive @ /bin/chmod 660 ${PREFIX}/majordomo/lists/*.passwd .if !defined(BATCH) @ /usr/bin/more -e ${FILESDIR}/post-install-notes .endif .include Property changes on: head/mail/majordomo/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/net/net-snmp/Makefile =================================================================== --- head/net/net-snmp/Makefile (revision 4863) +++ head/net/net-snmp/Makefile (revision 4864) @@ -1,37 +1,37 @@ # New ports collection makefile for: ucd-snmp # Version required: 3.1 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1996/11/22 11:48:53 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:20:15 obrien Exp $ # DISTNAME= ucd-snmp-3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG -NO_PACKAGE= yes # asks too many questions +NO_PACKAGE= "Asks too many questions." GNU_CONFIGURE= yes IS_INTERACTIVE= yes MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \ snmpstatus.1 MAN3= snmp_api.3 MAN5= variables.5 snmpd.conf.5 MAN8= snmptrapd.8 snmpd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \ snmpset snmpstatus snmptest snmptranslate \ snmptrap snmptrapd snmpwalk SBIN= snmpd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done .include Property changes on: head/net/net-snmp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/net-snmp4/Makefile =================================================================== --- head/net/net-snmp4/Makefile (revision 4863) +++ head/net/net-snmp4/Makefile (revision 4864) @@ -1,37 +1,37 @@ # New ports collection makefile for: ucd-snmp # Version required: 3.1 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1996/11/22 11:48:53 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:20:15 obrien Exp $ # DISTNAME= ucd-snmp-3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG -NO_PACKAGE= yes # asks too many questions +NO_PACKAGE= "Asks too many questions." GNU_CONFIGURE= yes IS_INTERACTIVE= yes MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \ snmpstatus.1 MAN3= snmp_api.3 MAN5= variables.5 snmpd.conf.5 MAN8= snmptrapd.8 snmpd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \ snmpset snmpstatus snmptest snmptranslate \ snmptrap snmptrapd snmpwalk SBIN= snmpd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done .include Property changes on: head/net/net-snmp4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/ucd-snmp/Makefile =================================================================== --- head/net/ucd-snmp/Makefile (revision 4863) +++ head/net/ucd-snmp/Makefile (revision 4864) @@ -1,37 +1,37 @@ # New ports collection makefile for: ucd-snmp # Version required: 3.1 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1996/11/22 11:48:53 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:20:15 obrien Exp $ # DISTNAME= ucd-snmp-3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG -NO_PACKAGE= yes # asks too many questions +NO_PACKAGE= "Asks too many questions." GNU_CONFIGURE= yes IS_INTERACTIVE= yes MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \ snmpstatus.1 MAN3= snmp_api.3 MAN5= variables.5 snmpd.conf.5 MAN8= snmptrapd.8 snmpd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \ snmpset snmpstatus snmptest snmptranslate \ snmptrap snmptrapd snmpwalk SBIN= snmpd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done .include Property changes on: head/net/ucd-snmp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net-mgmt/net-snmp/Makefile =================================================================== --- head/net-mgmt/net-snmp/Makefile (revision 4863) +++ head/net-mgmt/net-snmp/Makefile (revision 4864) @@ -1,37 +1,37 @@ # New ports collection makefile for: ucd-snmp # Version required: 3.1 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1996/11/22 11:48:53 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:20:15 obrien Exp $ # DISTNAME= ucd-snmp-3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG -NO_PACKAGE= yes # asks too many questions +NO_PACKAGE= "Asks too many questions." GNU_CONFIGURE= yes IS_INTERACTIVE= yes MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \ snmpstatus.1 MAN3= snmp_api.3 MAN5= variables.5 snmpd.conf.5 MAN8= snmptrapd.8 snmpd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \ snmpset snmpstatus snmptest snmptranslate \ snmptrap snmptrapd snmpwalk SBIN= snmpd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done .include Property changes on: head/net-mgmt/net-snmp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net-mgmt/net-snmp-devel/Makefile =================================================================== --- head/net-mgmt/net-snmp-devel/Makefile (revision 4863) +++ head/net-mgmt/net-snmp-devel/Makefile (revision 4864) @@ -1,37 +1,37 @@ # New ports collection makefile for: ucd-snmp # Version required: 3.1 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1996/11/22 11:48:53 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:20:15 obrien Exp $ # DISTNAME= ucd-snmp-3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG -NO_PACKAGE= yes # asks too many questions +NO_PACKAGE= "Asks too many questions." GNU_CONFIGURE= yes IS_INTERACTIVE= yes MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \ snmpstatus.1 MAN3= snmp_api.3 MAN5= variables.5 snmpd.conf.5 MAN8= snmptrapd.8 snmpd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \ snmpset snmpstatus snmptest snmptranslate \ snmptrap snmptrapd snmpwalk SBIN= snmpd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done .include Property changes on: head/net-mgmt/net-snmp-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net-mgmt/net-snmp4/Makefile =================================================================== --- head/net-mgmt/net-snmp4/Makefile (revision 4863) +++ head/net-mgmt/net-snmp4/Makefile (revision 4864) @@ -1,37 +1,37 @@ # New ports collection makefile for: ucd-snmp # Version required: 3.1 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1996/11/22 11:48:53 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:20:15 obrien Exp $ # DISTNAME= ucd-snmp-3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG -NO_PACKAGE= yes # asks too many questions +NO_PACKAGE= "Asks too many questions." GNU_CONFIGURE= yes IS_INTERACTIVE= yes MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \ snmpstatus.1 MAN3= snmp_api.3 MAN5= variables.5 snmpd.conf.5 MAN8= snmptrapd.8 snmpd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \ snmpset snmpstatus snmptest snmptranslate \ snmptrap snmptrapd snmpwalk SBIN= snmpd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done .include Property changes on: head/net-mgmt/net-snmp4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net-mgmt/net-snmp53/Makefile =================================================================== --- head/net-mgmt/net-snmp53/Makefile (revision 4863) +++ head/net-mgmt/net-snmp53/Makefile (revision 4864) @@ -1,37 +1,37 @@ # New ports collection makefile for: ucd-snmp # Version required: 3.1 # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1996/11/22 11:48:53 asami Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:20:15 obrien Exp $ # DISTNAME= ucd-snmp-3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/ MAINTAINER= gpalmer@FreeBSD.ORG -NO_PACKAGE= yes # asks too many questions +NO_PACKAGE= "Asks too many questions." GNU_CONFIGURE= yes IS_INTERACTIVE= yes MAN1= snmpget.1 snmpset.1 snmpwalk.1 snmpbulkwalk.1 \ snmpgetnext.1 snmptest.1 snmpnetstat.1 snmptranslate.1 \ snmpstatus.1 MAN3= snmp_api.3 MAN5= variables.5 snmpd.conf.5 MAN8= snmptrapd.8 snmpd.8 BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat \ snmpset snmpstatus snmptest snmptranslate \ snmptrap snmptrapd snmpwalk SBIN= snmpd post-install: ( cd ${PREFIX}/bin; strip ${BIN} ) ( cd ${PREFIX}/sbin; strip ${SBIN} ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done .include Property changes on: head/net-mgmt/net-snmp53/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/news/inn/Makefile =================================================================== --- head/news/inn/Makefile (revision 4863) +++ head/news/inn/Makefile (revision 4864) @@ -1,80 +1,79 @@ # New ports collection makefile for: inn # Version required: 1.4 # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.16 1996/07/08 22:55:17 torstenb Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:37:39 asami Exp $ # DISTNAME= inn1.4sec PKGNAME= inn-1.4 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ EXTRACT_SUFX= .tar.Z PATCH_SITES= ftp://ftp.math.psu.edu/pub/INN/patches/OLD/ PATCHFILES= select-loop-bug.patch innxmit-long-lines.patch MAINTAINER= torstenb@FreeBSD.ORG -# too many compile-time options -NO_PACKAGE= yes +NO_PACKAGE= "Too many compile-time options." NO_WRKSUBDIR= yes pre-configure: echo "${CFLAGS}" >/tmp/build-ports-news-inn-cflags pre-install: mkdir -p ${PREFIX}/news update: build @(cd ${WRKSRC} ; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} update) @${MAKE} ${.MAKEFLAGS} post-install post-install: install -c -o bin -g bin -m 0444 ${WRKSRC}/lib/libinn.a \ ${PREFIX}/lib/ install -c -o bin -g bin -m 0444 ${WRKSRC}/include/inndcomm.h \ ${PREFIX}/include/ install -c -o bin -g bin -m 0444 ${WRKSRC}/include/libinn.h \ ${PREFIX}/include/ install -c -o bin -g bin -m 0444 ${WRKSRC}/include/qio.h \ ${PREFIX}/include/ if [ -d /var/spool/news ] && [ ! -d /var/news ]; then \ mkdir -m 0775 -p /var/spool/news/over.view; \ chown news.news /var/spool/news/over.view; \ else \ mkdir -m 0775 -p /var/news/over.view; \ chown news.news /var/news/over.view; \ fi -mkdir ${PREFIX}/news/locks chown news.news ${PREFIX}/news/locks chmod 0755 ${PREFIX}/news/locks gzip -9nf ${PREFIX}/man/man1/convdate.1 ${PREFIX}/man/man1/getlist.1 \ ${PREFIX}/man/man1/grephistory.1 ${PREFIX}/man/man1/inews.1 \ ${PREFIX}/man/man1/innconfval.1 ${PREFIX}/man/man1/installit.1 \ ${PREFIX}/man/man1/nntpget.1 ${PREFIX}/man/man1/rnews.1 \ ${PREFIX}/man/man1/shlock.1 ${PREFIX}/man/man1/shrinkfile.1 \ ${PREFIX}/man/man1/subst.1 ${PREFIX}/man/man3/clientlib.3 \ ${PREFIX}/man/man3/dbz.3 ${PREFIX}/man/man3/inndcomm.3 \ ${PREFIX}/man/man3/libinn.3 ${PREFIX}/man/man3/parsedate.3 \ ${PREFIX}/man/man3/qio.3 ${PREFIX}/man/man3/wildmat.3 \ ${PREFIX}/man/man5/active.5 ${PREFIX}/man/man5/control.ctl.5 \ ${PREFIX}/man/man5/expire.ctl.5 ${PREFIX}/man/man5/history.5 \ ${PREFIX}/man/man5/hosts.nntp.5 ${PREFIX}/man/man5/inn.conf.5 \ ${PREFIX}/man/man5/innwatch.ctl.5 ${PREFIX}/man/man5/moderators.5 \ ${PREFIX}/man/man5/newsfeeds.5 ${PREFIX}/man/man5/newslog.5 \ ${PREFIX}/man/man5/nnrp.access.5 ${PREFIX}/man/man5/nntpsend.ctl.5 \ ${PREFIX}/man/man5/overview.fmt.5 \ ${PREFIX}/man/man5/distrib.pats.5 ${PREFIX}/man/man5/passwd.nntp.5 \ ${PREFIX}/man/man8/archive.8 ${PREFIX}/man/man8/batcher.8 \ ${PREFIX}/man/man8/buffchan.8 ${PREFIX}/man/man8/ctlinnd.8 \ ${PREFIX}/man/man8/cvtbatch.8 ${PREFIX}/man/man8/expire.8 \ ${PREFIX}/man/man8/expireover.8 ${PREFIX}/man/man8/fastrm.8 \ ${PREFIX}/man/man8/filechan.8 ${PREFIX}/man/man8/innd.8 \ ${PREFIX}/man/man8/innxmit.8 ${PREFIX}/man/man8/news-recovery.8 \ ${PREFIX}/man/man8/news.daily.8 ${PREFIX}/man/man8/newslog.8 \ ${PREFIX}/man/man8/nnrpd.8 ${PREFIX}/man/man8/nntpsend.8 \ ${PREFIX}/man/man8/overchan.8 ${PREFIX}/man/man8/prunehistory.8 .include Property changes on: head/news/inn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/news/inn-current/Makefile =================================================================== --- head/news/inn-current/Makefile (revision 4863) +++ head/news/inn-current/Makefile (revision 4864) @@ -1,80 +1,79 @@ # New ports collection makefile for: inn # Version required: 1.4 # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.16 1996/07/08 22:55:17 torstenb Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:37:39 asami Exp $ # DISTNAME= inn1.4sec PKGNAME= inn-1.4 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ EXTRACT_SUFX= .tar.Z PATCH_SITES= ftp://ftp.math.psu.edu/pub/INN/patches/OLD/ PATCHFILES= select-loop-bug.patch innxmit-long-lines.patch MAINTAINER= torstenb@FreeBSD.ORG -# too many compile-time options -NO_PACKAGE= yes +NO_PACKAGE= "Too many compile-time options." NO_WRKSUBDIR= yes pre-configure: echo "${CFLAGS}" >/tmp/build-ports-news-inn-cflags pre-install: mkdir -p ${PREFIX}/news update: build @(cd ${WRKSRC} ; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} update) @${MAKE} ${.MAKEFLAGS} post-install post-install: install -c -o bin -g bin -m 0444 ${WRKSRC}/lib/libinn.a \ ${PREFIX}/lib/ install -c -o bin -g bin -m 0444 ${WRKSRC}/include/inndcomm.h \ ${PREFIX}/include/ install -c -o bin -g bin -m 0444 ${WRKSRC}/include/libinn.h \ ${PREFIX}/include/ install -c -o bin -g bin -m 0444 ${WRKSRC}/include/qio.h \ ${PREFIX}/include/ if [ -d /var/spool/news ] && [ ! -d /var/news ]; then \ mkdir -m 0775 -p /var/spool/news/over.view; \ chown news.news /var/spool/news/over.view; \ else \ mkdir -m 0775 -p /var/news/over.view; \ chown news.news /var/news/over.view; \ fi -mkdir ${PREFIX}/news/locks chown news.news ${PREFIX}/news/locks chmod 0755 ${PREFIX}/news/locks gzip -9nf ${PREFIX}/man/man1/convdate.1 ${PREFIX}/man/man1/getlist.1 \ ${PREFIX}/man/man1/grephistory.1 ${PREFIX}/man/man1/inews.1 \ ${PREFIX}/man/man1/innconfval.1 ${PREFIX}/man/man1/installit.1 \ ${PREFIX}/man/man1/nntpget.1 ${PREFIX}/man/man1/rnews.1 \ ${PREFIX}/man/man1/shlock.1 ${PREFIX}/man/man1/shrinkfile.1 \ ${PREFIX}/man/man1/subst.1 ${PREFIX}/man/man3/clientlib.3 \ ${PREFIX}/man/man3/dbz.3 ${PREFIX}/man/man3/inndcomm.3 \ ${PREFIX}/man/man3/libinn.3 ${PREFIX}/man/man3/parsedate.3 \ ${PREFIX}/man/man3/qio.3 ${PREFIX}/man/man3/wildmat.3 \ ${PREFIX}/man/man5/active.5 ${PREFIX}/man/man5/control.ctl.5 \ ${PREFIX}/man/man5/expire.ctl.5 ${PREFIX}/man/man5/history.5 \ ${PREFIX}/man/man5/hosts.nntp.5 ${PREFIX}/man/man5/inn.conf.5 \ ${PREFIX}/man/man5/innwatch.ctl.5 ${PREFIX}/man/man5/moderators.5 \ ${PREFIX}/man/man5/newsfeeds.5 ${PREFIX}/man/man5/newslog.5 \ ${PREFIX}/man/man5/nnrp.access.5 ${PREFIX}/man/man5/nntpsend.ctl.5 \ ${PREFIX}/man/man5/overview.fmt.5 \ ${PREFIX}/man/man5/distrib.pats.5 ${PREFIX}/man/man5/passwd.nntp.5 \ ${PREFIX}/man/man8/archive.8 ${PREFIX}/man/man8/batcher.8 \ ${PREFIX}/man/man8/buffchan.8 ${PREFIX}/man/man8/ctlinnd.8 \ ${PREFIX}/man/man8/cvtbatch.8 ${PREFIX}/man/man8/expire.8 \ ${PREFIX}/man/man8/expireover.8 ${PREFIX}/man/man8/fastrm.8 \ ${PREFIX}/man/man8/filechan.8 ${PREFIX}/man/man8/innd.8 \ ${PREFIX}/man/man8/innxmit.8 ${PREFIX}/man/man8/news-recovery.8 \ ${PREFIX}/man/man8/news.daily.8 ${PREFIX}/man/man8/newslog.8 \ ${PREFIX}/man/man8/nnrpd.8 ${PREFIX}/man/man8/nntpsend.8 \ ${PREFIX}/man/man8/overchan.8 ${PREFIX}/man/man8/prunehistory.8 .include Property changes on: head/news/inn-current/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/news/inn-stable/Makefile =================================================================== --- head/news/inn-stable/Makefile (revision 4863) +++ head/news/inn-stable/Makefile (revision 4864) @@ -1,80 +1,79 @@ # New ports collection makefile for: inn # Version required: 1.4 # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.16 1996/07/08 22:55:17 torstenb Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:37:39 asami Exp $ # DISTNAME= inn1.4sec PKGNAME= inn-1.4 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ EXTRACT_SUFX= .tar.Z PATCH_SITES= ftp://ftp.math.psu.edu/pub/INN/patches/OLD/ PATCHFILES= select-loop-bug.patch innxmit-long-lines.patch MAINTAINER= torstenb@FreeBSD.ORG -# too many compile-time options -NO_PACKAGE= yes +NO_PACKAGE= "Too many compile-time options." NO_WRKSUBDIR= yes pre-configure: echo "${CFLAGS}" >/tmp/build-ports-news-inn-cflags pre-install: mkdir -p ${PREFIX}/news update: build @(cd ${WRKSRC} ; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} update) @${MAKE} ${.MAKEFLAGS} post-install post-install: install -c -o bin -g bin -m 0444 ${WRKSRC}/lib/libinn.a \ ${PREFIX}/lib/ install -c -o bin -g bin -m 0444 ${WRKSRC}/include/inndcomm.h \ ${PREFIX}/include/ install -c -o bin -g bin -m 0444 ${WRKSRC}/include/libinn.h \ ${PREFIX}/include/ install -c -o bin -g bin -m 0444 ${WRKSRC}/include/qio.h \ ${PREFIX}/include/ if [ -d /var/spool/news ] && [ ! -d /var/news ]; then \ mkdir -m 0775 -p /var/spool/news/over.view; \ chown news.news /var/spool/news/over.view; \ else \ mkdir -m 0775 -p /var/news/over.view; \ chown news.news /var/news/over.view; \ fi -mkdir ${PREFIX}/news/locks chown news.news ${PREFIX}/news/locks chmod 0755 ${PREFIX}/news/locks gzip -9nf ${PREFIX}/man/man1/convdate.1 ${PREFIX}/man/man1/getlist.1 \ ${PREFIX}/man/man1/grephistory.1 ${PREFIX}/man/man1/inews.1 \ ${PREFIX}/man/man1/innconfval.1 ${PREFIX}/man/man1/installit.1 \ ${PREFIX}/man/man1/nntpget.1 ${PREFIX}/man/man1/rnews.1 \ ${PREFIX}/man/man1/shlock.1 ${PREFIX}/man/man1/shrinkfile.1 \ ${PREFIX}/man/man1/subst.1 ${PREFIX}/man/man3/clientlib.3 \ ${PREFIX}/man/man3/dbz.3 ${PREFIX}/man/man3/inndcomm.3 \ ${PREFIX}/man/man3/libinn.3 ${PREFIX}/man/man3/parsedate.3 \ ${PREFIX}/man/man3/qio.3 ${PREFIX}/man/man3/wildmat.3 \ ${PREFIX}/man/man5/active.5 ${PREFIX}/man/man5/control.ctl.5 \ ${PREFIX}/man/man5/expire.ctl.5 ${PREFIX}/man/man5/history.5 \ ${PREFIX}/man/man5/hosts.nntp.5 ${PREFIX}/man/man5/inn.conf.5 \ ${PREFIX}/man/man5/innwatch.ctl.5 ${PREFIX}/man/man5/moderators.5 \ ${PREFIX}/man/man5/newsfeeds.5 ${PREFIX}/man/man5/newslog.5 \ ${PREFIX}/man/man5/nnrp.access.5 ${PREFIX}/man/man5/nntpsend.ctl.5 \ ${PREFIX}/man/man5/overview.fmt.5 \ ${PREFIX}/man/man5/distrib.pats.5 ${PREFIX}/man/man5/passwd.nntp.5 \ ${PREFIX}/man/man8/archive.8 ${PREFIX}/man/man8/batcher.8 \ ${PREFIX}/man/man8/buffchan.8 ${PREFIX}/man/man8/ctlinnd.8 \ ${PREFIX}/man/man8/cvtbatch.8 ${PREFIX}/man/man8/expire.8 \ ${PREFIX}/man/man8/expireover.8 ${PREFIX}/man/man8/fastrm.8 \ ${PREFIX}/man/man8/filechan.8 ${PREFIX}/man/man8/innd.8 \ ${PREFIX}/man/man8/innxmit.8 ${PREFIX}/man/man8/news-recovery.8 \ ${PREFIX}/man/man8/news.daily.8 ${PREFIX}/man/man8/newslog.8 \ ${PREFIX}/man/man8/nnrpd.8 ${PREFIX}/man/man8/nntpsend.8 \ ${PREFIX}/man/man8/overchan.8 ${PREFIX}/man/man8/prunehistory.8 .include Property changes on: head/news/inn-stable/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/news/trn/Makefile =================================================================== --- head/news/trn/Makefile (revision 4863) +++ head/news/trn/Makefile (revision 4864) @@ -1,23 +1,23 @@ # New ports collection makefile for: trn # Version required: 3.6 # Date created: 21 October 1994 # Whom: smace # -# $Id: Makefile,v 1.9 1996/11/18 14:10:52 asami Exp $ +# $Id: Makefile,v 1.10 1996/11/22 11:53:51 asami Exp $ # DISTNAME= trn-3.6 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ RUN_DEPENDS= munpack:${PORTSDIR}/mail/mpack -NO_PACKAGE= yes # too many questions +NO_PACKAGE= "Too many questions." IS_INTERACTIVE= yes MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1 pre-configure: @echo "===> Running pre-configure target for ${DISTNAME}" @sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC} .include Property changes on: head/news/trn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/news/trn4/Makefile =================================================================== --- head/news/trn4/Makefile (revision 4863) +++ head/news/trn4/Makefile (revision 4864) @@ -1,23 +1,23 @@ # New ports collection makefile for: trn # Version required: 3.6 # Date created: 21 October 1994 # Whom: smace # -# $Id: Makefile,v 1.9 1996/11/18 14:10:52 asami Exp $ +# $Id: Makefile,v 1.10 1996/11/22 11:53:51 asami Exp $ # DISTNAME= trn-3.6 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ RUN_DEPENDS= munpack:${PORTSDIR}/mail/mpack -NO_PACKAGE= yes # too many questions +NO_PACKAGE= "Too many questions." IS_INTERACTIVE= yes MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1 pre-configure: @echo "===> Running pre-configure target for ${DISTNAME}" @sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC} .include Property changes on: head/news/trn4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/print/apsfilter/Makefile =================================================================== --- head/print/apsfilter/Makefile (revision 4863) +++ head/print/apsfilter/Makefile (revision 4864) @@ -1,31 +1,31 @@ # FreeBSD ports collection makefile for: apsfilter # Version required: 4.9.3 # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm # -# $Id: Makefile,v 1.8 1996/11/01 19:17:48 markm Exp $ +# $Id: Makefile,v 1.9 1996/11/17 08:44:24 obrien Exp $ # DISTNAME= apsfilter-4.9.3 CATEGORIES= print MASTER_SITES= ftp://freefall.FreeBSD.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= andreas@klemm.gtn.com RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4 \ transfig:${PORTSDIR}/print/transfig \ cjpeg:${PORTSDIR}/graphics/jpeg \ anytopnm:${PORTSDIR}/graphics/netpbm NO_CONFIGURE= yes -NO_PACKAGE= yes # too many questions +NO_PACKAGE= "Too many questions." IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/apsfilter pre-clean: @(cd ${PORTSDIR}/print/ghostscript4 ; ${MAKE} clean) @(cd ${PORTSDIR}/print/transfig ; ${MAKE} clean) @(cd ${PORTSDIR}/graphics/jpeg ; ${MAKE} clean) @(cd ${PORTSDIR}/graphics/netpbm ; ${MAKE} clean) .include Property changes on: head/print/apsfilter/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/print/apsfilter6/Makefile =================================================================== --- head/print/apsfilter6/Makefile (revision 4863) +++ head/print/apsfilter6/Makefile (revision 4864) @@ -1,31 +1,31 @@ # FreeBSD ports collection makefile for: apsfilter # Version required: 4.9.3 # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm # -# $Id: Makefile,v 1.8 1996/11/01 19:17:48 markm Exp $ +# $Id: Makefile,v 1.9 1996/11/17 08:44:24 obrien Exp $ # DISTNAME= apsfilter-4.9.3 CATEGORIES= print MASTER_SITES= ftp://freefall.FreeBSD.org/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= andreas@klemm.gtn.com RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4 \ transfig:${PORTSDIR}/print/transfig \ cjpeg:${PORTSDIR}/graphics/jpeg \ anytopnm:${PORTSDIR}/graphics/netpbm NO_CONFIGURE= yes -NO_PACKAGE= yes # too many questions +NO_PACKAGE= "Too many questions." IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/apsfilter pre-clean: @(cd ${PORTSDIR}/print/ghostscript4 ; ${MAKE} clean) @(cd ${PORTSDIR}/print/transfig ; ${MAKE} clean) @(cd ${PORTSDIR}/graphics/jpeg ; ${MAKE} clean) @(cd ${PORTSDIR}/graphics/netpbm ; ${MAKE} clean) .include Property changes on: head/print/apsfilter6/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/www/gn/Makefile =================================================================== --- head/www/gn/Makefile (revision 4863) +++ head/www/gn/Makefile (revision 4864) @@ -1,52 +1,52 @@ # New ports collection makefile for: gn # Version required: 2.24 # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.16 1996/11/13 11:49:04 adam Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:40:56 asami Exp $ # DISTNAME= gn-2.24 CATEGORIES= www net MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/gn/ MAINTAINER= adam@veda.is BUILD_DEPENDS= ${WAISDIR}/bin/waisindex:${PORTSDIR}/net/wais IS_INTERACTIVE= yes -NO_PACKAGE= # compiled in hostnames +NO_PACKAGE= "Compiled in hostnames." WAISDIR= ${PORTSDIR}/net/wais/work/freeWAIS-0.5 INETD_CONF= /etc/inetd.conf CONF= ' stream tcp nowait nobody /usr/local/libexec/gn gn' pre-build: @ln -fs ${WAISDIR}/include ${WRKSRC}/waisgn/ir @ln -fs ${WAISDIR}/bin ${WRKSRC}/waisgn pre-install: @mkdir -p ${WRKSRC}/etc ${WRKSRC}/libexec ${WRKSRC}/gnroot @cd ${WRKSRC}/gnroot; \ tar -cf - -C ${WRKSRC} docs | tar xpf - && \ mv docs/sample.root.menu menu post-install: @cd ${PREFIX}; \ [ -s etc/gn_mime.types ] && \ if ! cmp -s etc/gn_mime.types ${WRKSRC}/etc/gn_mime.types; then \ echo mv etc/gn_mime.types etc/gn_mime.types.old; \ mv etc/gn_mime.types etc/gn_mime.types.old; \ fi; \ [ -s gnroot/menu ] && \ if ! cmp -s gnroot/menu ${WRKSRC}/gnroot/menu; then \ echo mv gnroot/menu gnroot/menu.old; \ mv gnroot/menu gnroot/menu.old; \ fi; \ tar -cf - -C ${WRKSRC} gnroot libexec bin etc | tar xpf - && \ (cd gnroot; ${WRKSRC}/bin/mkcache -r); \ awk '$$1 ~ /#*gopher/ && $$6 == "/usr/local/libexec/gn" { exit 1 }' \ ${INETD_CONF} || { \ echo '#'gopher${CONF} >>${INETD_CONF} } .include Property changes on: head/www/gn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/www/wn/Makefile =================================================================== --- head/www/wn/Makefile (revision 4863) +++ head/www/wn/Makefile (revision 4864) @@ -1,43 +1,43 @@ # New ports collection makefile for: wn # Version required: 1.16 # Date created: 4 May 1995 # Whom: adam # -# $Id: Makefile,v 1.15 1996/11/01 15:04:58 adam Exp $ +# $Id: Makefile,v 1.16 1996/11/18 11:42:21 asami Exp $ # DISTNAME= wn-1.16.1 CATEGORIES= www MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/wn/ IS_INTERACTIVE= -NO_PACKAGE= # hostname compiled in +NO_PACKAGE= "Hostname compiled in." pre-patch: @cp ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile @cp ${WRKSRC}/config.h.dist ${WRKSRC}/config.h post-install: @mkdir -p ${PREFIX}/wn/wnlogs ${PREFIX}/wn/bin @cp -PR ${WRKSRC}/docs ${PREFIX}/wn @install -c -o bin -g bin ${WRKSRC}/bin/wn ${PREFIX}/libexec @install -c -o bin -g bin ${WRKSRC}/bin/swn ${PREFIX}/sbin @install -c -o bin -g bin ${WRKSRC}/bin/wndex ${PREFIX}/bin @install -c -o bin -g bin ${WRKSRC}/bin/mkpasswd ${PREFIX}/wn/bin @install -c -o bin -g bin ${WRKSRC}/bin/authwn ${PREFIX}/wn/bin @if [ -s ${PREFIX}/etc/wn_mime.types ]; then \ cmp -s ${PREFIX}/etc/wn_mime.types ${WRKSRC}/lib/mime.types || \ echo Warning: new ${PREFIX}/etc/wn_mime.types not installed; \ else \ install -c -o bin -g bin -m 644 ${WRKSRC}/lib/mime.types \ ${PREFIX}/etc/wn_mime.types; \ fi @if [ -s ${PREFIX}/wn/index ]; then \ cmp -s ${PREFIX}/wn/index ${WRKDIR}/index || \ echo Warning: new ${PREFIX}/wn/index not installed; \ else \ install -c -o bin -g bin -m 644 ${WRKDIR}/index ${PREFIX}/wn; \ fi @cd ${PREFIX}/wn; ../bin/wndex -r .include Property changes on: head/www/wn/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property