Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2024 22:52:43 GMT
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cef931144595 - main - www/apache24: Dynamically link rustls-ffi
Message-ID:  <202407062252.466MqhdU047341@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cef9311445953abb8fed70782e3fa190143d94d8

commit cef9311445953abb8fed70782e3fa190143d94d8
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2024-07-06 22:52:02 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2024-07-06 22:52:02 +0000

    www/apache24: Dynamically link rustls-ffi
    
     * And typo
    
    Reported by:    diizzy
---
 www/apache24/Makefile              | 4 ++--
 www/apache24/Makefile.options.desc | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index ef0e70f496d8..5bd46dbaa1b6 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	apache24
 PORTVERSION=	2.4.61
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	APACHE_HTTPD
 DISTNAME=	httpd-${PORTVERSION}
@@ -94,7 +94,7 @@ SOCACHE_DC_LIB_DEPENDS=		libdistcache.so:security/distcache
 SSL_CONFIGURE_ON=		--with-ssl=${OPENSSLBASE}
 SSL_USES=			ssl
 TLS_CONFIGURE_ON=		--with-rustls=${LOCALBASE}
-TLS_BUILD_DEPENDS=		${LOCALBASE}/lib/librustls.a:security/rustls-ffi
+TLS_LIB_DEPENDS=		librustls.so:security/rustls-ffi
 SUEXEC_SYSLOG_CONFIGURE_ON=	--without-suexec-logfile --with-suexec-syslog
 XML2ENC_USE=			GNOME=libxml2
 XML2ENC_USES=			gnome
diff --git a/www/apache24/Makefile.options.desc b/www/apache24/Makefile.options.desc
index afd7eda58d88..9385206566d1 100644
--- a/www/apache24/Makefile.options.desc
+++ b/www/apache24/Makefile.options.desc
@@ -156,7 +156,7 @@ SUBSTITUTE_DESC=		Response content rewrite-like filtering
 SUEXEC_DESC=			Set uid and gid for spawned processes
 SUEXEC_SYSLOG_DESC=		Enable syslog for suexec
 
-TLS_DESC=			TLS support via memory-safe rustls library (Exprimental)
+TLS_DESC=			TLS support via memory-safe rustls library (Experimental)
 
 UNIQUE_ID_DESC=			Per-request unique ids
 UNIXD_DESC=			(required) security for Unix-family platforms



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407062252.466MqhdU047341>