From owner-svn-ports-head@FreeBSD.ORG Fri Nov 21 17:54:08 2014 Return-Path: Delivered-To: svn-ports-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD279E51; Fri, 21 Nov 2014 17:54:08 +0000 (UTC) Received: from smtp.kn-bremen.de (gruenbaer.kn-bremen.de [148.251.8.79]) by mx1.freebsd.org (Postfix) with ESMTP id 29A3422D; Fri, 21 Nov 2014 17:53:58 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 345833DE0DF7; Fri, 21 Nov 2014 18:53:51 +0100 (CET) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id sALHYEW6046788; Fri, 21 Nov 2014 18:34:14 +0100 (CET) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id sALHYEVH046787; Fri, 21 Nov 2014 18:34:14 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Fri, 21 Nov 2014 18:34:14 +0100 To: Jan Beich Subject: Re: svn commit: r372573 - head/emulators/qemu-devel/files Message-ID: <20141121173414.GA46766@enceladus10.kn-bremen.de> References: <201411141852.sAEIqXwd092288@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, Juergen Lock , svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2014 17:54:08 -0000 On Fri, Nov 21, 2014 at 10:57:45AM +0100, Jan Beich wrote: > Juergen Lock writes: > > > Log: > > (Attempt to) fix build on head after faith(4) removal. (r274331) > > > > Submitted by: beefy1 via pkg-fallout > > > > Added: > > head/emulators/qemu-devel/files/extra-patch-bsd-user-freebsd-os-socket.h > > (contents, props changed) > > Did you miss connect the patch to the build? It still fails otherwise. > Yeah I just noticed the same from the pkg-fallout mail... will fix. Juergen > $ make DISABLE_MAKE_JOBS= > ===> Building for qemu-user-static-2.0.2_6 > gmake[2]: Entering directory '/work/qemu-2.0.2' > CC i386-bsd-user/bsd-user/syscall.o > In file included from /work/qemu-2.0.2/bsd-user/syscall.c:52: > /work/qemu-2.0.2/bsd-user/freebsd/os-socket.h:184:14: error: > use of undeclared identifier 'IP_FAITH' > case IP_FAITH: /* bool; accept FAITH'ed connections */ > ^ > /work/qemu-2.0.2/bsd-user/freebsd/os-socket.h:457:14: error: > use of undeclared identifier 'IP_FAITH' > case IP_FAITH: > ^ > 2 errors generated. > > Index: emulators/qemu-devel/Makefile > =================================================================== > --- emulators/qemu-devel/Makefile (revision 372830) > +++ emulators/qemu-devel/Makefile (working copy) > @@ -48,6 +48,7 @@ CONFLICTS_INSTALL= qemu-[0-9]* > > .if ${PORT_OPTIONS:MBSD_USER} > EXTRA_PATCHES+= ${FILESDIR}/extra-patch-790d0ef625d22ff3f1a895d266a48e2bacd63776 > +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-bsd-user-freebsd-os-socket.h > EXTRA_PATCHES+= ${FILESDIR}/extra-patch-3d175d6ed5b809976662135369c639f53780ca5c > EXTRA_PATCHES+= ${FILESDIR}/extra-patch-a3129eea10f188bfd39ce83b18b25dcefbc5bffc > EXTRA_PATCHES+= ${FILESDIR}/extra-patch-fd7ec8e06cd1876ef478975f052ff64134d19c6c > > > ------------------------------------------------- > > VFEmail.net - http://www.vfemail.net > ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! > $24.95 ONETIME Lifetime accounts with Privacy Features! > 15GB disk! No bandwidth quotas! > Commercial and Bulk Mail Options! >