svn commit: r429059 - head/emulators/x49gp

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


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

Log:
  - Mark BROKEN on FreeBSD 10+ i386
  
  Approved by:	portmgr blanket

Modified:
  head/emulators/x49gp/Makefile

Modified: head/emulators/x49gp/Makefile
==============================================================================
--- head/emulators/x49gp/Makefile	Wed Dec 21 10:27:16 2016	(r429058)
+++ head/emulators/x49gp/Makefile	Wed Dec 21 10:30:09 2016	(r429059)
@@ -95,4 +95,10 @@ do-install:
 
 	${INSTALL_DATA} ${DISTDIR}/sdcard64.tar.gz ${STAGEDIR}${DATADIR}/
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${ARCH} == i386
+BROKEN=		does not build on i386 (error: frame pointer required, but reserved)
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list