Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2022 16:06:24 GMT
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d5852a2decba - main - net-im/dino: Fix building with UPLOAD option
Message-ID:  <202211151606.2AFG6Oln086870@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d5852a2decba2f80b1097692de18b09f5fa4c37b

commit d5852a2decba2f80b1097692de18b09f5fa4c37b
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2022-11-15 15:34:39 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2022-11-15 16:06:12 +0000

    net-im/dino: Fix building with UPLOAD option
    
    The CMake option was incorrectly applied in the previous commit
    
    PR:             267739
    Reported by:    Ivan Rozhuk <rozhuk dot im at gmail dot com>
---
 net-im/dino/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/dino/Makefile b/net-im/dino/Makefile
index fc32583fffa0..1f9226502f51 100644
--- a/net-im/dino/Makefile
+++ b/net-im/dino/Makefile
@@ -44,7 +44,6 @@ UPLOAD_DESC=		HTTP file upload plugin
 ICE_LIB_DEPENDS=	libnice.so:net-im/libnice \
 			libgnutls.so:security/gnutls
 ICE_VARS=		ENABLED_PLUGINS+=ice
-ICE_CMAKE_ON=		-DSOUP_VERSION:INT=2
 ICE_VARS_OFF=		DISABLED_PLUGINS+=ice
 RTP_LIB_DEPENDS=	libgnutls.so:security/gnutls \
 			libwebrtc-audio-processing-1.so:audio/webrtc-audio-processing
@@ -58,6 +57,7 @@ OMEMO_LIB_DEPENDS=	libqrencode.so:graphics/libqrencode
 OMEMO_VARS=		ENABLED_PLUGINS+=omemo
 OMEMO_CMAKE_BOOL=	BUILD_LIBSIGNAL_IN_TREE
 OMEMO_VARS_OFF=		DISABLED_PLUGINS+=omemo
+UPLOAD_CMAKE_ON=		-DSOUP_VERSION:INT=2
 UPLOAD_VARS=		ENABLED_PLUGINS+=http-files
 UPLOAD_VARS_OFF=	DISABLED_PLUGINS+=http-files
 GNUPG_LIB_DEPENDS=	libgpgme.so:security/gpgme



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