- update update to version 9.1
- resurrect dns/py-adns, a new dependency
- some other fixes
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
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
dns/py-adns/Makefile | ||
---|---|---|
16 ↗ | (On Diff #46585) | ^ this should probly be a BUILD_DEPENDS givencyour error message about the missing header |
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!
net-p2p/py-tremc/Makefile | ||
---|---|---|
25–27 ↗ | (On Diff #46602) | It would be better to change these dependencies to use the canonical Python dependency format, ${PYTHON_PKGNAMEPREFIX}packagename>=version. |
net-p2p/py-tremc/files/patch-Makefile | ||
6–7 ↗ | (On Diff #46602) | Patch both lines. |
net-p2p/py-tremc/pkg-plist | ||
5 ↗ | (On Diff #46602) | Remove. |
Also, note that this MUST be committed as a resurrection, it MUST NOT be added as a new port.
dns/py-adns/Makefile | ||
---|---|---|
13 ↗ | (On Diff #46622) | ^ GPL is not a valid LICENSE value. Check Mk/bsd.licence.db.mk and ${WRKSRC}/GPL to figure out which one you need. |