Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2020 18:29:23 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547372 - in head: comms/cubicsdr net-im sysutils/fusefs-sshfs
Message-ID:  <202009021829.082ITNnX011670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Sep  2 18:29:22 2020
New Revision: 547372
URL: https://svnweb.freebsd.org/changeset/ports/547372

Log:
  Clean up some things
  
  Reported by:	portscan

Modified:
  head/comms/cubicsdr/Makefile
  head/net-im/Makefile
  head/sysutils/fusefs-sshfs/Makefile

Modified: head/comms/cubicsdr/Makefile
==============================================================================
--- head/comms/cubicsdr/Makefile	Wed Sep  2 18:15:58 2020	(r547371)
+++ head/comms/cubicsdr/Makefile	Wed Sep  2 18:29:22 2020	(r547372)
@@ -36,8 +36,6 @@ CMAKE_ARGS+=	-DUSE_HAMLIB=1
 .endif
 
 CMAKE_ARGS+=	-DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.1-config
-USE_WX=		3.1
-WX_COMPS=	wx
 USE_GITHUB=	yes
 GH_ACCOUNT=	cjcliffe
 GH_PROJECT=	CubicSDR

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Wed Sep  2 18:15:58 2020	(r547371)
+++ head/net-im/Makefile	Wed Sep  2 18:29:22 2020	(r547372)
@@ -7,6 +7,7 @@
     SUBDIR += beebeep
     SUBDIR += centerim
     SUBDIR += centerim-devel
+    SUBDIR += chatterino2
     SUBDIR += climm
     SUBDIR += coccinella
     SUBDIR += convey

Modified: head/sysutils/fusefs-sshfs/Makefile
==============================================================================
--- head/sysutils/fusefs-sshfs/Makefile	Wed Sep  2 18:15:58 2020	(r547371)
+++ head/sysutils/fusefs-sshfs/Makefile	Wed Sep  2 18:29:22 2020	(r547372)
@@ -18,12 +18,10 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		compiler:c11 fuse:3 gnome meson pkgconfig
-USE_GNOME=	glib20
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	libfuse
-
 USE_GNOME=	glib20
+
 CFLAGS+=	-DNDEBUG
 
 PLIST_FILES=	bin/sshfs



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