Page MenuHomeFreeBSD

The big KDE-thing (step0)
AbandonedPublic

Authored by adridg on Nov 7 2017, 6:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 27, 4:27 AM
Unknown Object (File)
Feb 20 2024, 5:52 AM
Unknown Object (File)
Feb 20 2024, 5:52 AM
Unknown Object (File)
Feb 20 2024, 5:52 AM
Unknown Object (File)
Feb 20 2024, 5:52 AM
Unknown Object (File)
Feb 20 2024, 5:52 AM
Unknown Object (File)
Feb 20 2024, 5:51 AM
Unknown Object (File)
Feb 20 2024, 5:41 AM

Details

Reviewers
rezny
tcberner
Group Reviewers
kde
portmgr
O5: Ports Framework(Owns No Changed Paths)
Commits
rP461375: Rename KDE4 meta ports
Summary
  • Move the foo4 metaports to foo-kde4

This should ease D12932

Done:

  • svn mv
  • tracking in category/Makefile
  • Update MOVED
  • Update dependencies
  • Update pkgnames

Todo

  • Bumps

Diff Detail

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

Event Timeline

Update pkgnames, and track dependencies and MOVED.

Fix typo in devel/Makefile

  • Todo: bumps
  • Maybe, I should also rename other ports that are copied/moved in the big diff... but I think it makes sense to do these separately (kde4-print-manager and so).

Update against current ports tree to prepare the bumps...

adridg requested changes to this revision.Dec 30 2017, 1:46 PM
adridg added a subscriber: adridg.

LGTM except for one breaking issue: the file kdegames4/Makefile.common was deleted, instead of moved to kdegames-kde4/, which looks like it breaks all of the individual game ports.

This revision now requires changes to proceed.Dec 30 2017, 1:46 PM

LGTM except for one breaking issue: the file kdegames4/Makefile.common was deleted, instead of moved to kdegames-kde4/, which looks like it breaks all of the individual game ports.

Thanks, I will update this once Qt5.9 and Co are through.

Update patch against current ports tree...

I'm not sure what ports should be bumped additionally -- or if bumping the changed ones as it is now is already enough.

portmgr, what do I need to bump after renaming the ports, is it enough to bump the ones that directly depend on one of the renamed ones?

Built for me in poudriere, although this patch is so huge it is very difficult to apply; arc patch doesn't like it either. So accepting, although the question to portmgr still stands.

portmgr, what do I need to bump after renaming the ports, is it enough to bump the ones that directly depend on one of the renamed ones?

Technically, yes, if the resulting package can change, and this includes dependencies, then bumping is needed.

This revision is now accepted and ready to land.Feb 8 2018, 9:25 AM

I'm not sure what ports should be bumped additionally -- or if bumping the changed ones as it is now is already enough.

you do need to bump everything which is linked to the concerned libraries if they have their SOVERSION bumped

This revision now requires review to proceed.Feb 8 2018, 9:25 AM
This revision now requires review to proceed.Feb 8 2018, 9:25 AM
adridg edited reviewers, added: tcberner; removed: adridg.

This was committed r462619 but not auto-closed