TBD
Details
Details
- Reviewers
- None
Diff Detail
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
| dns/zone2json/Makefile | ||
|---|---|---|
| 22 | This looks a wee bit strange, does the build system expect to find those in WRKSRC/../zdns ? | |
Comment Actions
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 | |