[Midnightbsd-cvs] mports [23546] trunk/www: fix ssl

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 12 16:59:05 EDT 2018


Revision: 23546
          http://svnweb.midnightbsd.org/mports/?rev=23546
Author:   laffer1
Date:     2018-05-12 16:59:04 -0400 (Sat, 12 May 2018)
Log Message:
-----------
fix ssl

Modified Paths:
--------------
    trunk/www/aria2/Makefile
    trunk/www/lighttpd/Makefile
    trunk/www/links/Makefile
    trunk/www/links1/Makefile
    trunk/www/lynx/Makefile

Modified: trunk/www/aria2/Makefile
===================================================================
--- trunk/www/aria2/Makefile	2018-05-12 20:57:21 UTC (rev 23545)
+++ trunk/www/aria2/Makefile	2018-05-12 20:59:04 UTC (rev 23546)
@@ -34,9 +34,8 @@
 USE_CXXSTD=	c++11
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
-USE_OPENSSL=	yes
 USE_RC_SUBR=	${PORTNAME}
-USES=		compiler:c++11-lib gnome libtool pathfix pkgconfig tar:xz
+USES=		compiler:c++11-lib gnome libtool pathfix pkgconfig tar:xz ssl
 
 CFLAGS+=   -Wl,-rpath=/usr/local/lib/gcc6
 

Modified: trunk/www/lighttpd/Makefile
===================================================================
--- trunk/www/lighttpd/Makefile	2018-05-12 20:57:21 UTC (rev 23545)
+++ trunk/www/lighttpd/Makefile	2018-05-12 20:59:04 UTC (rev 23546)
@@ -87,7 +87,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MOPENSSL}
-USE_OPENSSL=		yes
+EXTENSIONS+=    ssl
 CONFIGURE_ARGS+=	--with-openssl \
 			--with-openssl-includes=${OPENSSLINC} \
 			--with-openssl-libs=${OPENSSLLIB}

Modified: trunk/www/links/Makefile
===================================================================
--- trunk/www/links/Makefile	2018-05-12 20:57:21 UTC (rev 23545)
+++ trunk/www/links/Makefile	2018-05-12 20:59:04 UTC (rev 23546)
@@ -2,7 +2,7 @@
 
 PORTNAME=	links
 DISTVERSION=	2.13
-PORTREVISION=	0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://links.twibright.com/download/ LOCAL/bf
@@ -20,8 +20,7 @@
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-USE_OPENSSL=	yes
-USES=		tar:bzip2
+USES=		ssl tar:bzip2
 
 OPTIONS_DEFINE=	CIPHERSTRING DIRECTFB IPV6 SVGALIB THREADS TRANS UTF8 X11
 

Modified: trunk/www/links1/Makefile
===================================================================
--- trunk/www/links1/Makefile	2018-05-12 20:57:21 UTC (rev 23545)
+++ trunk/www/links1/Makefile	2018-05-12 20:59:04 UTC (rev 23546)
@@ -1,10 +1,5 @@
-# New ports collection makefile for:	links
-# Date created:		21 January 2000
-# Whom:			Michael Vasilenko <acid at stu.cn.ua>
-#
 # $MidnightBSD$
 # $FreeBSD: ports/www/links1/Makefile,v 1.5 2006/05/14 02:04:43 edwin Exp $
-#
 
 PORTNAME=	links
 PORTVERSION=	1.03
@@ -15,11 +10,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Lynx-like text WWW browser
+
 LICENSE=	gpl2
 
 GNU_CONFIGURE=	yes
 
-USE_OPENSSL=	yes
+USES=		ssl
 CONFLICTS=	links-2*
 
 .include <bsd.port.mk>

Modified: trunk/www/lynx/Makefile
===================================================================
--- trunk/www/lynx/Makefile	2018-05-12 20:57:21 UTC (rev 23545)
+++ trunk/www/lynx/Makefile	2018-05-12 20:59:04 UTC (rev 23546)
@@ -2,7 +2,7 @@
 
 PORTNAME=	lynx
 PORTVERSION=	2.8.8.2
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://invisible-mirror.net/archives/lynx/tarballs/ \
@@ -16,8 +16,7 @@
 
 MAKE_JOBS_UNSAFE=yes
 
-USES=		cpe tar:bzip2
-USE_OPENSSL=	yes
+USES=		cpe ssl tar:bzip2
 WRKSRC=		${WRKDIR}/${PORTNAME}2-8-8
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-zlib --libdir="${L_LIB}" \



More information about the Midnightbsd-cvs mailing list