Sat Jun 27 22:38:07 2015 UTC ()
Needs pdftex.


(joerg)
diff -r1.127 -r1.128 pkgsrc/math/octave/Makefile

cvs diff -r1.127 -r1.128 pkgsrc/math/octave/Makefile (expand / switch to unified diff)

--- pkgsrc/math/octave/Makefile 2015/06/15 21:18:03 1.127
+++ pkgsrc/math/octave/Makefile 2015/06/27 22:38:07 1.128
@@ -1,33 +1,34 @@ @@ -1,33 +1,34 @@
1# $NetBSD: Makefile,v 1.127 2015/06/15 21:18:03 joerg Exp $ 1# $NetBSD: Makefile,v 1.128 2015/06/27 22:38:07 joerg Exp $
2 2
3DISTNAME= octave-${OCTAVE_VER} 3DISTNAME= octave-${OCTAVE_VER}
4PKGREVISION= 9 4PKGREVISION= 9
5CATEGORIES= math 5CATEGORIES= math
6MASTER_SITES= ${MASTER_SITE_GNU:=octave/} 6MASTER_SITES= ${MASTER_SITE_GNU:=octave/}
7MASTER_SITES+= ftp://ftp.octave.org/pub/octave/ 7MASTER_SITES+= ftp://ftp.octave.org/pub/octave/
8MASTER_SITES+= ftp://ftp.octave.org/pub/octave/bleeding-edge/ 8MASTER_SITES+= ftp://ftp.octave.org/pub/octave/bleeding-edge/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= adam@NetBSD.org 11MAINTAINER= adam@NetBSD.org
12HOMEPAGE= http://www.octave.org/ 12HOMEPAGE= http://www.octave.org/
13COMMENT= High-level language, intended for numerical computations 13COMMENT= High-level language, intended for numerical computations
14LICENSE= gnu-gpl-v3 14LICENSE= gnu-gpl-v3
15 15
16BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf 16BUILD_DEPENDS+= gperf>=2.7:../../devel/gperf
17BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts 17BUILD_DEPENDS+= tex-latex-fonts-[0-9]*:../../fonts/tex-latex-fonts
18BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 18BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
19BUILD_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf 19BUILD_DEPENDS+= tex-epsf-[0-9]*:../../print/tex-epsf
20BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex 20BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex
 21BUILD_DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
21TOOL_DEPENDS+= gtexinfo>=5.1:../../devel/gtexinfo 22TOOL_DEPENDS+= gtexinfo>=5.1:../../devel/gtexinfo
22DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot 23DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
23 24
24OCTAVE_VER= 3.6.4 25OCTAVE_VER= 3.6.4
25 26
26.if (${MACHINE_ARCH} == "arm32") 27.if (${MACHINE_ARCH} == "arm32")
27BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3) 28BROKEN= Internal compiler error occurs on arm32 (even with gcc-2.95.3)
28.endif 29.endif
29 30
30USE_LIBTOOL= yes 31USE_LIBTOOL= yes
31USE_TOOLS+= autoconf gsed gmake:run makeinfo perl pkg-config bison 32USE_TOOLS+= autoconf gsed gmake:run makeinfo perl pkg-config bison
32GNU_CONFIGURE= yes 33GNU_CONFIGURE= yes
33 34