Page MenuHomeFreeBSD

dns/zone2json: new port - converts RFC1035 format DNS zonefiles to JSON
Needs ReviewPublic

Authored by dch on Apr 1 2021, 3:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 1 2024, 7:56 PM
Unknown Object (File)
Nov 30 2024, 8:25 AM
Unknown Object (File)
Nov 25 2024, 12:45 AM
Unknown Object (File)
Oct 21 2024, 10:46 PM
Unknown Object (File)
Oct 7 2024, 9:32 PM
Unknown Object (File)
Oct 6 2024, 12:52 AM
Unknown Object (File)
Oct 3 2024, 1:14 PM
Unknown Object (File)
Sep 8 2024, 10:05 PM
Subscribers
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

TBD

Diff Detail

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

Event Timeline

dch requested review of this revision.Apr 1 2021, 3:14 PM
dns/zone2json/Makefile
22

This looks a wee bit strange, does the build system expect to find those in WRKSRC/../zdns ?

dch marked an inline comment as done.Apr 1 2021, 3:40 PM

yes, zig's build system puts all packages at $TOP_LEVEL:

./zamqp
./zone2json
./zdns
...

the .. was the easiest thing that worked so far.

dns/zone2json/Makefile
24

if I remove this, do-install: can have something actually to do