svn commit: r546833 - head/games/ezquake

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 21:28:26 UTC 2020


Author: tcberner
Date: Fri Aug 28 21:28:25 2020
New Revision: 546833
URL: https://svnweb.freebsd.org/changeset/ports/546833

Log:
  games/ezquake: fix build on current and deprecatae
  
  - upstream has recently released 3.2.1
  - if someone cares about this port, update and maintain it

Modified:
  head/games/ezquake/Makefile

Modified: head/games/ezquake/Makefile
==============================================================================
--- head/games/ezquake/Makefile	Fri Aug 28 21:12:56 2020	(r546832)
+++ head/games/ezquake/Makefile	Fri Aug 28 21:28:25 2020	(r546833)
@@ -44,6 +44,12 @@ X11_USE=		XORG=xxf86dga
 
 BROKEN_powerpc=		Does not install on powerpc: signal 2
 
+# Fix with clang11
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and out of date
+
 .include "${.CURDIR}/../quake-data/Makefile.include"
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-head mailing list