[Midnightbsd-cvs] mports [23548] trunk/www: ssl

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 12 17:00:24 EDT 2018


Revision: 23548
          http://svnweb.midnightbsd.org/mports/?rev=23548
Author:   laffer1
Date:     2018-05-12 17:00:23 -0400 (Sat, 12 May 2018)
Log Message:
-----------
ssl

Modified Paths:
--------------
    trunk/www/cherokee/Makefile
    trunk/www/chromium/Makefile

Modified: trunk/www/cherokee/Makefile
===================================================================
--- trunk/www/cherokee/Makefile	2018-05-12 20:59:24 UTC (rev 23547)
+++ trunk/www/cherokee/Makefile	2018-05-12 21:00:23 UTC (rev 23548)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cherokee
 PORTVERSION=	1.2.104
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 
@@ -15,7 +16,7 @@
 GH_PROJECT=	webserver
 
 USES=		cpe gettext gmake libtool pathfix pkgconfig python:2,build \
-		shebangfix
+		shebangfix ssl
 SHEBANG_FILES=	admin/CTK/CTK-run.pre admin/server.py \
 		admin/upgrade_config.py cherokee/cherokee-admin-launcher \
 		cherokee/cherokee-tweak contrib/tracelor.py \
@@ -25,7 +26,6 @@
 		qa/fcgi.py qa/run-tests.py
 python_CMD=	${PYTHON_CMD}
 USE_RC_SUBR=	cherokee
-USE_OPENSSL=	yes
 USE_AUTOTOOLS=	libtoolize aclocal automake autoheader autoconf
 AUTOMAKE_ARGS=	--add-missing --copy --foreign
 GNU_CONFIGURE=	yes

Modified: trunk/www/chromium/Makefile
===================================================================
--- trunk/www/chromium/Makefile	2018-05-12 20:59:24 UTC (rev 23547)
+++ trunk/www/chromium/Makefile	2018-05-12 21:00:23 UTC (rev 23548)
@@ -57,13 +57,12 @@
 
 ONLY_FOR_ARCHS=	i386 amd64
 USES=		bison compiler:c++11-lib cpe desktop-file-utils pkgconfig \
-		perl5 shebangfix ninja tar:xz python:2,build execinfo
+		perl5 shebangfix ninja tar:xz python:2,build execinfo ssl
 CPE_VENDOR=	google
 CPE_PRODUCT=	chrome
 USE_PERL5=	build
 USE_XORG=	scrnsaverproto x11 xproto xscrnsaver xtst
 USE_GNOME=	glib20 gtk20 dconf libxslt
-USE_OPENSSL=	yes # must be from base to prevent a link failure against cups
 SHEBANG_FILES=	chrome/tools/build/linux/chrome-wrapper
 ALL_TARGET=	chrome
 INSTALLS_ICONS=	yes



More information about the Midnightbsd-cvs mailing list