Sat Sep 16 13:27:59 2017 UTC ()
pari: uses perl unsafe @INC


(tnn)
diff -r1.72 -r1.73 pkgsrc/math/pari/Makefile

cvs diff -r1.72 -r1.73 pkgsrc/math/pari/Makefile (expand / switch to unified diff)

--- pkgsrc/math/pari/Makefile 2017/01/07 13:37:41 1.72
+++ pkgsrc/math/pari/Makefile 2017/09/16 13:27:59 1.73
@@ -1,33 +1,34 @@ @@ -1,33 +1,34 @@
1# $NetBSD: Makefile,v 1.72 2017/01/07 13:37:41 leot Exp $ 1# $NetBSD: Makefile,v 1.73 2017/09/16 13:27:59 tnn Exp $
2 2
3DISTNAME= pari-2.7.6 3DISTNAME= pari-2.7.6
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= math 5CATEGORIES= math
6MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ 6MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://pari.math.u-bordeaux.fr/ 9HOMEPAGE= http://pari.math.u-bordeaux.fr/
10COMMENT= Software package for computer-aided number theory 10COMMENT= Software package for computer-aided number theory
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
14 14
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16USE_TOOLS+= gmake perl:run 16USE_TOOLS+= gmake perl:run
17USE_LANGUAGES+= c c++ 17USE_LANGUAGES+= c c++
18HAS_CONFIGURE= yes 18HAS_CONFIGURE= yes
19CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} 19CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
20CONFIGURE_ENV+= PERL5=${PERL5:Q} 20CONFIGURE_ENV+= PERL5=${PERL5:Q}
 21MAKE_ENV+= PERL_USE_UNSAFE_INC=1
21 22
22CONFIGURE_SCRIPT= ${WRKSRC}/Configure 23CONFIGURE_SCRIPT= ${WRKSRC}/Configure
23CONFIGURE_ARGS+= --prefix=${PREFIX} 24CONFIGURE_ARGS+= --prefix=${PREFIX}
24CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}/man1 25CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}/man1
25CONFIGURE_ARGS+= --share-prefix=${PREFIX}/share 26CONFIGURE_ARGS+= --share-prefix=${PREFIX}/share
26 27
27REPLACE_PERL+= src/desc/PARI/822.pm 28REPLACE_PERL+= src/desc/PARI/822.pm
28REPLACE_PERL+= doc/gphelp 29REPLACE_PERL+= doc/gphelp
29REPLACE_PERL+= misc/tex2mail 30REPLACE_PERL+= misc/tex2mail
30 31
31BUILD_TARGET= all 32BUILD_TARGET= all
32TEST_TARGET= test-compat bench 33TEST_TARGET= test-compat bench
33INSTALL_TARGET= install 34INSTALL_TARGET= install