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
This commit is contained in:
parent
3275604de8
commit
3713785e6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546914
@ -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
|
||||
|
@ -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
|
||||
|
@ -10,6 +10,12 @@ MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/
|
||||
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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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}"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user