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
F157921592: D29537.diff
Tue, May 26, 12:37 PM
F157921576: D29537.diff
Tue, May 26, 12:37 PM
Unknown Object (File)
Fri, May 22, 1:13 PM
Unknown Object (File)
Fri, May 22, 1:13 PM
Unknown Object (File)
Mon, May 18, 5:09 PM
Unknown Object (File)
Sun, May 3, 10:25 PM
Unknown Object (File)
Wed, Apr 29, 12:50 AM
Unknown Object (File)
Tue, Apr 28, 11:54 AM
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