Index: head/science/bddsolve/Makefile =================================================================== --- head/science/bddsolve/Makefile (revision 288152) +++ head/science/bddsolve/Makefile (revision 288153) @@ -1,38 +1,42 @@ # New ports collection makefile for: bddsolve # Date created: 11 May 2010 # Whom: Ed Schouten # # $FreeBSD$ # PORTNAME= bddsolve PORTVERSION= 1.02 CATEGORIES= science MASTER_SITES= http://www.win.tue.nl/~wieger/bddsolve/ MAINTAINER= ed@FreeBSD.org COMMENT= BDD-based satisfiability and reachability solver LIB_DEPENDS+= bdd:${PORTSDIR}/science/buddy \ boost_program_options:${PORTSDIR}/devel/boost-libs USE_ZIP= yes USE_GCC= 4.2+ NO_WRKSUBDIR= yes .include +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc: runs out of virtual memory +.endif + do-build: ${CXX} ${CFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include \ ${LDFLAGS} -L${LOCALBASE}/lib -lbdd -lboost_program_options \ -o ${WRKSRC}/bddsolve ${WRKSRC}/src/bddsolve.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bddsolve ${LOCALBASE}/bin/ .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/example/reach.b ${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/example/sat.b ${EXAMPLESDIR}/ .endif .include Property changes on: head/science/bddsolve/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/shells/fd/Makefile =================================================================== --- head/shells/fd/Makefile (revision 288152) +++ head/shells/fd/Makefile (revision 288153) @@ -1,63 +1,69 @@ # New ports collection makefile for: FDclone # Date created: 20 Feb 1996 # Whom: Nobuhiro Yasutomi # # $FreeBSD$ # PORTNAME= fd PORTVERSION= 3.00j PORTREVISION= 1 CATEGORIES= shells net MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ ftp://ftp.unixusers.net/src/fdclone/ DISTNAME= FD-${PORTVERSION} MAINTAINER= knu@FreeBSD.org COMMENT= A CUI-based file and directory management tool MANLANG= "" ja MAN1= fd.1 fdsh.1 MAKE_ENV= LANG=ja MAKE_ARGS= CC="${CC}" CONFDIR="${PREFIX}/etc" MAKE_JOBS_SAFE= yes DOCS_EN= FAQ.eng \ LICENSES.eng \ README.eng \ TECHKNOW.eng \ ToAdmin.eng DOCS_JA= FAQ \ HISTORY \ LICENSES \ README \ TECHKNOW \ ToAdmin post-configure: ${REINPLACE_CMD} -E -e 's|^(#[[:space:]]*define[[:space:]]+EXTENDCCOPT[[:space:]]+"([^"]+ )?)-O(["[:space:]])|\1${CFLAGS}\3|' ${WRKSRC}/machine.h post-install: @${ECHO} "Updating /etc/shells" @-${CP} /etc/shells /etc/shells.bak; \ (${GREP} -v ${PREFIX}/bin/fdsh /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/fdsh) > /etc/shells; \ ${RM} -f /etc/shells.bak @${INSTALL_DATA} ${WRKSRC}/_fdrc.orig ${PREFIX}/etc/fd2rc.dist @${INSTALL_DATA} ${WRKSRC}/_fdrc ${PREFIX}/etc/fd2rc.sample if [ ! -f ${PREFIX}/etc/fd2rc ]; then \ ${CP} -p ${PREFIX}/etc/fd2rc.sample ${PREFIX}/etc/fd2rc; \ fi .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${MKDIR} ${PREFIX}/share/doc/ja/${PORTNAME} @for i in ${DOCS_EN}; do \ ${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR}; \ done @for i in ${DOCS_JA}; do \ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ja/${PORTNAME}; \ done @${CAT} ${PKGMESSAGE} .endif -.include +.include + +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc: tzfile.h: No such file or directory +.endif + +.include Property changes on: head/shells/fd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.102 \ No newline at end of property +1.103 \ No newline at end of property