pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 lang/perl5: remove obsolete SUBST actions



details:   https://anonhg.NetBSD.org/pkgsrc/rev/def6f61f1127
branches:  trunk
changeset: 424961:def6f61f1127
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Mar 17 03:45:55 2020 +0000

description:
lang/perl5: remove obsolete SUBST actions

These did not have any effect since the files have changed meanwhile.

diffstat:

 lang/perl5/Makefile |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (33 lines):

diff -r 2d9ec26aa385 -r def6f61f1127 lang/perl5/Makefile
--- a/lang/perl5/Makefile       Mon Mar 16 22:09:54 2020 +0000
+++ b/lang/perl5/Makefile       Tue Mar 17 03:45:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.260 2019/11/24 01:08:21 gdt Exp $
+# $NetBSD: Makefile,v 1.261 2020/03/17 03:45:55 rillig Exp $
 
 .include "license.mk"
 .include "Makefile.common"
@@ -256,14 +256,6 @@
 REPLACE_PERL+=         ext/File-DosGlob/lib/File/DosGlob.pm
 REPLACE_PERL+=         lib/unicore/mktables
 
-# And replace a perl interpreter during the pre-install stage
-# I think this may be a bootstrap script, so can't use REPLACE_PERL
-# because that is acted upon already in the pre-configure stage
-SUBST_CLASSES+=                miniperl
-SUBST_STAGE.miniperl=  pre-install
-SUBST_FILES.miniperl=  lib/ExtUtils/xsubpp
-SUBST_SED.miniperl=    -e "1s:\#!./miniperl:\#!${PERL5}:"
-
 .if ${PKGSRC_COMPILER:Mxlc}
 SUBST_CLASSES+=                cpprun
 SUBST_STAGE.cpprun=    pre-install
@@ -281,7 +273,7 @@
 #
 SUBST_CLASSES+=                dirmode
 SUBST_STAGE.dirmode=   pre-configure
-SUBST_FILES.dirmode=   installhtml install_lib.pl
+SUBST_FILES.dirmode=   install_lib.pl
 SUBST_SED.dirmode=     -e "s/755/${PKGDIRMODE}/g;/umask(/d"
 
 post-extract:



Home | Main Index | Thread Index | Old Index