- Update to 7.1
- Adjust dependencies
- Reformat with portclippy/portfmt
Details
- Reviewers
zeising - Commits
- R11:2da591516133: net/rpki-client: Update to 7.1
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
net/rpki-client/Makefile | ||
---|---|---|
12 |
rpki-client, as of now, requires *both*, OpenSSL and LibreTLS (or LibreSSL). It uses functions libtls. |
net/rpki-client/Makefile | ||
---|---|---|
31–33 |
Yes, it still requires *both* OpenSSL and LibreTLS. We can drop this once RELENG_11 will drop out of support. |
It seems one needs to add something along the following lines to make the port compile.
LDFLAGS+= -L/usr/local/lib CFLAGS+= -I/usr/local/include
the system needs to be aware to look for the LibreTLS headers in the /usr/local hierarchy
LGTM, thanks for doing this!
net/rpki-client/Makefile | ||
---|---|---|
12 |
Thanks for the explanation. | |
31–33 | Noted. Makes sense to keep it if base OpenSSL is still needed. |