svn commit: r464924 - head/emulators/rtc

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 15:26:30 UTC 2018


Author: linimon
Date: Sun Mar 18 15:26:29 2018
New Revision: 464924
URL: https://svnweb.freebsd.org/changeset/ports/464924

Log:
  Mark as broken on FreeBSD 12.  This ought to be an easy fix for someone
  who has time.

Modified:
  head/emulators/rtc/Makefile

Modified: head/emulators/rtc/Makefile
==============================================================================
--- head/emulators/rtc/Makefile	Sun Mar 18 15:21:53 2018	(r464923)
+++ head/emulators/rtc/Makefile	Sun Mar 18 15:26:29 2018	(r464924)
@@ -11,6 +11,8 @@ DISTFILES=	# none
 MAINTAINER=	emulation at FreeBSD.org
 COMMENT=	Kernel module which provides /dev/rtc device support
 
+BROKEN_FreeBSD_12=	fails to compile: rtc.c:166:2: implicit declaration of function 'MALLOC' is invalid in C99
+
 WRKSRC=		${WRKDIR}/files
 
 NO_FETCH=	yes


More information about the svn-ports-all mailing list