From owner-freebsd-ports Fri Sep 26 08:20:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA10119 for ports-outgoing; Fri, 26 Sep 1997 08:20:05 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA10088; Fri, 26 Sep 1997 08:20:02 -0700 (PDT) Date: Fri, 26 Sep 1997 08:20:02 -0700 (PDT) Message-Id: <199709261520.IAA10088@hub.freebsd.org> To: freebsd-ports Cc: From: Andreas Klemm Subject: Re: ports/4626: inn port, active file contains control characters Reply-To: Andreas Klemm Sender: owner-freebsd-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR ports/4626; it has been noted by GNATS. From: Andreas Klemm To: Ollivier Robert Cc: FreeBSD-gnats-submit@FreeBSD.ORG, torstenb@FreeBSD.ORG Subject: Re: ports/4626: inn port, active file contains control characters Date: Fri, 26 Sep 1997 16:58:27 +0200 Forgot one important patch: Index: configure =================================================================== RCS file: /home/ncvs/ports/news/inn/scripts/configure,v retrieving revision 1.6 diff -u -r1.6 configure --- configure 1997/06/04 19:14:53 1.6 +++ configure 1997/09/26 14:56:09 @@ -14,8 +14,8 @@ [ x$USE_TCL = xDO ] && USE_TCLINC=-I/usr/local/include [ x$USE_TCL = xDO ] && USE_TCLLIB="-ltcl -lm" -[ x$USE_PERL5 = xDO ] && USE_PERL5INC=-I/usr/local/lib/perl5/i386-freebsd/5.004/CORE -[ x$USE_PERL5 = xDO ] && USE_PERL5LIB="-L/usr/local/lib/perl5/i386-freebsd/5.004/CORE -lperl -lm" +[ x$USE_PERL5 = xDO ] && USE_PERL5INC=-I/usr/local/lib/perl5/i386-freebsd/5.00401/CORE +[ x$USE_PERL5 = xDO ] && USE_PERL5LIB="-L/usr/local/lib/perl5/i386-freebsd/5.00401/CORE -lperl -lm" cat >/tmp/tmp.inn.sed.$$ << --EOF-- s+!!NEWSSPOOL!!+$NEWSDIR+g -- Andreas Klemm | klemm.gtn.com - powered by Symmetric MultiProcessor FreeBSD http://www.freebsd.org/~fsmp/SMP/SMP.html http://www.freebsd.org/~fsmp/SMP/benches.html