lang/gauche: undeprecate the port against the TLS option.

This commit is contained in:
Alexey Dokuchaev 2025-01-05 15:50:44 +00:00
parent 942e8b5552
commit 0d4d956bfc

View file

@ -41,7 +41,7 @@ GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
GDBM_CONFIGURE_ON= --with-dbm=gdbm,ndbm
GDBM_CONFIGURE_OFF= --with-dbm=ndbm
TLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls2
TLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls3
TLS_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
TLS_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt
TLS_CONFIGURE_OFF= --with-tls=no
@ -82,11 +82,4 @@ post-install:
@${CHMOD} u-w ${STAGEDIR}${PREFIX}/lib/gauche-${ABI_VERSION}/${PORTVERSION}/${CONFIGURE_TARGET}/${i}
.endfor
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MTLS}
DEPRECATED= Depends on expired security/mbedtls2
EXPIRATION_DATE=2025-03-31
.endif
.include <bsd.port.mk>