Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.
Move USE_BDB support from bsd.databases.mk to its own file.
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.
Details
Details
- Reviewers
- None
- Group Reviewers
portmgr - Commits
- rP414019: Move MySQL support from bsd.databases.mk to Uses/mysql.mk.
rP414018: Move USE_BDB support from bsd.databases.mk to its own file.
rP414014: Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
rP414015: Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
- fix problems antoine found before the exp-run.
- Fix ports which were misusing USE_MYSQL.
- Fix having SQLITE_USES twice.
- Fix USE_MYSQL dependency.