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

G. Paul Ziemba p-fbsd-bugs at treehouse.napa.ca.us
Sat Oct 11 05:10:13 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list