Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 11:54:53 +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: r546907 - head/x11-clocks/wmtime
Message-ID:  <202008291154.07TBsr7L086597@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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