pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.
Details
Details
- Reviewers
adridg rakuco mat - Group Reviewers
kde - Commits
- rP433310: Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
- Test build the ports.
- fixup comms/gnuradio (it depended on the whole shebang, which seems a bit lot at first glance)
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
All the USE_PYQT should be after the USES lines.
www/linkchecker/Makefile | ||
---|---|---|
41 โ | (On Diff #24241) | This is going to end up being: USE_CORE_RUN="" USE_GUI_RUN="" I think this (and maybe others are wrong.) |
www/linkchecker/Makefile | ||
---|---|---|
41 โ | (On Diff #24241) | yikes fixed now % make -VUSE_PYQT -C www/linkchecker/ core_run gui_run help_run qscintilla2_run sql_run |