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
Unknown Object (File)
Sat, Sep 12, 9:16 AM
Unknown Object (File)
Fri, Sep 11, 5:25 AM
Unknown Object (File)
Fri, Sep 4, 7:55 AM
Unknown Object (File)
Fri, Sep 4, 7:55 AM
Unknown Object (File)
Sun, Aug 30, 7:38 PM
Unknown Object (File)
Fri, Aug 21, 4:01 PM
Unknown Object (File)
Fri, Aug 21, 1:42 PM
Unknown Object (File)
Thu, Aug 20, 8:59 PM
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.