[Bug 191583] www/bacula-web update to 6.0.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 7 23:32:26 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191583
--- Comment #8 from Kevin Thompson <antiduh at csh.rit.edu> ---
Dan, I think there's copy-pasta in the Makefile changes in
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145491:
.if ${PORT_OPTIONS:MPGSQL}
USE_PGSQL= yes
CONFIGURE_ARGS+= --with-postgresql=yes
SUB_LIST+= REQ_PGSQL=postgresql
USE_PHP+= pdo_sqlite
.endif
.if ${PORT_OPTIONS:MSQLITE}
USE_PGSQL= yes
CONFIGURE_ARGS+= --with-sqlite=yes
SUB_LIST+= REQ_PGSQL=sqlite
USE_PHP+= pdo_sqlite
.endif
The PGSQL processing has:
> USE_PHP+= pdo_sqlite
> ^^^^^^
And the SQLITE processing has:
> USE_PGSQL= yes
> ^^^^^
> SUB_LIST+= REQ_PGSQL=sqlite
> ^^^^^
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list