Index: head/science/elmer-meshgen2d/Makefile =================================================================== --- head/science/elmer-meshgen2d/Makefile (revision 228642) +++ head/science/elmer-meshgen2d/Makefile (revision 228643) @@ -1,26 +1,32 @@ # New ports collection makefile for: elmer-meshgen2d # Date created: 5 Jan 2006 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= meshgen2d PORTVERSION= 5.0.0 PORTREVISION= 5 CATEGORIES= science MASTER_SITES= SF/elmerfem PKGNAMEPREFIX= elmer- MAINTAINER= araujo@FreeBSD.org COMMENT= A Mesh Generation Utility for use with the ELMER FEM package USE_FORTRAN= yes GNU_CONFIGURE= yes ALL_TARGET= PLIST_FILES= bin/ElmerMesh2D \ bin/Mesh2D -.include +.include + +.if ${ARCH} == "amd64" +BROKEN= Does not compile on amd64 +.endif + +.include Property changes on: head/science/elmer-meshgen2d/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/science/elmerpost/Makefile =================================================================== --- head/science/elmerpost/Makefile (revision 228642) +++ head/science/elmerpost/Makefile (revision 228643) @@ -1,40 +1,39 @@ # New ports collection makefile for: elmerpost # Date created: 5 Jan 2006 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= elmerpost PORTVERSION= 5.4.0 PORTREVISION= 5 CATEGORIES= science MASTER_SITES= SF/elmerfem MAINTAINER= araujo@FreeBSD.org COMMENT= Visualization of Numerical Results in the ELMER FEM package BUILD_DEPENDS= ${LOCALBASE}/lib/libmatc.a:${PORTSDIR}/science/elmer-matc \ wish8.4:${PORTSDIR}/x11-toolkits/tk84 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 # Elmer avoids the new C++ headers because they cause problems # on older systems (Irix) CXXFLAGS+= -Wno-deprecated USE_GL= yes USE_XORG= x11 xt xi GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= USE_FORTRAN= yes .include -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -FFLAGS+= -fPIC +.if ${ARCH} == "amd64" +BROKEN= Does not compile on amd64 .endif .include Property changes on: head/science/elmerpost/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.19 \ No newline at end of property +1.20 \ No newline at end of property