svn commit: r546758 - head/emulators/cinc

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 17:02:56 UTC 2020


Author: tcberner
Date: Fri Aug 28 17:02:55 2020
New Revision: 546758
URL: https://svnweb.freebsd.org/changeset/ports/546758

Log:
  emulators/cinc: fix build on current and deprecate

Modified:
  head/emulators/cinc/Makefile

Modified: head/emulators/cinc/Makefile
==============================================================================
--- head/emulators/cinc/Makefile	Fri Aug 28 17:02:35 2020	(r546757)
+++ head/emulators/cinc/Makefile	Fri Aug 28 17:02:55 2020	(r546758)
@@ -13,6 +13,11 @@ COMMENT=	Bell Laboratories cardiac computer emulator
 GNU_CONFIGURE=	yes
 USES=		gmake
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 PLIST_FILES=	bin/cinc \
 		bin/casm
 


More information about the svn-ports-all mailing list