Details
Details
- Reviewers
- None
- Group Reviewers
Contributor Reviewers (ports) O5: Ports Framework portmgr - Commits
- rP499267: Flag nop options helpers that appear after bsd.port.options.mk as DEV_ERRORs
I've run make -V DEV_ERROR over the tree. The following ports
currently have problems:
chinese/fcitx databases/ldb13 databases/ldb14 databases/percona55-client databases/percona55-server databases/py-sqlalchemy10 devel/flang lang/harbour mail/mimedefang net/ng_mikrotik_eoip net-mgmt/pnp net-mgmt/pnp-icinga2 www/igal2 www/py-bottle-cork
Maybe false positives due to the port defining a variable that looks
like an options helper. These could trivially be fixed by renaming
the variable:
mail/exim LMDB_LIBS mail/exim-ldap2 mail/exim-monitor mail/exim-mysql mail/exim-postgresql mail/exim-sa-exim mail/exim-sqlite databases/virtuoso IODBC_CPPFLAGS
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Mk/bsd.sanity.mk | ||
---|---|---|
291–297 ↗ | (On Diff #54960) | Could you indent the .for/.if? |
Comment Actions
Sorry about not getting back to you sooner. This looks good, only, please, move the bsd.sanity.mk bits before the UNSUPPORTED/DEPRECATED/... things at the end, with all the .if that exist before.
Comment Actions
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237972 to fix some cases of OPENSSL_LDFLAGS (with proposed fix for Uses/ssl.mk).