svn commit: r372573 - head/emulators/qemu-devel/files
Juergen Lock
nox at jelal.kn-bremen.de
Fri Nov 21 17:54:08 UTC 2014
On Fri, Nov 21, 2014 at 10:57:45AM +0100, Jan Beich wrote:
> Juergen Lock <nox at FreeBSD.org> 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!
>
More information about the svn-ports-head
mailing list