pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/asymptote Let's assume ghostscript is only us...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7bbb6fb597aa
branches:  trunk
changeset: 353230:7bbb6fb597aa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 01 08:02:06 2016 +0000

description:
Let's assume ghostscript is only used during build until we know otherwise.
-j build failed for me once, so mark as not MAKE_JOBS safe.
Update freeglut comment.

Bump PKGREVISION for dependency change.

diffstat:

 graphics/asymptote/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r d81e64bba5ee -r 7bbb6fb597aa graphics/asymptote/Makefile
--- a/graphics/asymptote/Makefile       Sat Oct 01 07:52:57 2016 +0000
+++ b/graphics/asymptote/Makefile       Sat Oct 01 08:02:06 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2016/09/30 11:54:00 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2016/10/01 08:02:06 wiz Exp $
 
 DISTNAME=      asymptote-2.38
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=asymptote/}
 EXTRACT_SUFX=  .tgz
@@ -20,10 +21,11 @@
 BUILD_DEPENDS+=        tex-parskip-[0-9]*:../../print/tex-parskip
 BUILD_DEPENDS+=        tex-texinfo-[0-9]*:../../print/tex-texinfo
 BUILD_DEPENDS+=        tex-tools-[0-9]*:../../print/tex-tools
+BUILD_DEPENDS+=        ghostscript-agpl>=9.16:../../print/ghostscript-agpl
 DEPENDS+=      tex-geometry-[0-9]*:../../print/tex-geometry
-DEPENDS+=      ghostscript-agpl>=9.16:../../print/ghostscript-agpl
 
 UNLIMIT_RESOURCES=     datasize
+MAKE_JOBS_SAFE=                no # random failure during build as of 2.38
 
 GNU_CONFIGURE=         yes
 INFO_FILES=            yes
@@ -57,7 +59,8 @@
 # next two could be split off into options
 .include "../../math/fftw/buildlink3.mk"
 .include "../../math/gsl/buildlink3.mk"
-# freeglut too old, not recognized
+# wants library called 'glut', but pkgsrc only provides 'freeglut'
+#BUILDLINK_API_DEPENDS.freeglut+=      freeglut>=3.0
 #.include "../../graphics/freeglut/buildlink3.mk"
 # recognized, but makes asy dump core during creation of documentation
 #.include "../../graphics/glut/buildlink3.mk"



Home | Main Index | Thread Index | Old Index