Page MenuHomeFreeBSD

Mk/bsd.port.mk: Fix make describe-json
ClosedPublic

Authored by fernape on Aug 7 2025, 7:28 AM.
Tags
None
Referenced Files
F132755188: D51786.diff
Sun, Oct 19, 4:26 PM
Unknown Object (File)
Sat, Oct 18, 6:20 PM
Unknown Object (File)
Sat, Oct 18, 6:20 PM
Unknown Object (File)
Sat, Oct 18, 6:20 PM
Unknown Object (File)
Sat, Oct 18, 7:40 AM
Unknown Object (File)
Tue, Oct 7, 9:34 AM
Unknown Object (File)
Sep 17 2025, 8:18 PM
Unknown Object (File)
Sep 17 2025, 8:05 AM
Subscribers
None

Details

Summary

Properly escape DEPRECATED variable.

Otherwise, having something like this:

mail/p5-Email-Send$ make -VDEPRECATED
Send it's being officially marked "out of favor". Consider using mail/p5-Email-Sender for new projects

will create a broken JSON file.

Test Plan

Before applying the patch,

cd mail/p5-Email-Send && make describe-json | jq . will fail.

Apply patch and run the same command again.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66055
Build 62938: arc lint + arc unit

Event Timeline

fernape created this revision.
fernape edited the test plan for this revision. (Show Details)
fernape added a reviewer: portmgr.
This revision was not accepted when it landed; it landed in state Needs Review.Aug 17 2025, 10:24 AM
This revision was automatically updated to reflect the committed changes.