Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc p5-ExtUtils-MakeMaker: remove, part of perl since forever
details: https://anonhg.NetBSD.org/pkgsrc/rev/27b5304503dd
branches: trunk
changeset: 438024:27b5304503dd
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 04 11:20:39 2020 +0000
description:
p5-ExtUtils-MakeMaker: remove, part of perl since forever
diffstat:
devel/Makefile | 3 +-
devel/p5-ExtUtils-MakeMaker/DESCR | 12 ---------
devel/p5-ExtUtils-MakeMaker/Makefile | 19 --------------
devel/p5-ExtUtils-MakeMaker/distinfo | 7 -----
devel/p5-ExtUtils-MakeMaker/patches/patch-ab | 36 ----------------------------
doc/CHANGES-2020 | 4 +-
6 files changed, 3 insertions(+), 78 deletions(-)
diffs (122 lines):
diff -r ec1c3f3681f4 -r 27b5304503dd devel/Makefile
--- a/devel/Makefile Fri Sep 04 11:19:08 2020 +0000
+++ b/devel/Makefile Fri Sep 04 11:20:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3198 2020/09/04 11:14:06 wiz Exp $
+# $NetBSD: Makefile,v 1.3199 2020/09/04 11:20:39 wiz Exp $
#
COMMENT= Development utilities
@@ -1364,7 +1364,6 @@
SUBDIR+= p5-ExtUtils-Helpers
SUBDIR+= p5-ExtUtils-InstallPaths
SUBDIR+= p5-ExtUtils-LibBuilder
-SUBDIR+= p5-ExtUtils-MakeMaker
SUBDIR+= p5-ExtUtils-MakeMaker-CPANfile
SUBDIR+= p5-ExtUtils-MakeMaker-Coverage
SUBDIR+= p5-ExtUtils-Manifest
diff -r ec1c3f3681f4 -r 27b5304503dd devel/p5-ExtUtils-MakeMaker/DESCR
--- a/devel/p5-ExtUtils-MakeMaker/DESCR Fri Sep 04 11:19:08 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-This utility is designed to write a Makefile for an extension module
-from a Makefile.PL. It is based on the Makefile.SH model provided
-by Andy Dougherty and the perl5-porters.
-
-It splits the task of generating the Makefile into several subroutines
-that can be individually overridden. Each subroutine returns the
-text it wishes to have written to the Makefile.
-
-MakeMaker is object oriented. Each directory below the current
-directory that contains a Makefile.PL is treated as a separate
-object. This makes it possible to write an unlimited number of
-Makefiles with a single invocation of WriteMakefile().
diff -r ec1c3f3681f4 -r 27b5304503dd devel/p5-ExtUtils-MakeMaker/Makefile
--- a/devel/p5-ExtUtils-MakeMaker/Makefile Fri Sep 04 11:19:08 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.56 2020/09/04 10:41:23 wiz Exp $
-
-DISTNAME= ExtUtils-MakeMaker-7.44
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BINGOS/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://metacpan.org/release/ExtUtils-MakeMaker
-COMMENT= Create a module Makefile
-LICENSE= ${PERL5_LICENSE}
-
-DEPENDS+= p5-ExtUtils-Manifest>=1.65:../../devel/p5-ExtUtils-Manifest
-
-PERL5_PACKLIST= auto/ExtUtils/MakeMaker/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r ec1c3f3681f4 -r 27b5304503dd devel/p5-ExtUtils-MakeMaker/distinfo
--- a/devel/p5-ExtUtils-MakeMaker/distinfo Fri Sep 04 11:19:08 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.36 2020/03/21 14:18:46 mef Exp $
-
-SHA1 (ExtUtils-MakeMaker-7.44.tar.gz) = 875676bb9e1fa97ceebff3e16ff5db3811626518
-RMD160 (ExtUtils-MakeMaker-7.44.tar.gz) = c1cec32ea7b913401dd013b4cabc13f350212ff5
-SHA512 (ExtUtils-MakeMaker-7.44.tar.gz) = c83e5ea1347bc736c007978fdcda9817ecb9ae48df824b0ea02305e7fa82b929c67e1cef244efb40d050e27b1b3903581bb401056bc0b07ec6e5611c84839536
-Size (ExtUtils-MakeMaker-7.44.tar.gz) = 477616 bytes
-SHA1 (patch-ab) = 02e70f6a0ff56977d3ffa45d083412be7185d1cf
diff -r ec1c3f3681f4 -r 27b5304503dd devel/p5-ExtUtils-MakeMaker/patches/patch-ab
--- a/devel/p5-ExtUtils-MakeMaker/patches/patch-ab Fri Sep 04 11:19:08 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-$NetBSD: patch-ab,v 1.13 2016/04/20 15:00:04 mef Exp $
-
-Changes:
- o More general adaptation for BSDs
- o Install scripts in DESTINSTALLSITESCRIPT instead of DESTINSTALLSCRIPT
- o Ignore installed packlist when creating new packlist.
-
---- lib/ExtUtils/MM_Unix.pm.orig 2016-04-19 20:24:21.000000000 +0900
-+++ lib/ExtUtils/MM_Unix.pm 2016-04-20 21:57:39.000000000 +0900
-@@ -1022,7 +1022,7 @@ sub xs_make_dynamic_lib {
- push(@m," \$(RM_F) \$\@\n");
-
- my $libs = '$(LDLOADLIBS)';
-- if (($Is{NetBSD} || $Is{Interix} || $Is{Android}) && $Config{'useshrplib'} eq 'true') {
-+ if (( $Is{BSD} || $Is{Interix} || $Is{Android}) && $Config{'useshrplib'} eq 'true') {
- # Use nothing on static perl platforms, and to the flags needed
- # to link against the shared libperl library on shared perl
- # platforms. We peek at lddlflags to see if we need -Wl,-R
-@@ -2235,7 +2235,7 @@ q{ read "}.$self->catfile('$(PERL_ARCHL
- q{ "$(INST_LIB)" "$(DESTINSTALLPRIVLIB)" \
- "$(INST_ARCHLIB)" "$(DESTINSTALLARCHLIB)" \
- "$(INST_BIN)" "$(DESTINSTALLBIN)" \
-- "$(INST_SCRIPT)" "$(DESTINSTALLSCRIPT)" \
-+ "$(INST_SCRIPT)" "$(DESTINSTALLSITESCRIPT)" \
- "$(INST_MAN1DIR)" "$(DESTINSTALLMAN1DIR)" \
- "$(INST_MAN3DIR)" "$(DESTINSTALLMAN3DIR)"
- $(NOECHO) $(WARN_IF_OLD_PACKLIST) \
-@@ -2246,7 +2246,7 @@ pure_site_install :: all
- $(NOECHO) $(MOD_INSTALL) \
- };
- push @m,
--q{ read "}.$self->catfile('$(SITEARCHEXP)','auto','$(FULLEXT)','.packlist').q{" \
-+q{ read "" \
- write "}.$self->catfile('$(DESTINSTALLSITEARCH)','auto','$(FULLEXT)','.packlist').q{" \
- } unless $self->{NO_PACKLIST};
-
diff -r ec1c3f3681f4 -r 27b5304503dd doc/CHANGES-2020
--- a/doc/CHANGES-2020 Fri Sep 04 11:19:08 2020 +0000
+++ b/doc/CHANGES-2020 Fri Sep 04 11:20:39 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4754 2020/09/04 11:14:58 prlw1 Exp $
+$NetBSD: CHANGES-2020,v 1.4755 2020/09/04 11:20:39 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -7348,4 +7348,4 @@
Removed devel/p5-ExtUtils-CBuilder successor lang/perl5 [wiz 2020-09-04]
Removed devel/p5-ExtUtils-Command successor lang/perl5 [wiz 2020-09-04]
Updated devel/pango to 1.46.1 [prlw1 2020-09-04]
- Updated devel/pango to 1.46.1 [prlw1 2020-09-04]
+ Removed devel/p5-ExtUtils-MakeMaker successor lang/perl5 [wiz 2020-09-04]
Home |
Main Index |
Thread Index |
Old Index