Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 1997 08:20:02 -0700 (PDT)
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        freebsd-ports
Subject:   Re: ports/4626: inn port, active file contains control characters
Message-ID:  <199709261520.IAA10088@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/4626; it has been noted by GNATS.

From: Andreas Klemm <andreas@klemm.gtn.com>
To: Ollivier Robert <roberto@keltia.freenix.fr>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709261520.IAA10088>