Page MenuHomeFreeBSD

Mk/Uses/magick.mk: Fix DEFAULT_VERSION handling
AbandonedPublic

Authored by zirias on Apr 3 2023, 10:35 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 4 2024, 3:55 AM
Unknown Object (File)
Jan 26 2024, 5:19 AM
Unknown Object (File)
Jan 3 2024, 4:00 AM
Unknown Object (File)
Dec 23 2023, 12:01 AM
Unknown Object (File)
Dec 14 2023, 9:56 PM
Unknown Object (File)
Dec 4 2023, 6:32 PM
Unknown Object (File)
Nov 15 2023, 12:02 PM
Unknown Object (File)
Aug 27 2023, 10:47 PM
Subscribers

Details

Reviewers
tcberner
fsbruva_yahoo.com
Group Reviewers
portmgr
Summary

Handle fallback for version and flavor separately, also add several
sanity checks.

This fixes creating broken *_DEPENDS for ports using it without
arguments when a -nox11 version is requested in DEFAULT_VERSIONS like
e.g. this resulting from "imagemagick=7-nox11":
libMagick++-7-nox11.so:graphics/ImageMagick7-nox11

Diff Detail

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

Event Timeline

This still had the problem that there's no way to enforce an x11-enabled version in USES (for ports actually depending on it), so I'm abandoning it in favor of a more complete solution based on "flavorized" ImageMagick ports, see https://reviews.freebsd.org/D39424