- update update to version 9.1
- resurrect dns/py-adns, a new dependency
- some other fixes
Details
Details
- Reviewers
tcberner - Commits
- rP479878: net-p2p/py-tremc: update to v9.1
dns-py-adns have a C file that fail to build:
adnsmodule.c:10:10: fatal error: 'adns.h' file not found #include <adns.h> ^ 1 error generated. error: command 'cc' failed with exit status 1 *** Error code 1
patching with #include <sys/endian.h> allow it to build but just when using 'make', for some reason it still fail to build with the exactly same error message on poudriere.
FIXED.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 19195 Build 18811: arc lint + arc unit
Event Timeline
dns/py-adns/Makefile | ||
---|---|---|
17 | ^ this should probly be a BUILD_DEPENDS givencyour error message about the missing header |
Comment Actions
Yeah, that worked but it seems I need LIB_DEPENDS. :D
I had to remove one entry from MOVED because it seems there was a dns/py-adns port that was deleted. I guess that was the python2 version of the py-adns.
Thanks!
Comment Actions
Also, note that this MUST be committed as a resurrection, it MUST NOT be added as a new port.
dns/py-adns/Makefile | ||
---|---|---|
14 | ^ GPL is not a valid LICENSE value. Check Mk/bsd.licence.db.mk and ${WRKSRC}/GPL to figure out which one you need. |