ports/130191: [PATCH] sqwebmail uses the wrong path for /var

Nick Hibma nick at anywi.com
Mon Jan 5 15:10:04 UTC 2009


>Number:         130191
>Category:       ports
>Synopsis:       [PATCH] sqwebmail uses the wrong path for /var
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 05 15:10:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hibma
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
AnyWi Technologies
>Environment:
System: FreeBSD hind.van-laarhoven.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0 r184964MS: Fri Nov 14 22:31:40 CET 2008 root at hind.van-laarhoven.org:/usr/obj/usr/src/sys/HIND i386

>Description:
/usr/local/var is not an existing subtree in the BSD file structure. /var should be used instead.

>How-To-Repeat:
>Fix:
% diff -wu Makefile.orig Makefile
--- Makefile.orig       2009-01-05 11:02:47.000000000 +0100
+++ Makefile    2009-01-05 11:02:57.000000000 +0100
@@ -68,7 +68,7 @@
 
 CONFIGURE_ARGS=        --enable-cgibindir=${PREFIX}/${CGIBINDIR}/${CGIBINSUBDIR} \
                --enable-imagedir=${PREFIX}/${WEBDATADIR}/${WEBDATASUBDIR} \
-               --localstatedir=${PREFIX}/var/sqwebmail \
+               --localstatedir=/var/sqwebmail \
                --sysconfdir=${PREFIX}/etc/sqwebmail \
                --enable-imageurl=/${IMAGEURL} \
                --with-locking-method=fcntl \

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



More information about the freebsd-ports-bugs mailing list