Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2019 18:01:21 +0000 (UTC)
From:      =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= <rigoletto@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514668 - head/net-p2p/transmission-cli
Message-ID:  <201910171801.x9HI1LOd040586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rigoletto
Date: Thu Oct 17 18:01:20 2019
New Revision: 514668
URL: https://svnweb.freebsd.org/changeset/ports/514668

Log:
  net-p2p/transmission-cli: Drop defunct WOLFSSL option.
  
  - drop LITE_CONFIGURE_ENABLE, a remnant before switching to cmake
  
  PR:		241095
  Submitted by:	tobik
  Approved by:	tcberner (mentor)

Modified:
  head/net-p2p/transmission-cli/Makefile

Modified: head/net-p2p/transmission-cli/Makefile
==============================================================================
--- head/net-p2p/transmission-cli/Makefile	Thu Oct 17 17:56:20 2019	(r514667)
+++ head/net-p2p/transmission-cli/Makefile	Thu Oct 17 18:01:20 2019	(r514668)
@@ -2,7 +2,7 @@
 
 PORTNAME=	transmission
 DISTVERSION=	2.94
-PORTREVISION?=	4
+PORTREVISION?=	5
 CATEGORIES+=	net-p2p
 SLAVEPORT?=	cli
 PKGNAMESUFFIX?=	-cli
@@ -27,10 +27,9 @@ LIB_DEPENDS+=	libcurl.so:ftp/curl \
 		libutp.so:net/libutp \
 		libminiupnpc.so:net/miniupnpc
 
-USES+=		cmake cpe iconv libtool localbase pkgconfig
+USES+=		cmake cpe iconv libtool localbase pkgconfig ssl
 
 .  if ${SLAVEPORT:Mcli}
-USES+=		ssl
 NLS_USES=	gettext-runtime:run
 .  endif
 
@@ -53,20 +52,9 @@ CMAKE_ARGS+=	-DCMAKE_INSTALL_DOCDIR=${DOCSDIR}
 
 OPTIONS_DEFINE+=	DOCS LITE NLS
 OPTIONS_SUB=		yes
-OPTIONS_DEFAULT=	OPENSSL
 
 NLS_CMAKE_BOOL=		ENABLE_NLS
 
-OPTIONS_SINGLE=		SSL
-OPTIONS_SINGLE_SSL=	OPENSSL WOLFSSL
-
-OPENSSL_USES=		ssl
-OPENSSL_CMAKE_ARGS=	-DWITH_CRYPTO="openssl"
-
-WOLFSSL_LIB_DEPENDS=	libwolfssl.so:security/wolfssl
-WOLFSSL_CMAKE_ARGS=	-DWITH_CRYPTO="cyassl"
-
-LITE_CONFIGURE_ENABLE=	lightweight
 LITE_CMAKE_BOOL=	ENABLE_LIGHTWEIGHT
 .endif
 



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