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
F143502527: D9261.id54425.diff
Fri, Jan 30, 6:49 PM
Unknown Object (File)
Mon, Jan 26, 9:06 PM
Unknown Object (File)
Mon, Jan 26, 8:28 PM
Unknown Object (File)
Sun, Jan 25, 5:00 AM
Unknown Object (File)
Sun, Jan 25, 1:27 AM
Unknown Object (File)
Sat, Jan 24, 5:07 PM
Unknown Object (File)
Tue, Jan 20, 8:09 PM
Unknown Object (File)
Tue, Jan 20, 8:09 PM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 7164
Build 7334: arc lint + arc unit

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

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

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.