ports/57859: [patch] news/inn (inn-2.4.0_3) does not set inn tmpdir in configure

Clement Laforet sheepkiller at cultdeadsheep.org
Sat Oct 11 15:00:20 UTC 2003


The following reply was made to PR ports/57859; it has been noted by GNATS.

From: Clement Laforet <sheepkiller at cultdeadsheep.org>
To: "G. Paul Ziemba" <p-fbsd-bugs at treehouse.napa.ca.us>
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/57859: [patch] news/inn (inn-2.4.0_3) does not set inn
 tmpdir in configure
Date: Sat, 11 Oct 2003 16:50:21 +0200

 On Fri, 10 Oct 2003 22:09:24 -0700 (PDT)
 "G. Paul Ziemba" <p-fbsd-bugs at treehouse.napa.ca.us> wrote:
 
 Hi !
 
 Thanks for the report !
 Please next time, instead of filling a PR try to conctact directly the
 maintainer (in that case me) :)
 
 Committers:  Here's the patch for inn & inn-stable
 
 Index: inn/Makefile
 ===================================================================
 RCS file: /WORK/REPO/ports/news/inn/Makefile,v
 retrieving revision 1.63
 diff -u -r1.63 Makefile
 --- inn/Makefile	28 Sep 2003 15:30:53 -0000	1.63
 +++ inn/Makefile	11 Oct 2003 14:34:26 -0000
 @@ -38,7 +38,7 @@
  			--with-spool-dir=${INN_NEWSSPOOL} \
  			--with-log-dir=${INN_NEWSLOG} \
  			--with-perl \
 -			--with-tmp-path=${INN_NEWSSPOOL}/tmp \
 +			--with-tmp-dir=${INN_NEWSSPOOL}/tmp \
  			--with-openssl=${OPENSSLBASE} \
  			--enable-ipv6
  
 Index: inn-stable/Makefile
 ===================================================================
 RCS file: /WORK/REPO/ports/news/inn-stable/Makefile,v
 retrieving revision 1.100
 diff -u -r1.100 Makefile
 --- inn-stable/Makefile	28 Sep 2003 15:31:49 -0000	1.100
 +++ inn-stable/Makefile	11 Oct 2003 14:34:50 -0000
 @@ -43,7 +43,7 @@
  			--with-spool-dir=${INN_NEWSSPOOL} \
  			--with-log-dir=${INN_NEWSLOG} \
  			--with-perl \
 -			--with-tmp-path=${INN_NEWSSPOOL}/tmp \
 +			--with-tmp-dir=${INN_NEWSSPOOL}/tmp \
  			--with-openssl=${OPENSSLBASE} \
  			--enable-ipv6
  
 
 



More information about the freebsd-ports-bugs mailing list