svn commit: r429054 - head/emulators/bochs

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 21 10:21:46 UTC 2016


Author: amdmi3
Date: Wed Dec 21 10:21:45 2016
New Revision: 429054
URL: https://svnweb.freebsd.org/changeset/ports/429054

Log:
  - Mark BROKEN on FreeBSD 10+ i386 10

Modified:
  head/emulators/bochs/Makefile

Modified: head/emulators/bochs/Makefile
==============================================================================
--- head/emulators/bochs/Makefile	Wed Dec 21 10:14:48 2016	(r429053)
+++ head/emulators/bochs/Makefile	Wed Dec 21 10:21:45 2016	(r429054)
@@ -290,4 +290,10 @@ post-install-DOCS-on:
 	(cd ${WRKSRC}/docs-html && ${INSTALL_DATA} *.html \
 		${STAGEDIR}${DOCSDIR}/html)
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${ARCH} == i386
+BROKEN=		does not build on i386 (../cpu.h:4513:117: error: 'regparm' parameter must be between 0 and 3 inclusive)
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list