pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/pari



Module Name:    pkgsrc
Committed By:   rillig
Date:           Fri May 22 17:45:24 UTC 2020

Modified Files:
        pkgsrc/math/pari: Makefile

Log Message:
math/pari: clean up REPLACE_PERL

Two of the files now use autoconf to insert the correct Perl interpreter.

The dependency "pre-install: replace-interpreter" was useless since then
replace-interpreter would be run once in a direct "bmake update" or
"bmake install", and twice in bulk builds since they first run "bmake
build" and then "bmake install".  And even in the latter case, replacing
the interpreter twice had no effect since it was already replaced in the
configure phase.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/math/pari/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/pari/Makefile
diff -u pkgsrc/math/pari/Makefile:1.78 pkgsrc/math/pari/Makefile:1.79
--- pkgsrc/math/pari/Makefile:1.78      Sat May  2 13:37:08 2020
+++ pkgsrc/math/pari/Makefile   Fri May 22 17:45:24 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2020/05/02 13:37:08 rillig Exp $
+# $NetBSD: Makefile,v 1.79 2020/05/22 17:45:24 rillig Exp $
 
 DISTNAME=      pari-2.7.6
 PKGREVISION=   5
@@ -26,8 +26,6 @@ CONFIGURE_ARGS+=      --mandir=${PREFIX}/${PK
 CONFIGURE_ARGS+=       --share-prefix=${PREFIX}/share
 
 REPLACE_PERL+=         src/desc/PARI/822.pm
-REPLACE_PERL+=         doc/gphelp
-REPLACE_PERL+=         misc/tex2mail
 
 BUILD_TARGET=          all
 TEST_TARGET=           test-compat bench
@@ -39,8 +37,6 @@ SUBST_MESSAGE.fix-cfg=        Adding CFLAGS to 
 SUBST_FILES.fix-cfg=   config/get_*
 SUBST_SED.fix-cfg=     -e 's,$$CC $$extraflag,$$CC $$CFLAGS $$extraflag,g'
 
-pre-install: replace-interpreter
-
 .include "options.mk"
 
 # rl_save_prompt()



Home | Main Index | Thread Index | Old Index