[kde-freebsd] ports/187374: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sat Mar 8 23:40:02 UTC 2014
The following reply was made to PR ports/187374; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/187374: commit references a PR
Date: Sat, 8 Mar 2014 23:35:20 +0000 (UTC)
Author: rakuco
Date: Sat Mar 8 23:35:13 2014
New Revision: 347543
URL: http://svnweb.freebsd.org/changeset/ports/347543
QAT: https://qat.redports.org/buildarchive/r347543/
Log:
MFH: r347541
Enable use of OpenSSL in the bundled copy of libcurl.
The default is off, which makes calls such as FILE(DOWNLOAD ...) from HTTPS
locations fail.
PR: ports/187374
Approved by: portmgr (miwi)
Modified:
branches/2014Q1/devel/cmake/Makefile
branches/2014Q1/devel/cmake/files/InitialCache.cmake
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/devel/cmake/Makefile
==============================================================================
--- branches/2014Q1/devel/cmake/Makefile Sat Mar 8 23:24:34 2014 (r347542)
+++ branches/2014Q1/devel/cmake/Makefile Sat Mar 8 23:35:13 2014 (r347543)
@@ -3,6 +3,7 @@
PORTNAME= cmake
PORTVERSION= 2.8.12.1
+PORTREVISION?= 1
CATEGORIES= devel
MASTER_SITES= http://downloads.cmake.org/files/v2.8/
Modified: branches/2014Q1/devel/cmake/files/InitialCache.cmake
==============================================================================
--- branches/2014Q1/devel/cmake/files/InitialCache.cmake Sat Mar 8 23:24:34 2014 (r347542)
+++ branches/2014Q1/devel/cmake/files/InitialCache.cmake Sat Mar 8 23:35:13 2014 (r347543)
@@ -4,3 +4,7 @@
# devel/qt4-corelib is not).
# See https://mail.kde.org/pipermail/kde-freebsd/2013-July/015703.html
set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.")
+
+# Explicitly enable use of OpenSSL in the bundled copy of libcurl, as it
+# defaults to off. See ports/187374.
+set(CMAKE_USE_OPENSSL ON CACHE BOOL "Use OpenSSL code with curl.")
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the kde-freebsd
mailing list