Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 23:02:57 GMT
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ecc175d08670 - main - net/remmina: fix build ahead of CMake 3.20
Message-ID:  <202104062302.136N2vXv004657@gitrepo.freebsd.org>

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

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

commit ecc175d08670828082141543499c630adc20d61b
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-04-06 21:46:35 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-04-06 23:02:52 +0000

    net/remmina: fix build ahead of CMake 3.20
    
    The --build command-line argument is ignored when not applicable
    in versions of CMake up to 3.20. It should never be necessary in
    FreeBSD ports **anyway** since we generate a build system (ninja
    or make) and use that, rather than building directly out of CMake.
    
    Bumping PORTREVISION even though there shouldn't be a difference.
---
 net/remmina/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/remmina/Makefile b/net/remmina/Makefile
index 5a1e72d475ac..2fd2d510d1d2 100644
--- a/net/remmina/Makefile
+++ b/net/remmina/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	remmina
 DISTVERSION=	1.4.11
+PORTREVISION=	1
 CATEGORIES=	net gnome
 
 MAINTAINER=	woodsb02@FreeBSD.org
@@ -33,8 +34,7 @@ USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk30 pango
 USE_XORG=	ice sm x11 xext xkbfile
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
-CMAKE_ARGS=	--build=build \
-		-DWITH_APPINDICATOR:BOOL=false
+CMAKE_ARGS=	-DWITH_APPINDICATOR:BOOL=false
 SHEBANG_FILES=	data/desktop/remmina-file-wrapper.in
 bash_CMD=	${SH}
 



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