mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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)
This commit is contained in:
parent
e2510b6311
commit
e89764772a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514668
1 changed files with 2 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= transmission
|
PORTNAME= transmission
|
||||||
DISTVERSION= 2.94
|
DISTVERSION= 2.94
|
||||||
PORTREVISION?= 4
|
PORTREVISION?= 5
|
||||||
CATEGORIES+= net-p2p
|
CATEGORIES+= net-p2p
|
||||||
SLAVEPORT?= cli
|
SLAVEPORT?= cli
|
||||||
PKGNAMESUFFIX?= -cli
|
PKGNAMESUFFIX?= -cli
|
||||||
|
@ -27,10 +27,9 @@ LIB_DEPENDS+= libcurl.so:ftp/curl \
|
||||||
libutp.so:net/libutp \
|
libutp.so:net/libutp \
|
||||||
libminiupnpc.so:net/miniupnpc
|
libminiupnpc.so:net/miniupnpc
|
||||||
|
|
||||||
USES+= cmake cpe iconv libtool localbase pkgconfig
|
USES+= cmake cpe iconv libtool localbase pkgconfig ssl
|
||||||
|
|
||||||
. if ${SLAVEPORT:Mcli}
|
. if ${SLAVEPORT:Mcli}
|
||||||
USES+= ssl
|
|
||||||
NLS_USES= gettext-runtime:run
|
NLS_USES= gettext-runtime:run
|
||||||
. endif
|
. endif
|
||||||
|
|
||||||
|
@ -53,20 +52,9 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR}
|
||||||
|
|
||||||
OPTIONS_DEFINE+= DOCS LITE NLS
|
OPTIONS_DEFINE+= DOCS LITE NLS
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
OPTIONS_DEFAULT= OPENSSL
|
|
||||||
|
|
||||||
NLS_CMAKE_BOOL= ENABLE_NLS
|
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
|
LITE_CMAKE_BOOL= ENABLE_LIGHTWEIGHT
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue