Date: Sun, 18 Mar 2018 15:26:30 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464924 - head/emulators/rtc Message-ID: <201803181526.w2IFQUDh030548@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803181526.w2IFQUDh030548>