diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-29 13:54:56 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-08-29 13:54:56 +0000 |
commit | 3713785e6c64da1d985ba678c59a610c7e00e934 (patch) | |
tree | 3b58dce4a66606722916a8f244229c7f9dc1d7d6 /x11 | |
parent | 3275604de8ec07423d691348d8aedede61c789b4 (diff) | |
download | ports-3713785e6c64da1d985ba678c59a610c7e00e934.tar.gz ports-3713785e6c64da1d985ba678c59a610c7e00e934.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tycoon/Makefile | 6 | ||||
-rw-r--r-- | x11/wmmatrix/Makefile | 6 | ||||
-rw-r--r-- | x11/wmxss/Makefile | 6 | ||||
-rw-r--r-- | x11/xbanner/Makefile | 6 | ||||
-rw-r--r-- | x11/xgrab/Makefile | 6 | ||||
-rw-r--r-- | x11/xmascot/Makefile | 6 | ||||
-rw-r--r-- | x11/xmon/Makefile | 6 | ||||
-rw-r--r-- | x11/xnee/Makefile | 6 |
8 files changed, 48 insertions, 0 deletions
diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile index 9cc20fd90f52..b79624dfcdcc 100644 --- a/x11/tycoon/Makefile +++ b/x11/tycoon/Makefile @@ -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 diff --git a/x11/wmmatrix/Makefile b/x11/wmmatrix/Makefile index d3462ed05e0a..b815001b21c6 100644 --- a/x11/wmmatrix/Makefile +++ b/x11/wmmatrix/Makefile @@ -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 diff --git a/x11/wmxss/Makefile b/x11/wmxss/Makefile index 3448a74ef29b..b46a4938bcf8 100644 --- a/x11/wmxss/Makefile +++ b/x11/wmxss/Makefile @@ -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 diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile index f6814e8473d6..857f72df37d1 100644 --- a/x11/xbanner/Makefile +++ b/x11/xbanner/Makefile @@ -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 diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 780ab93a7786..e8e5fa231bf0 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -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 diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index 65246084225a..25b53eb82226 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -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}" diff --git a/x11/xmon/Makefile b/x11/xmon/Makefile index abd561ed7feb..a28cd03cbaee 100644 --- a/x11/xmon/Makefile +++ b/x11/xmon/Makefile @@ -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 diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 672c543d97de..33510e729abc 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -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 |