Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Aug 2014 23:32:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191583] www/bacula-web update to 6.0.0
Message-ID:  <bug-191583-13-DOfmFVY8rJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191583-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191583-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191583

--- Comment #8 from Kevin Thompson <antiduh@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191583-13-DOfmFVY8rJ>