Skip to content

Commit

Permalink
security/uacme: Use system libev and unlock MBEDTLS option
Browse files Browse the repository at this point in the history
If the build environment has libev installed ualpn picks it over
the vendored one, so just always use the system libev.
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Jan 29, 2022
1 parent 96b6c9f commit 7ddc39e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security/uacme/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= uacme
DISTVERSIONPREFIX= upstream/
DISTVERSION= 1.7.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security www

MAINTAINER= tobik@FreeBSD.org
Expand Down Expand Up @@ -36,11 +36,12 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_CONFIGURE_WITH= gnutls
MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc
MANPAGES_CONFIGURE_ENABLE= docs
MBEDTLS_BROKEN= needs mbedtls >= 2.25, 2.16.x lacks mbedtls_x509_crt_parse_der_with_ext_cb support
MBEDTLS_BUILD_DEPENDS= mbedtls>=2.28.0:security/mbedtls
MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls
MBEDTLS_CONFIGURE_WITH= mbedtls=${LOCALBASE}
OPENSSL_USES= ssl
OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE}
UALPN_LIB_DEPENDS= libev.so:devel/libev
UALPN_CONFIGURE_WITH= ualpn

post-install-DOCS-on:
Expand Down

0 comments on commit 7ddc39e

Please sign in to comment.