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)
Wed, Jun 24, 8:58 AM
Unknown Object (File)
Wed, Jun 24, 4:09 AM
Unknown Object (File)
Tue, Jun 23, 7:12 PM
Unknown Object (File)
Mon, Jun 22, 2:21 AM
Unknown Object (File)
Fri, Jun 12, 2:26 AM
Unknown Object (File)
Fri, Jun 12, 12:19 AM
Unknown Object (File)
May 11 2026, 12:21 PM
Unknown Object (File)
May 9 2026, 6:36 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.