git: ecc175d08670 - main - net/remmina: fix build ahead of CMake 3.20
Adriaan de Groot
adridg at FreeBSD.org
Tue Apr 6 23:02:58 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ecc175d08670828082141543499c630adc20d61b
commit ecc175d08670828082141543499c630adc20d61b
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-04-06 21:46:35 +0000
Commit: Adriaan de Groot <adridg at 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 at 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}
More information about the dev-commits-ports-all
mailing list