svn commit: r446835 - head/sysutils/bacula-server

Mathieu Arnold mat at FreeBSD.org
Fri Jul 28 15:05:02 UTC 2017


Le 28/07/2017 à 16:59, Dag-Erling Smørgrav a écrit :
> Author: des
> Date: Fri Jul 28 14:59:15 2017
> New Revision: 446835
> URL: https://svnweb.freebsd.org/changeset/ports/446835
>
> Log:
>   Fix PGSQL build.
>   
>   Approved by:	dvl@
>
> Modified:
>   head/sysutils/bacula-server/Makefile
>
> Modified: head/sysutils/bacula-server/Makefile
> ==============================================================================
> --- head/sysutils/bacula-server/Makefile	Fri Jul 28 14:05:57 2017	(r446834)
> +++ head/sysutils/bacula-server/Makefile	Fri Jul 28 14:59:15 2017	(r446835)
> @@ -114,7 +114,7 @@ MYSQL_USE=		MYSQL=yes
>  SQLITE3_CONFIGURE_ON=	--with-sqlite3=yes
>  SQLITE3_LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
>  PGSQL_CONFIGURE_ON=	--with-postgresql=yes
> -#PGSQL_USE=		USES+=pgsql
> +PGSQL_USE=		USES+=pgsql


That cannot possibly do anything to fix the build.

If the PGSQL option is enabled, this translates into a:


USE_USES+=pgsql


I mean, it will not break the build more than it is already broken, but
this variable is not used, ever.

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170728/6be437b6/attachment.sig>


More information about the svn-ports-all mailing list