Page MenuHomeFreeBSD

Rename Qt ports not following the normal naming scheme.
AbandonedPublic

Authored by tcberner on Nov 21 2016, 11:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 2, 9:10 AM
Unknown Object (File)
Feb 19 2024, 1:01 AM
Unknown Object (File)
Feb 18 2024, 3:46 PM
Unknown Object (File)
Feb 18 2024, 3:46 PM
Unknown Object (File)
Feb 18 2024, 3:34 PM
Unknown Object (File)
Jan 29 2024, 7:43 AM
Unknown Object (File)
Jan 5 2024, 2:13 AM
Unknown Object (File)
Dec 20 2023, 1:45 AM
Subscribers
None

Details

Reviewers
adridg
rakuco
mat
Group Reviewers
O5: Ports Framework(Owns No Changed Paths)
portmgr
kde
Summary

There is a handful of Qt4 and QT5 ports not following the normal naming scheme
qt4-foo and are instead called foo-qt4.

  • devel/dbus-qt4 -> devel/qt4-dbus
  • devel/dbus-qt5 -> devel/qt5-dbus
  • devel/qmake4 -> devel/qt4-qmake
  • devel/qmake5 -> devel/qt5-qmake
  • textproc/clucene-qt4 -> textproc/qt4-clucene
  • textproc/clucene-qt5 -> textproc/qt5-clucene
  • www/webkit-qt4 -> www/qt4-webkit
  • www/webkit-qt5 -> www/qt5-webkit

That is all Qt4 ports now are named qt4-foo and the Qt5 ones qt5-foo. This also makes the names match their packages. I.e. the package qt[45]-foo lies in <category>/qt[45]-foo.

This is done to simplify D8540

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 6071
Build 6335: arc lint + arc unit

Event Timeline

tcberner retitled this revision from to Rename Qt ports not following the normal naming scheme..
tcberner updated this object.
tcberner edited the test plan for this revision. (Show Details)
tcberner added reviewers: kde, rakuco, mat, adridg.
graphics/gle-graphics/Makefile
17–18 ↗(On Diff #22403)

This was removed, but not added back.

graphics/gle-graphics/Makefile
17–18 ↗(On Diff #22403)

Halfway through I opened a PR, ans forgot to revert this. Thanks.

tcberner edited edge metadata.

Remove the changes from graphics/gle-graphics. They are handled in pr 214700 [1]

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214700

graphics/gle-graphics/Makefile
17–18 ↗(On Diff #22403)

Use git, and branches, it will save you a lot of time :-)

tcberner edited edge metadata.

Chase removal of textproc/clucene-qt5

As we'll have to bump half the ports tree doing this, I'll simply sneak this as part of the Qt-5.7 update down the line.

this has been handled in D9213