Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2003 22:09:24 -0700 (PDT)
From:      "G. Paul Ziemba" <p-fbsd-bugs@treehouse.napa.ca.us>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        p-fbsd-bugs@treehouse.napa.ca.us
Subject:   ports/57859: [patch] news/inn (inn-2.4.0_3) does not set inn tmpdir in configure
Message-ID:  <200310110509.h9B59O2E068539@hairball.treehouse.napa.ca.us>
Resent-Message-ID: <200310110510.h9B5AB5U004621@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57859
>Category:       ports
>Synopsis:       [patch] news/inn (inn-2.4.0_3) does not set inn tmpdir in configure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 10 22:10:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     G. Paul Ziemba
>Release:        FreeBSD 4.9-RC i386
>Organization:
>Environment:
System: FreeBSD hairball.treehouse.napa.ca.us 4.9-RC FreeBSD 4.9-RC #0: Thu Oct 9 08:31:50 PDT 2003 p-fbsd-bugs@hairball.treehouse.napa.ca.us:/usr/obj/usr/src/sys/GPZ-031009 i386
>Description:
    In port Makefile, incorrect argument to configure prevents tmpdir
    from being set to INN_NEWSSPOOL/tmp. This problem manifests itself
    only if INN_NEWSSPOOL is not the default /usr/local/news/spool.

>How-To-Repeat:

    cd /usr/ports/news/inn; make -DINN_NEWSSPOOL=/var/news/spool
    Observe /usr/local/news/etc/inn.conf definition of pathtmp.

>Fix:

    in news/inn/Makefile, change "--with-tmp-path" to "--with-tmp-dir"

--- patch-inn-port-031010a begins here ---
--- Makefile.old	Thu Oct  9 01:26:49 2003
+++ Makefile	Fri Oct 10 21:35:35 2003
@@ -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
 
--- patch-inn-port-031010a ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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