Index: head/x11/tycoon/Makefile =================================================================== --- head/x11/tycoon/Makefile (revision 546913) +++ head/x11/tycoon/Makefile (revision 546914) @@ -1,29 +1,35 @@ # Created by: steve@farrell.org # $FreeBSD$ PORTNAME= tycoon PORTVERSION= 1.07o PORTREVISION= 8 CATEGORIES= x11 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 USE_XORG= xaw post-patch: @${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \ ${WRKSRC}/xbackdrop/backdrops/index @${REINPLACE_CMD} -e 's|^update_file|void update_file|' \ ${WRKSRC}/xchooser/xchooser.c @${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g' pre-configure: @${RM} ${WRKSRC}/xbackdrop/backdrops/index?* .include Index: head/x11/wmmatrix/Makefile =================================================================== --- head/x11/wmmatrix/Makefile (revision 546913) +++ head/x11/wmmatrix/Makefile (revision 546914) @@ -1,25 +1,31 @@ # Created by: Brian Handy # $FreeBSD$ PORTNAME= wmmatrix PORTVERSION= 0.2 PORTREVISION= 2 CATEGORIES= x11 windowmaker MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \ http://ia300205.us.archive.org/0/items/tucows_10414_WMMatrix/ 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 USES= gmake xorg USE_XORG= xpm ALL_TARGET= clean all do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${STAGEDIR}${PREFIX}/bin/wmmatrix .include Index: head/x11/wmxss/Makefile =================================================================== --- head/x11/wmxss/Makefile (revision 546913) +++ head/x11/wmxss/Makefile (revision 546914) @@ -1,26 +1,32 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= wmxss PORTVERSION= 0.1 PORTREVISION= 2 CATEGORIES= x11 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 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src post-extract: @( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} .nfs* ) post-patch: @${REINPLACE_CMD} -E \ -e 's|-O2||' \ ${BUILD_WRKSRC}/${MAKEFILE} .include Index: head/x11/xbanner/Makefile =================================================================== --- head/x11/xbanner/Makefile (revision 546913) +++ head/x11/xbanner/Makefile (revision 546914) @@ -1,35 +1,41 @@ # Created by: giffunip@asme.org # $FreeBSD$ PORTNAME= xbanner PORTVERSION= 1.31 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SUNSITE/X11/xutils 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 OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/xres.c ${WRKSRC}/samples/XBanner.ad post-install: ${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \ ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XBanner post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/XBanner ${INSTALL_DATA} ${WRKSRC}/QuickStart ${STAGEDIR}${PREFIX}/share/doc/XBanner ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${PREFIX}/share/doc/XBanner @${MKDIR} ${STAGEDIR}${PREFIX}/share/examples/XBanner ${INSTALL_DATA} ${WRKSRC}/samples/_other_ideas/* \ ${STAGEDIR}${PREFIX}/share/examples/XBanner .include Index: head/x11/xgrab/Makefile =================================================================== --- head/x11/xgrab/Makefile (revision 546913) +++ head/x11/xgrab/Makefile (revision 546914) @@ -1,28 +1,34 @@ # Created by: jmz # $FreeBSD$ PORTNAME= xgrab PORTVERSION= 2.41 PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= XCONTRIB/applications DISTNAME= ${PORTNAME}sc.2_41 MAINTAINER= ports@FreeBSD.org COMMENT= X11 image grabber 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 MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f CFLAGS+= -Wno-error=return-type post-patch: @${REINPLACE_CMD} 's,\*envp,\*\*envp,g' ${WRKSRC}/xgrabxaw.c .include Index: head/x11/xmascot/Makefile =================================================================== --- head/x11/xmascot/Makefile (revision 546913) +++ head/x11/xmascot/Makefile (revision 546914) @@ -1,28 +1,34 @@ # Created by: Yukihiro Nakai # $FreeBSD$ PORTNAME= xmascot PORTVERSION= 2.6a PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://cclub-flying.dsl.gr.jp/products/xmascot/ 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}" # Unbreak parallel (-jX) builds: do not use unsafe MakeSubdirs() macro post-patch: @${REINPLACE_CMD} -e 's/MakeSubdirs(/Named&$$(IMAGELIB),/' \ ${WRKSRC}/Imakefile post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.EUC/app-defaults ${INSTALL_DATA} ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XMascot \ ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.EUC/app-defaults .include Index: head/x11/xmon/Makefile =================================================================== --- head/x11/xmon/Makefile (revision 546913) +++ head/x11/xmon/Makefile (revision 546914) @@ -1,18 +1,24 @@ # Created by: Bruce M Simpson # $FreeBSD$ PORTNAME= xmon PORTVERSION= 1.5.6 PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= XCONTRIB/devel_tools 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 .include Index: head/x11/xnee/Makefile =================================================================== --- head/x11/xnee/Makefile (revision 546913) +++ head/x11/xnee/Makefile (revision 546914) @@ -1,55 +1,61 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= xnee PORTVERSION= 3.19 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org 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 CONFIGURE_ARGS= --enable-cli --disable-doc --disable-xinput2 INFO= ${PORTNAME} OPTIONS_DEFINE= GNEE OPTIONS_SUB= yes GNEE_DESC= GUI frontend GNEE_CONFIGURE_ENABLE= gui GNEE_USES= gnome pkgconfig GNEE_USE= GNOME=gtk20 GNEE_DESKTOP_ENTRIES= "Gnee" "" "${PORTNAME}.png" \ "gnee" "Development;" true post-patch: @${REINPLACE_CMD} -e \ 's|$${libdir}/gnome-panel|$${prefix}/libexec|g ; \ s|$${libdir}/bonobo/|$${prefix}/libdata/bonobo/|g ; \ s|"CCC"|""|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|@PIXMAP_DIR@|pixmap|g ; \ s|@DOC_DIR@||g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|make man|$$(MAKE) man|g' ${WRKSRC}/cnee/Makefile.in @${REINPLACE_CMD} -e \ 's|: install-docDATA|:|g' ${WRKSRC}/cnee/src/Makefile.in @${REINPLACE_CMD} -e \ 's|$$(libgnomeui_CFLAGS)||g ; \ s|$$(libgnomeui_LIBS)||g' ${WRKSRC}/gnee/src/Makefile.in @${REINPLACE_CMD} -e \ 's|src test|src|g' ${WRKSRC}/libxnee/Makefile.in post-install: ${INSTALL_DATA} ${WRKSRC}/doc/xnee.info ${STAGEDIR}${PREFIX}/${INFO_PATH} .include