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)
Thu, Jul 23, 2:40 AM
Unknown Object (File)
Tue, Jul 21, 12:39 AM
Unknown Object (File)
Mon, Jul 20, 7:28 AM
Unknown Object (File)
Sun, Jul 19, 7:33 PM
Unknown Object (File)
Fri, Jul 17, 2:15 PM
Unknown Object (File)
Jul 3 2026, 3:30 AM
Unknown Object (File)
Jul 3 2026, 2:38 AM
Unknown Object (File)
Jul 3 2026, 12:13 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.