Fri Nov 25 21:55:06 2011 UTC ()
asy needs more memory than available by default, unlimit.


(joerg)
diff -r1.5 -r1.6 pkgsrc/graphics/asymptote/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/graphics/asymptote/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/asymptote/Makefile 2011/07/04 00:18:07 1.5
+++ pkgsrc/graphics/asymptote/Makefile 2011/11/25 21:55:06 1.6
@@ -1,33 +1,35 @@ @@ -1,33 +1,35 @@
1# $NetBSD: Makefile,v 1.5 2011/07/04 00:18:07 jym Exp $ 1# $NetBSD: Makefile,v 1.6 2011/11/25 21:55:06 joerg Exp $
2# 2#
3 3
4DISTNAME= asymptote-1.85 4DISTNAME= asymptote-1.85
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asymptote/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asymptote/}
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX} 8DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://asymptote.sourceforge.net/ 11HOMEPAGE= http://asymptote.sourceforge.net/
12COMMENT= Powerful descriptive vector graphics language for technical drawings 12COMMENT= Powerful descriptive vector graphics language for technical drawings
13LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3 13LICENSE= gnu-gpl-v3 AND gnu-lgpl-v3
14 14
15BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 15BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
16BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex 16BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
17BUILD_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript 17BUILD_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
18 18
19PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
20 20
 21UNLIMIT_RESOURCES= datasize
 22
21GNU_CONFIGURE= yes 23GNU_CONFIGURE= yes
22INFO_FILES= yes 24INFO_FILES= yes
23USE_LANGUAGES= c c++ 25USE_LANGUAGES= c c++
24 26
25CONFIGURE_ARGS+= --enable-gc=system 27CONFIGURE_ARGS+= --enable-gc=system
26CONFIGURE_ARGS+= --infodir=${PREFIX}/info 28CONFIGURE_ARGS+= --infodir=${PREFIX}/info
27USE_TOOLS+= gmake makeinfo perl 29USE_TOOLS+= gmake makeinfo perl
28CFLAGS+= -DGC_NO_THREAD_REDIRECTS 30CFLAGS+= -DGC_NO_THREAD_REDIRECTS
29 31
30REPLACE_PYTHON+= GUI/*.py 32REPLACE_PYTHON+= GUI/*.py
31 33
32SUBST_CLASSES+= python 34SUBST_CLASSES+= python
33SUBST_STAGE.python= post-patch 35SUBST_STAGE.python= post-patch