svn commit: r546907 - head/x11-clocks/wmtime

Niclas Zeising zeising at FreeBSD.org
Sat Aug 29 11:54:54 UTC 2020


Author: zeising
Date: Sat Aug 29 11:54:53 2020
New Revision: 546907
URL: https://svnweb.freebsd.org/changeset/ports/546907

Log:
  x11-clocks/wmtime: Fix build and deprecate
  
  Fix the build by adding -fcommon to cflags, and deprecate since this
  software is not maintained and there is no upstream.
  
  MFH:		2020Q3 (implicit, -fno-common fixes)

Modified:
  head/x11-clocks/wmtime/Makefile

Modified: head/x11-clocks/wmtime/Makefile
==============================================================================
--- head/x11-clocks/wmtime/Makefile	Sat Aug 29 11:13:06 2020	(r546906)
+++ head/x11-clocks/wmtime/Makefile	Sat Aug 29 11:54:53 2020	(r546907)
@@ -12,6 +12,12 @@ MASTER_SITES=	http://web.cs.mun.ca/~gstarkes/wmaker/do
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Time/Date applet for WindowMaker
 
+# Fix build with llvm 11
+CFLAGS+=	-fcommon
+
+DEPRECATED=	Unmaintained and dead upstream
+EXPIRATION_DATE=2020-09-30
+
 WRKSRC=		${WRKDIR}/wmtime.app/wmtime
 USES=		imake xorg
 USE_XORG=	xpm


More information about the svn-ports-head mailing list