Page MenuHomeFreeBSD

Update KDevelop to 4.7.3
ClosedPublic

Authored by adridg on Dec 31 2016, 12:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 18, 9:22 PM
Unknown Object (File)
Tue, Mar 12, 11:40 AM
Unknown Object (File)
Fri, Mar 1, 9:23 PM
Unknown Object (File)
Feb 4 2024, 6:41 AM
Unknown Object (File)
Jan 13 2024, 10:53 AM
Unknown Object (File)
Jan 3 2024, 4:05 AM
Unknown Object (File)
Jan 2 2024, 10:54 PM
Unknown Object (File)
Dec 20 2023, 4:14 AM
Subscribers

Details

Reviewers
tcberner
rakuco
Group Reviewers
O5: Ports Framework(Owns No Changed Paths)
portmgr
kde
Commits
rP430451: Update Kdevelop to 4.7.4
Summary

This updates the KDevelop port (and kdevplatform) for KDE4
to the latest version 4.7.3. Drops some patches previously
pulled from git, adds new ones.

Test Plan

The other kdevelop ports (-pg-qt and similar) need to be built.

Diff Detail

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

Event Timeline

adridg retitled this revision from to Update KDevelop to 4.7.3.
adridg updated this object.
adridg edited the test plan for this revision. (Show Details)
adridg added reviewers: kde, tcberner, rakuco.
adridg edited edge metadata.

kdevelop-php also new distfile.

adridg edited edge metadata.

Third time's the charm: also update kdevelop-php-docs

Mk/Uses/kde.mk
82

I think we should drop this from kde.mk and define it in the ports themselves directly.

tcberner edited edge metadata.

There are plist-issues in devel/kdevelop-php-docs

This revision now requires changes to proceed.Dec 31 2016, 10:21 AM
adridg edited edge metadata.

Update patch (4)

  • Removed kdevelop and kdevplatform versions from kde.mk, placed in a Makefile.common.
  • Add %%NLS%% substitution to kdevelop-php-docs plist.
  • (TODO?) Perhaps more things like MASTER_SITES could be set there.
  • (TODO?) Is .include right there at the top of the makefile the right thing to do?

Also note that the whole review mentions the wrong version: this update is from 4.7.3 -> 4.7.4

Mk/Uses/kde.mk
82

I think we should drop this from kde.mk and define it in the ports themselves directly.

Can you explain why?

devel/kdevplatform/files/patch-cmake__modules__KDevPlatformMacros_cmake.patch
2
Mk/Uses/kde.mk
82

I don't see much benefit in it being defined in kde.mk -- I think we should only have KDE4/Frameworks/Plasma/Applications numbers in there, the stuff that actually is handled by kde.mk.

So CALLIGRA and KTP versions should be kicked too -- or DIGIKAM added :P

But don't let that be the hold up.

devel/kdevelop-kde4/Makefile
4

If the choice is between having Makefile.common and defining the version in kde.mk, then I want kde.mk :)

adridg edited edge metadata.
  • Moved version number back to kde.mk
  • Fixed remaining plist issues with NLS
tcberner edited edge metadata.

Should be fine now -- sorry for the hassle.

adridg added inline comments.
devel/kdevelop-kde4/Makefile
4

Since digikam had a Makefile.common -- for its family of ports -- and similarly kde-l10n and kdegames4, I figured it was a standard way of doing "all these ports belong together and need to be updated in lock-step". Apparently not.

devel/kdevplatform/files/patch-cmake__modules__KDevPlatformMacros_cmake.patch
2

That'll go in a KDE Phab review; I'll add you as observer for it.

This revision was automatically updated to reflect the committed changes.