Page MenuHomeFreeBSD

devel/kf5-extra-cmake-modules: Make qt5-help a build-dependency
ClosedPublic

Authored by rakuco on Apr 2 2017, 10:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 11:10 AM
Unknown Object (File)
Jan 15 2024, 3:58 PM
Unknown Object (File)
Dec 26 2023, 7:25 AM
Unknown Object (File)
Dec 20 2023, 1:01 PM
Unknown Object (File)
Dec 20 2023, 2:12 AM
Unknown Object (File)
Nov 3 2023, 4:35 PM
Unknown Object (File)
Oct 29 2023, 10:08 AM
Unknown Object (File)
Oct 13 2023, 5:59 PM
Subscribers

Details

Summary

Make the dependency on devel/qt5-help a build-time dependency, not a build+run one.

It is only used to produce the .qch file, so it does not need to be present at runtime. This turns kf5-e-c-m into a port that has no dependency on Qt5 (or basically any other port), which makes it easier to depend on it.

Test Plan

Built other kf5 ports successfully.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Looks good to me. But I faintly remember one of the other options being broken -- you might want to fix that too while your on it :D

This revision is now accepted and ready to land.Apr 2 2017, 7:43 PM

But I faintly remember one of the other options being broken -- you might want to fix that too while your on it :D

Don't you mean TEST? There's a comment there saying TEST=OFF is broken.

This revision was automatically updated to reflect the committed changes.