Tue Sep 1 13:53:34 2020 UTC ()
perl: mark as superseding p5-Time-HiRes and p5-DB_File


(wiz)
diff -r1.263 -r1.264 pkgsrc/lang/perl5/Makefile

cvs diff -r1.263 -r1.264 pkgsrc/lang/perl5/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/perl5/Makefile 2020/08/31 18:00:37 1.263
+++ pkgsrc/lang/perl5/Makefile 2020/09/01 13:53:34 1.264
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.263 2020/08/31 18:00:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.264 2020/09/01 13:53:34 wiz Exp $
2 2
3.include "license.mk" 3.include "license.mk"
4.include "Makefile.common" 4.include "Makefile.common"
5 5
6COMMENT= Practical Extraction and Report Language 6COMMENT= Practical Extraction and Report Language
7 7
8CONFLICTS+= perl-base-[0-9]* perl-thread-[0-9]* 8CONFLICTS+= perl-base-[0-9]* perl-thread-[0-9]*
9 9
10# CONFLICTS packages older than CORE modules version. 10# CONFLICTS packages older than CORE modules version.
11# based on 'corelist -v ${PKGVERSION}' 11# based on 'corelist -v ${PKGVERSION}'
12# update based on 'corelist -diff ${PREV_PKGVERSION} ${PKGVERSION}' 12# update based on 'corelist -diff ${PREV_PKGVERSION} ${PKGVERSION}'
13CONFLICTS+= p5-Archive-Tar<2.36 13CONFLICTS+= p5-Archive-Tar<2.36
14CONFLICTS+= p5-Attribute-Handlers<1.01 14CONFLICTS+= p5-Attribute-Handlers<1.01
@@ -68,26 +68,28 @@ CONFLICTS+= p5-Tie-RefHash<1.39 @@ -68,26 +68,28 @@ CONFLICTS+= p5-Tie-RefHash<1.39
68CONFLICTS+= p5-Time-HiRes<1.9764 68CONFLICTS+= p5-Time-HiRes<1.9764
69CONFLICTS+= p5-Time-Local<1.28 69CONFLICTS+= p5-Time-Local<1.28
70CONFLICTS+= p5-Time-Piece<1.34.01 70CONFLICTS+= p5-Time-Piece<1.34.01
71CONFLICTS+= p5-Unicode-Collate<1.27 71CONFLICTS+= p5-Unicode-Collate<1.27
72CONFLICTS+= p5-Unicode-Normalize<1.27 72CONFLICTS+= p5-Unicode-Normalize<1.27
73CONFLICTS+= p5-XSLoader<0.30 73CONFLICTS+= p5-XSLoader<0.30
74CONFLICTS+= p5-autodie<2.32 74CONFLICTS+= p5-autodie<2.32
75CONFLICTS+= p5-constant<1.33 75CONFLICTS+= p5-constant<1.33
76CONFLICTS+= p5-experimental<0.020 76CONFLICTS+= p5-experimental<0.020
77CONFLICTS+= p5-parent<0.238 77CONFLICTS+= p5-parent<0.238
78CONFLICTS+= p5-version<0.9924 78CONFLICTS+= p5-version<0.9924
79 79
80SUPERSEDES+= p5-Tie-File<=0.99 80SUPERSEDES+= p5-Tie-File<=0.99
 81SUPERSEDES+= p5-Time-HiRes-[0-9]*
 82SUPERSEDES+= p5-DB_File-[0-9]*
81SUPERSEDES+= p5-Memoize<=1.03 83SUPERSEDES+= p5-Memoize<=1.03
82SUPERSEDES+= p5-I18N-LangTags<=0.39 84SUPERSEDES+= p5-I18N-LangTags<=0.39
83SUPERSEDES+= p5-Locale-Maketext<=1.23 85SUPERSEDES+= p5-Locale-Maketext<=1.23
84SUPERSEDES+= p5-experimental<=0.007 86SUPERSEDES+= p5-experimental<=0.007
85 87
86# XXX: requires that gcc use an external perl to avoid circular dependencies 88# XXX: requires that gcc use an external perl to avoid circular dependencies
87USE_GCC_RUNTIME= yes 89USE_GCC_RUNTIME= yes
88USE_LANGUAGES= c c99 90USE_LANGUAGES= c c99
89 91
90.include "../../mk/bsd.prefs.mk" 92.include "../../mk/bsd.prefs.mk"
91 93
92# Determine the Perl API version from the patchlevel.h file from the 94# Determine the Perl API version from the patchlevel.h file from the
93# source distribution. 95# source distribution.