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, Dec 6, 6:21 AM
Unknown Object (File)
Nov 28 2024, 2:50 AM
Unknown Object (File)
Nov 19 2024, 12:14 PM
Unknown Object (File)
Nov 12 2024, 9:24 PM
Unknown Object (File)
Nov 8 2024, 3:18 PM
Unknown Object (File)
Oct 22 2024, 11:16 PM
Unknown Object (File)
Oct 10 2024, 11:01 AM
Unknown Object (File)
Oct 4 2024, 12:23 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.