Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 13:54:56 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546914 - in head/x11: tycoon wmmatrix wmxss xbanner xgrab xmascot xmon xnee
Message-ID:  <202008291354.07TDsunk061320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sat Aug 29 13:54:56 2020
New Revision: 546914
URL: https://svnweb.freebsd.org/changeset/ports/546914

Log:
  deprecate ports broken by -fno-common: x11 category
  
  Deprecate all ports owned by ports@ in the x11 category that were broken by
  making -fno-common the default.
  Fix them for the time being by adding -fcommon to CFLAGS.
  
  MFH:		2020Q3

Modified:
  head/x11/tycoon/Makefile
  head/x11/wmmatrix/Makefile
  head/x11/wmxss/Makefile
  head/x11/xbanner/Makefile
  head/x11/xgrab/Makefile
  head/x11/xmascot/Makefile
  head/x11/xmon/Makefile
  head/x11/xnee/Makefile

Modified: head/x11/tycoon/Makefile
==============================================================================
--- head/x11/tycoon/Makefile	Sat Aug 29 13:49:17 2020	(r546913)
+++ head/x11/tycoon/Makefile	Sat Aug 29 13:54:56 2020	(r546914)
@@ -10,6 +10,12 @@ MASTER_SITES=	SUNSITE/X11/desktop
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Nifty set of desktop apps, including floating buttons
 
+# Fix build with llvm 11
+CFLAGS+=	-fcommon
+
+DEPRECATED=	Unmaintained and dead upstream
+EXPIRATION_DATE=2020-09-30
+
 LIB_DEPENDS=	libforms.so:x11-toolkits/xforms
 
 USES=		imake xorg

Modified: head/x11/wmmatrix/Makefile
==============================================================================
--- head/x11/wmmatrix/Makefile	Sat Aug 29 13:49:17 2020	(r546913)
+++ head/x11/wmmatrix/Makefile	Sat Aug 29 13:54:56 2020	(r546914)
@@ -12,6 +12,12 @@ DISTNAME=	wmMatrix-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	DockApp that runs a version of the xmatrix screenhack
 
+# Fix build with llvm 11
+CFLAGS+=	-fcommon
+
+DEPRECATED=	Unmaintained and dead upstream
+EXPIRATION_DATE=2020-09-30
+
 MAKE_JOBS_UNSAFE= yes
 
 PLIST_FILES=	bin/wmmatrix

Modified: head/x11/wmxss/Makefile
==============================================================================
--- head/x11/wmxss/Makefile	Sat Aug 29 13:49:17 2020	(r546913)
+++ head/x11/wmxss/Makefile	Sat Aug 29 13:54:56 2020	(r546914)
@@ -10,6 +10,12 @@ MASTER_SITES=	http://www.cs.mun.ca/~gstarkes/wmaker/do
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Run xscreensaver modules inside a WindowMaker dock
 
+# Fix build with llvm 11
+CFLAGS+=	-fcommon
+
+DEPRECATED=	Unmaintained and dead upstream
+EXPIRATION_DATE=2020-09-30
+
 USES=		uidfix xorg
 USE_XORG=	x11 xpm
 PLIST_FILES=	bin/wmxss

Modified: head/x11/xbanner/Makefile
==============================================================================
--- head/x11/xbanner/Makefile	Sat Aug 29 13:49:17 2020	(r546913)
+++ head/x11/xbanner/Makefile	Sat Aug 29 13:54:56 2020	(r546914)
@@ -11,6 +11,12 @@ DISTNAME=	XBanner${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Make your XDM login screen look beautiful
 
+# Fix build with llvm 11
+CFLAGS+=	-fcommon
+
+DEPRECATED=	Unmaintained and dead upstream
+EXPIRATION_DATE=2020-09-30
+
 USES=		xorg
 USE_XORG=	x11 xpm
 

Modified: head/x11/xgrab/Makefile
==============================================================================
--- head/x11/xgrab/Makefile	Sat Aug 29 13:49:17 2020	(r546913)
+++ head/x11/xgrab/Makefile	Sat Aug 29 13:54:56 2020	(r546914)
@@ -16,6 +16,12 @@ BUILD_DEPENDS=	xrdb:x11/xrdb
 BROKEN_armv6=		fails to install: xrdb: Socket is not connected: Can't open display ':0'
 BROKEN_armv7=		fails to install: xrdb: Socket is not connected: Can't open display ':0'
 
+# Fix build with llvm 11
+CFLAGS+=	-fcommon
+
+DEPRECATED=	Unmaintained and dead upstream
+EXPIRATION_DATE=2020-09-30
+
 USES=		display:build imake:notall tar:Z xorg
 USE_XORG=	x11 xaw
 

Modified: head/x11/xmascot/Makefile
==============================================================================
--- head/x11/xmascot/Makefile	Sat Aug 29 13:49:17 2020	(r546913)
+++ head/x11/xmascot/Makefile	Sat Aug 29 13:54:56 2020	(r546914)
@@ -11,6 +11,12 @@ DISTNAME=	${PORTNAME}${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Moving mascot on your X11 screen
 
+# Fix build with llvm 11
+CFLAGS+=	-fcommon
+
+DEPRECATED=	Unmaintained and dead upstream
+EXPIRATION_DATE=2020-09-30
+
 USES=		imake xorg
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAKE_ARGS=	MAKE="${MAKE_CMD}"

Modified: head/x11/xmon/Makefile
==============================================================================
--- head/x11/xmon/Makefile	Sat Aug 29 13:49:17 2020	(r546913)
+++ head/x11/xmon/Makefile	Sat Aug 29 13:54:56 2020	(r546914)
@@ -11,6 +11,12 @@ DISTNAME=	xmon.${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Raw X11 protocol analyser
 
+# Fix build with llvm 11
+CFLAGS+=	-fcommon
+
+DEPRECATED=	Unmaintained and dead upstream
+EXPIRATION_DATE=2020-09-30
+
 WRKSRC=		${WRKDIR}/xmon.${PORTVERSION}
 USES=		imake xorg
 USE_XORG=	ice sm x11 xaw xext xmu xt

Modified: head/x11/xnee/Makefile
==============================================================================
--- head/x11/xnee/Makefile	Sat Aug 29 13:49:17 2020	(r546913)
+++ head/x11/xnee/Makefile	Sat Aug 29 13:54:56 2020	(r546914)
@@ -12,6 +12,12 @@ COMMENT=	X11 events recorder and player
 
 LICENSE=	GPLv3
 
+# Fix build with llvm 11
+CFLAGS+=	-fcommon
+
+DEPRECATED=	Unmaintained and dead upstream
+EXPIRATION_DATE=2020-09-30
+
 GNU_CONFIGURE=	yes
 USES=		gmake pathfix xorg
 USE_XORG=	xtst



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