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)
Thu, May 2, 1:15 PM
Unknown Object (File)
Mon, Apr 22, 9:02 PM
Unknown Object (File)
Fri, Apr 19, 11:59 AM
Unknown Object (File)
Fri, Apr 19, 8:35 AM
Unknown Object (File)
Mar 17 2024, 6:21 PM
Unknown Object (File)
Mar 17 2024, 6:21 PM
Unknown Object (File)
Mar 17 2024, 6:21 PM
Unknown Object (File)
Mar 17 2024, 6:21 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.