svn commit: r546900 - head/finance/wmstock

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 10:28:52 UTC 2020


Author: tcberner
Date: Sat Aug 29 10:28:51 2020
New Revision: 546900
URL: https://svnweb.freebsd.org/changeset/ports/546900

Log:
  finance/wmstock: fix build on current and deprecate

Modified:
  head/finance/wmstock/Makefile

Modified: head/finance/wmstock/Makefile
==============================================================================
--- head/finance/wmstock/Makefile	Sat Aug 29 10:26:51 2020	(r546899)
+++ head/finance/wmstock/Makefile	Sat Aug 29 10:28:51 2020	(r546900)
@@ -14,6 +14,11 @@ USES=		gmake shebangfix xorg
 USE_XORG=	xpm
 SHEBANG_FILES=	getquote
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 WRKSRC=		${WRKDIR}/wmstock/src
 
 do-install:


More information about the svn-ports-head mailing list