Wed May 13 04:19:42 2020 UTC ()
math/pari23: remove redundant SUBST block

At least on NetBSD 8.0 x86_64, this is not necessary.


(rillig)
diff -r1.7 -r1.8 pkgsrc/math/pari23/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/math/pari23/Makefile (expand / switch to unified diff)

--- pkgsrc/math/pari23/Makefile 2020/01/26 17:31:39 1.7
+++ pkgsrc/math/pari23/Makefile 2020/05/13 04:19:42 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.7 2020/01/26 17:31:39 rillig Exp $ 1# $NetBSD: Makefile,v 1.8 2020/05/13 04:19:42 rillig Exp $
2 2
3DISTNAME= pari-2.3.5 3DISTNAME= pari-2.3.5
4PKGREVISION= 23 4PKGREVISION= 23
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= https://pari.math.u-bordeaux.fr/ 9HOMEPAGE= https://pari.math.u-bordeaux.fr/
10COMMENT= Software package for computer-aided number theory (2.3 version) 10COMMENT= Software package for computer-aided number theory (2.3 version)
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13MAKE_JOBS_SAFE= no 13MAKE_JOBS_SAFE= no
14 14
@@ -26,25 +26,19 @@ CONFIGURE_ARGS+= --share-prefix=${PREFIX @@ -26,25 +26,19 @@ CONFIGURE_ARGS+= --share-prefix=${PREFIX
26 26
27REPLACE_PERL+= src/desc/PARI/822.pm 27REPLACE_PERL+= src/desc/PARI/822.pm
28 28
29BUILD_TARGET= all 29BUILD_TARGET= all
30TEST_TARGET= test-compat bench 30TEST_TARGET= test-compat bench
31INSTALL_TARGET= install 31INSTALL_TARGET= install
32 32
33SUBST_CLASSES+= fix-cfg 33SUBST_CLASSES+= fix-cfg
34SUBST_STAGE.fix-cfg= pre-configure 34SUBST_STAGE.fix-cfg= pre-configure
35SUBST_MESSAGE.fix-cfg= Adding CFLAGS to Configure scripts. 35SUBST_MESSAGE.fix-cfg= Adding CFLAGS to Configure scripts.
36SUBST_FILES.fix-cfg= config/get_* 36SUBST_FILES.fix-cfg= config/get_*
37SUBST_SED.fix-cfg= -e 's,$$CC $$extraflag,$$CC $$CFLAGS $$extraflag,g' 37SUBST_SED.fix-cfg= -e 's,$$CC $$extraflag,$$CC $$CFLAGS $$extraflag,g'
38 38
39SUBST_CLASSES+= fix-wrap 
40SUBST_STAGE.fix-wrap= post-build 
41SUBST_MESSAGE.fix-wrap= Removing TOOLS_DIR references 
42SUBST_FILES.fix-wrap= */pari.cfg 
43SUBST_SED.fix-wrap= -e "s,${TOOLS_DIR}/bin/,,g" 
44 
45.include "options.mk" 39.include "options.mk"
46 40
47.include "../../devel/ncurses/buildlink3.mk" 41.include "../../devel/ncurses/buildlink3.mk"
48# rl_save_prompt() 42# rl_save_prompt()
49.include "../../devel/readline/buildlink3.mk" 43.include "../../devel/readline/buildlink3.mk"
50.include "../../mk/bsd.pkg.mk" 44.include "../../mk/bsd.pkg.mk"