svn commit: r548678 - head/sysutils/wmtop

Ulrich Spörlein uqs at FreeBSD.org
Mon Sep 14 19:49:12 UTC 2020


Author: uqs
Date: Mon Sep 14 19:49:12 2020
New Revision: 548678
URL: https://svnweb.freebsd.org/changeset/ports/548678

Log:
  Fix build with clang11 and point to dockapps.net as upstream repo

Modified:
  head/sysutils/wmtop/Makefile

Modified: head/sysutils/wmtop/Makefile
==============================================================================
--- head/sysutils/wmtop/Makefile	Mon Sep 14 19:41:59 2020	(r548677)
+++ head/sysutils/wmtop/Makefile	Mon Sep 14 19:49:12 2020	(r548678)
@@ -5,7 +5,7 @@ PORTNAME=	wmtop
 PORTVERSION=	0.84
 PORTREVISION=	3
 CATEGORIES=	sysutils windowmaker
-MASTER_SITES=	SF
+MASTER_SITES=	https://www.dockapps.net/download/
 
 MAINTAINER=	uqs at FreeBSD.org
 COMMENT=	Dockapp to display top three CPU consuming processes
@@ -16,6 +16,7 @@ USES=		gmake xorg		# gmake is needed for -jX builds
 USE_XORG=	xpm x11
 USE_CSTD=	gnu89
 ALL_TARGET=	freebsd
+CFLAGS+=	-fcommon  # clang11/gcc10
 
 PORTDOCS=	BUGS CHANGES README TODO
 PLIST_FILES=	bin/wmtop \


More information about the svn-ports-head mailing list