Date: Thu, 11 Jul 2013 06:31:54 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322747 - head/graphics/raster3d Message-ID: <201307110631.r6B6Vsvb057069@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Jul 11 06:31:54 2013 New Revision: 322747 URL: http://svnweb.freebsd.org/changeset/ports/322747 Log: Mark jobs unsafe (fails with -j24) While here: - Use options helpers - Removed indefinite article Modified: head/graphics/raster3d/Makefile Modified: head/graphics/raster3d/Makefile ============================================================================== --- head/graphics/raster3d/Makefile Thu Jul 11 06:27:40 2013 (r322746) +++ head/graphics/raster3d/Makefile Thu Jul 11 06:31:54 2013 (r322747) @@ -1,9 +1,5 @@ -# New ports collection makefile for: Raster3D -# Date Created: 2006-04-28 -# Whom: Shaun Amott <shaun@inerd.com> -# +# Created by: Shaun Amott <shaun@inerd.com> # $FreeBSD$ -# PORTNAME= raster3d PORTVERSION= 3.0.2 @@ -13,7 +9,7 @@ MASTER_SITES= http://skuld.bmsc.washingt DISTNAME= Raster3D_${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org -COMMENT= A set of tools for generating raster images of proteins and molecules +COMMENT= Set of tools for generating raster images of proteins and molecules LICENSE= ART20 @@ -28,7 +24,7 @@ MAKE_ARGS= INCDIRS="-I${LOCALBASE}/inclu CC="${CC}" CFLAGS="${CFLAGS}" FC="${FC}" FFLAGS="${FFLAGS}" \ RM="${RM}" OS="${OPSYS}" ALL_TARGET= linux all -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes MANL= avs2ps.l balls.l label3d.l r3d_objects.l r3dtops.l rastep.l \ raster3d.l render.l ribbon.l rods.l normal3d.l stereo3d.l @@ -36,20 +32,16 @@ MANL= avs2ps.l balls.l label3d.l r3d_ob CFLAGS+= -DLINUX -DNETWORKBYTEORDER -Dgfortran FFLAGS+= -fno-range-check -ffixed-line-length-132 +MAGICK_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +MAGICK_CFLAGS= -DIMAGEPIPE +OPTIONS_SUB= yes + .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2: internal compiler error .endif -.if ${PORT_OPTIONS:MMAGiCK} -RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick -CFLAGS+= -DIMAGEPIPE -PLIST_SUB+= IMAGEMAGICK="" -.else -PLIST_SUB+= IMAGEMAGICK="@comment " -.endif - do-install: .for file in avs2ps balls normal3d rastep render ribbon rings3d rods cd ${WRKSRC} && ${INSTALL_PROGRAM} ${file} ${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307110631.r6B6Vsvb057069>