svn commit: r547372 - in head: comms/cubicsdr net-im sysutils/fusefs-sshfs

Tobias Kortkamp tobik at FreeBSD.org
Wed Sep 2 18:29:24 UTC 2020


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


More information about the svn-ports-all mailing list