Page MenuHomeFreeBSD

Add ports for qtdiag and qtplugininfo from qt-tools.
ClosedPublic

Authored by tcberner on Jun 20 2017, 6:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 21, 6:55 AM
Unknown Object (File)
Jan 29 2025, 9:18 AM
Unknown Object (File)
Jan 29 2025, 8:41 AM
Unknown Object (File)
Jan 28 2025, 2:53 PM
Unknown Object (File)
Jan 25 2025, 7:07 AM
Unknown Object (File)
Jan 21 2025, 1:12 AM
Unknown Object (File)
Jan 21 2025, 1:02 AM
Unknown Object (File)
Jan 20 2025, 10:17 PM
Subscribers

Details

Summary

Both can be helpful when debugging Qt stuff.

Diff Detail

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

Event Timeline

sysutils/qt5-qtdiag/Makefile
13 ↗(On Diff #29845)

USES should be first in that block. from here

22 ↗(On Diff #29845)

Add blank line before the target.

sysutils/qt5-qtdiag/pkg-descr
1 ↗(On Diff #29845)

Expand.

sysutils/qt5-qtplugininfo/Makefile
22 ↗(On Diff #29845)

blank line before.

sysutils/qt5-qtplugininfo/pkg-descr
1 ↗(On Diff #29845)

Expand.

rakuco added inline comments.
Mk/bsd.qt.mk
178 ↗(On Diff #29845)

Can you land this part separately?

  • Reorder USES
  • Rather than coming up with a good description, follow the rest of the Qt5 ports and use the one from devel/qt5
  • Add empty lines

Don't bump revision in qt5-qtpaths (pkg-descr change is very minor).
[Note, I will commit this one separately, it just also had the same issues tht were critized for the new ones].

I'd land the changes to qt5-qtpaths separately and focus on the new ports when referencing this diff in the commit.

sysutils/qt5-qtpaths/Makefile
22 ↗(On Diff #29899)

empty line before here too.

tcberner edited edge metadata.

Empty line.

  • qt5-qtpaths has been commited.
This revision was automatically updated to reflect the committed changes.