Page MenuHomeFreeBSD

Make OpenEXR optional for KDE ports.
ClosedPublic

Authored by adridg on Nov 17 2017, 2:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 11 2024, 6:45 PM
Unknown Object (File)
Feb 2 2024, 12:43 AM
Unknown Object (File)
Feb 2 2024, 12:43 AM
Unknown Object (File)
Feb 2 2024, 12:43 AM
Unknown Object (File)
Feb 2 2024, 12:43 AM
Unknown Object (File)
Feb 2 2024, 12:43 AM
Unknown Object (File)
Jan 30 2024, 8:49 PM
Unknown Object (File)
Jan 14 2024, 2:04 PM
Subscribers

Details

Summary

Because of the planned removal of OpenEXR, make it optional (enabled by
default) so we can easily turn it off if needed.

Diff Detail

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

Event Timeline

Thanks for looking at this.

editors/calligra/Makefile
17

No Option?

graphics/kf5-kimageformats/Makefile
18

^possibly missing tab?

x11/kde4-runtime/Makefile
41

^ possibly missing tab

x11/kdelibs4/Makefile
75

^ possibly missing tab?

Apart from the [missing?] Option it seems fine.

editors/calligra/Makefile
17

I thought Calligra didn't use OpenEXR at all, but I was wrong; this needs an option just like the others.

  • add OPTIONS to editors/calligra
  • add tabs where needed
adridg marked an inline comment as done.

OPTIONS_SUB=YES->yes everywhere :)

otherwise it looks good :)

graphics/krita/Makefile
43

^uses 'yes' not 'YES'

This revision is now accepted and ready to land.Nov 25 2017, 11:06 AM

OPTIONS_SUB -> yes (the value is ignored, but "yes" is traditional)

This revision now requires review to proceed.Nov 25 2017, 8:39 PM
This revision was automatically updated to reflect the committed changes.