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)
Jan 31 2024, 4:34 AM
Unknown Object (File)
Jan 10 2024, 11:42 PM
Unknown Object (File)
Dec 23 2023, 12:10 AM
Unknown Object (File)
Dec 11 2023, 3:18 PM
Unknown Object (File)
Sep 22 2023, 9:34 PM
Unknown Object (File)
Aug 23 2023, 8:25 PM
Unknown Object (File)
Jul 31 2023, 8:28 PM
Unknown Object (File)
Jul 3 2023, 12:11 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