Page MenuHomeFreeBSD

sysutils/bacula-server: Properly implement use of PostgreSQL
AbandonedPublic

Authored by dvl on Jan 11 2017, 8:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 10:25 PM
Unknown Object (File)
Dec 27 2023, 5:19 PM
Unknown Object (File)
Sep 30 2023, 11:02 AM
Unknown Object (File)
Aug 22 2023, 11:16 PM
Unknown Object (File)
Aug 20 2023, 9:29 PM
Unknown Object (File)
Aug 9 2023, 10:45 AM
Unknown Object (File)
Aug 3 2023, 2:46 AM
Unknown Object (File)
Jul 16 2023, 7:01 AM
Subscribers

Details

Reviewers
None

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 6716
Build 6933: arc lint + arc unit

Event Timeline

dvl retitled this revision from to Properly implement use of PostgreSQL.
dvl updated this object.
dvl edited the test plan for this revision. (Show Details)
sysutils/bacula-server/Makefile
116

This should be SQLITE3_USES=sqlite:3

123–134

All this should probably be replaced with options helpers too:

MYSQL_SUB_LIST=		REQ_MYSQL=mysql DBTYPE=mysql
MYSQL_SUB_LIST_OFF=	REQ_MYSQL=""
PGSQL_SUB_LIST=		REQ_PGSQL=postgresql DBTYPE=postgresql
PGSQL_SUB_LIST_OFF=	REQ_PGSQL=""
SQLITE3_SUB_LIST=	DBTYPE=sqlite3
linimon retitled this revision from Properly implement use of PostgreSQL to sysutils/bacula-server: Properly implement use of PostgreSQL.Jul 18 2018, 12:59 PM