[Midnightbsd-cvs] mports [23545] trunk/www: fix ssl
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat May 12 16:57:22 EDT 2018
Revision: 23545
http://svnweb.midnightbsd.org/mports/?rev=23545
Author: laffer1
Date: 2018-05-12 16:57:21 -0400 (Sat, 12 May 2018)
Log Message:
-----------
fix ssl
Modified Paths:
--------------
trunk/www/nghttp2/Makefile
trunk/www/nginx/Makefile
trunk/www/spdylay/Makefile
trunk/www/squid/Makefile
trunk/www/w3m/Makefile
Modified: trunk/www/nghttp2/Makefile
===================================================================
--- trunk/www/nghttp2/Makefile 2018-05-12 20:54:54 UTC (rev 23544)
+++ trunk/www/nghttp2/Makefile 2018-05-12 20:57:21 UTC (rev 23545)
@@ -4,7 +4,7 @@
PORTNAME= nghttp2
PORTVERSION= 1.8.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www net
MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
FREEBSD_LOCAL/sunpoet
@@ -44,8 +44,7 @@
USE_CXXSTD= c++11
USE_GNOME= libxml2
USE_LDCONFIG= yes
-USE_OPENSSL= yes
-USES= autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig tar:xz
+USES= autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig tar:xz ssl
PORTDATA= fetch-ocsp-response
PORTDOCS= *
Modified: trunk/www/nginx/Makefile
===================================================================
--- trunk/www/nginx/Makefile 2018-05-12 20:54:54 UTC (rev 23544)
+++ trunk/www/nginx/Makefile 2018-05-12 20:57:21 UTC (rev 23545)
@@ -1118,6 +1118,7 @@
GROUPS?=${WWWGRP}
.if defined(NGINX_OPENSSL)
+EXTENSIONS+= ssl
USE_OPENSSL= yes
WITH_OPENSSL_PORT=yes
.endif
Modified: trunk/www/spdylay/Makefile
===================================================================
--- trunk/www/spdylay/Makefile 2018-05-12 20:54:54 UTC (rev 23544)
+++ trunk/www/spdylay/Makefile 2018-05-12 20:57:21 UTC (rev 23545)
@@ -29,8 +29,7 @@
USE_CXXSTD= c++11
USE_GNOME= libxml2
USE_LDCONFIG= yes
-USE_OPENSSL= yes
-USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
+USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz ssl
PORTDOCS= *
Modified: trunk/www/squid/Makefile
===================================================================
--- trunk/www/squid/Makefile 2018-05-12 20:54:54 UTC (rev 23544)
+++ trunk/www/squid/Makefile 2018-05-12 20:57:21 UTC (rev 23545)
@@ -291,7 +291,7 @@
# works when it is defined before bsd.port{.pre}.mk is .included.
# This makes it currently impossible to combine this macro with OPTIONS to
# conditionally include OpenSSL support.
-EXTENSIONS+= openssl
+EXTENSIONS+= ssl
CONFIGURE_ARGS+= --enable-ssl \
--with-openssl="${OPENSSLBASE}"
CFLAGS+= -I${OPENSSLINC}
Modified: trunk/www/w3m/Makefile
===================================================================
--- trunk/www/w3m/Makefile 2018-05-12 20:54:54 UTC (rev 23544)
+++ trunk/www/w3m/Makefile 2018-05-12 20:57:21 UTC (rev 23545)
@@ -2,7 +2,7 @@
PORTNAME= w3m
PORTVERSION= 0.5.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www ipv6
MASTER_SITES= SF/w3m/w3m/w3m-${PORTVERSION}
@@ -11,11 +11,11 @@
LICENSE= unknown
-USE_OPENSSL= yes
LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc
MAKE_JOBS_UNSAFE= yes
+USES= ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gc=${LOCALBASE} \
ac_cv_path_PERL=${PERL}
More information about the Midnightbsd-cvs
mailing list