svn commit: r429055 - head/lang/racket-minimal

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


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

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

Modified:
  head/lang/racket-minimal/Makefile

Modified: head/lang/racket-minimal/Makefile
==============================================================================
--- head/lang/racket-minimal/Makefile	Wed Dec 21 10:21:45 2016	(r429054)
+++ head/lang/racket-minimal/Makefile	Wed Dec 21 10:23:04 2016	(r429055)
@@ -55,4 +55,10 @@ JIT_CONFIGURE_ENABLE=	jit
 post-install:
 	${FIND} ${STAGEDIR}${PREFIX} -type d -empty -delete
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 && ${ARCH} == i386
+BROKEN=		does not build on i386 (Seg fault (internal error) at 0x606060a)
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-head mailing list