cvs commit: ports/mail/postfix-gps Makefile

Kris Kennaway kris at obsecurity.org
Sat Jan 1 22:59:59 PST 2005


On Sun, Jan 02, 2005 at 02:48:57PM +0800, Xin LI wrote:
> On Sun, Jan 02, 2005 at 01:16:11AM +0000, Kris Kennaway wrote:
> > kris        2005-01-02 01:16:11 UTC
> > 
> >   FreeBSD ports repository
> > 
> >   Modified files:
> >     mail/postfix-gps     Makefile 
> >   Log:
> >   BROKEN: Broken dependency
> >   
> >   Approved by:    portmgr (self)
> 
> Hi, Kris,
> 
> Would you please give me the broken log?

Check http://pointyhat.freebsd.org

> I thought that the libdbi-drivers
> 0.7.1_2 has worked around this issue, or having OPTIONS default to ``on''
> does not work in package build environment?

The latter (this is a lot of work to fix; krion tried recently but I
think he gave up).  You need to make the port use that switch by
default when OPTIONS is not read, e.g.

OPTIONS=foo on

# Check if the user changed the default to off
.if !defined(WITHOUT_FOO)
...
.endif

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20050101/6285fa46/attachment.bin


More information about the cvs-all mailing list