Page MenuHomeFreeBSD

Switch ports to use USE_PYQT=<foo> instead of ugly BUILD/RUN_DEPENDS
ClosedPublic

Authored by tcberner on Jan 20 2017, 5:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 28, 7:48 PM
Unknown Object (File)
Mar 6 2024, 11:40 AM
Unknown Object (File)
Mar 4 2024, 4:01 AM
Unknown Object (File)
Mar 4 2024, 4:01 AM
Unknown Object (File)
Mar 4 2024, 4:01 AM
Unknown Object (File)
Mar 4 2024, 4:01 AM
Unknown Object (File)
Mar 4 2024, 4:01 AM
Unknown Object (File)
Mar 3 2024, 1:05 AM
Subscribers
None

Details

Summary

pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports
not yet using it to it.

Test Plan
  • Test build the ports.
  • fixup comms/gnuradio (it depended on the whole shebang, which seems a bit lot at first glance)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tcberner retitled this revision from to Switch ports to use USE_PYQT=<foo> instead of ugly BUILD/RUN_DEPENDS.
tcberner updated this object.
tcberner edited the test plan for this revision. (Show Details)
tcberner added reviewers: kde, rakuco, mat, adridg.

everything seems to still build fine on current.

rakuco edited edge metadata.

lgtm!

This revision is now accepted and ready to land.Jan 21 2017, 1:46 PM

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.)

mat requested changes to this revision.Feb 3 2017, 4:41 PM
mat edited edge metadata.
This revision now requires changes to proceed.Feb 3 2017, 4:41 PM
tcberner edited edge metadata.

Fix horribly wrong option in www/linchecker.

tcberner added inline comments.
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
tcberner marked an inline comment as done.
tcberner edited edge metadata.
  • Shuffle USES upwards
  • Remove a typo
mat edited edge metadata.

Looks ok.

This revision is now accepted and ready to land.Feb 3 2017, 7:53 PM
This revision was automatically updated to reflect the committed changes.