pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/perl5
Module Name: pkgsrc
Committed By: rillig
Date: Tue Mar 17 03:45:56 UTC 2020
Modified Files:
pkgsrc/lang/perl5: Makefile
Log Message:
lang/perl5: remove obsolete SUBST actions
These did not have any effect since the files have changed meanwhile.
To generate a diff of this commit:
cvs rdiff -u -r1.260 -r1.261 pkgsrc/lang/perl5/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/perl5/Makefile
diff -u pkgsrc/lang/perl5/Makefile:1.260 pkgsrc/lang/perl5/Makefile:1.261
--- pkgsrc/lang/perl5/Makefile:1.260 Sun Nov 24 01:08:21 2019
+++ pkgsrc/lang/perl5/Makefile Tue Mar 17 03:45:55 2020
@@ -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/ExtUtils-Miniperl/li
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_SED.cpprun= -e "s/cpprun=''/cpprun
#
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