From owner-freebsd-emulation@freebsd.org Sun Mar 18 17:17:44 2018 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6A4B4F6494F for ; Sun, 18 Mar 2018 17:17:44 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 020867C302 for ; Sun, 18 Mar 2018 17:17:44 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id B5B01F6493F; Sun, 18 Mar 2018 17:17:43 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A390EF6493E for ; Sun, 18 Mar 2018 17:17:43 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 514097C300; Sun, 18 Mar 2018 17:17:43 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 82DE0EBC; Sun, 18 Mar 2018 12:17:41 -0500 (CDT) Date: Sun, 18 Mar 2018 12:17:40 -0500 From: Mark Linimon To: emulation@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r464924 - head/emulators/rtc] Message-ID: <20180318171740.GB29538@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2018 17:17:44 -0000 FYI ----- Forwarded message from Mark Linimon ----- Date: Sun, 18 Mar 2018 15:26:30 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464924 - head/emulators/rtc 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 ----- End forwarded message -----