Index: head/security/mosref/Makefile =================================================================== --- head/security/mosref/Makefile (revision 226630) +++ head/security/mosref/Makefile (revision 226631) @@ -1,37 +1,43 @@ # Ports collection makefile for: security/mosref # Date created: 2006-08-18 # Whom: Piet Delport # # $FreeBSD$ PORTNAME= mosref PORTVERSION= 2.0.b3 CATEGORIES= security lang scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-2.0-beta3 MAINTAINER= pjdelport@gmail.com COMMENT= A secure remote execution framework using a compact Scheme-influenced VM USE_GMAKE= yes PORTDOCS= ChangeLog TODO vm-implementation.tex vm-implementation.pdf +.include + +.if ${ARCH} == "amd64" && ${OSVERSION} >= 700000 +BROKEN= segmentation fault during build +.endif + # The distfile has execute bits set on everything; fix. post-extract: ${FIND} ${WRKSRC} -type f -exec ${CHMOD} a-x {} ";" post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/bin/install.ms post-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/share/vimrc ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog TODO ${DOCSDIR} cd ${WRKSRC}/doc && ${INSTALL_DATA} vm-implementation.tex vm-implementation.pdf ${DOCSDIR} .endif -.include +.include Property changes on: head/security/mosref/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property