svn commit: r512606 - in head/sysutils: cfengine-devel cfengine310 cfengine311 cfengine312 cfengine313 cfengine314

Mathieu Arnold mat at FreeBSD.org
Mon Sep 23 05:40:17 UTC 2019


On Mon, Sep 23, 2019 at 12:11:52AM +0000, Cy Schubert wrote:
>  PGSQL_CONFIGURE_WITH=	--with-postgresql=${LOCALBASE}
> +PGSQL_CONFIGURE_OFF=	--without-postgresql

All these are very bogus.

The first line will generate, if enabled:

--with--with-postgresql=${LOCALBASE}

if disabled:

--without--with-postgresql

Which would be enough and would not require the second line, if only it
contained "postgresql=${LOCALBASE}". 


-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190923/b5f36267/attachment.sig>


More information about the svn-ports-all mailing list