- Convert to option helpers
- Convert to USES=localbase + respect CPPFLAGS
- Convert to USES=shebangfix (users can select zsh)
- Simplify SLAVE_PORT conditionals into ?=, += and !target()
- Drop unnecessary cd before PGO sample
- Drop no longer necessary .include <bsd.port.options.mk>
Details
Details
- Reviewers
koobs - Commits
- rP413179: multimedia/{,lib}x264: modernize
poudriere bulk -Ctj 101i386 multimedia/{lib,}x264 went fine
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Properly define OPTIONS_EXCLUDE in multimedia/libx264 to avoid duplicating OPTIONS_DEFINE.
Comment Actions
- Fix for Variable PGO_VARS is recursive.
- Drop redundant DEBUG_CONFIGURE_OFF from libx264
With this my local PGO=on build with lang/gcc5 went fine. poudriere build for 10.1R i386 crashed with Bus error i.e., probably unrelated.