Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2004 14:40:27 GMT
From:      Vivek Khera <vivek@khera.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/69128: [work-around] mail/postfix configure glitch in adding multiple items to POSTFIX_OPTIONS in BATCH mode
Message-ID:  <200408311440.i7VEeRNs067763@freefall.freebsd.org>

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

From: Vivek Khera <vivek@khera.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/69128: [work-around] mail/postfix configure glitch in adding multiple items to POSTFIX_OPTIONS in BATCH mode
Date: Tue, 31 Aug 2004 10:31:06 -0400

 Don't put quotes around your options list in /etc/make.conf at all.  In 
 other words, "it works for me" :-)
 
 in /etc/make.conf:
 
 POSTFIX_OPTIONS=SASL DB3
 
 in /usr/ports/mail/postfix:
 
 make -DBATCH
 
 and it works as expected: db3 and SASL were properly linked in.
 
 Please close this PR.  Thank.s
 



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