pkgsrc-WIP-changes archive

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

*: comment out p5-Time-HiRes dependency, part of perl



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Sep 1 10:00:27 2020 +0200
Changeset:	015e30863c5d55eb98bf720045a4cd96b4943076

Modified Files:
	astguiclient-vicidial/Makefile
	munin-common/Makefile.common
	munin-master/Makefile
	munin-node/Makefile
	p5-CGI-Application-Plugin-DevPopup/Makefile
	p5-IO-Lambda/Makefile
	p5-Net-Delicious/Makefile
	p5-Regexp-Debugger/Makefile
	p5-mha4mysql-manager/Makefile

Log Message:
*: comment out p5-Time-HiRes dependency, part of perl

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=015e30863c5d55eb98bf720045a4cd96b4943076

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

diffstat:
 astguiclient-vicidial/Makefile              | 2 +-
 munin-common/Makefile.common                | 2 +-
 munin-master/Makefile                       | 3 +--
 munin-node/Makefile                         | 3 +--
 p5-CGI-Application-Plugin-DevPopup/Makefile | 2 +-
 p5-IO-Lambda/Makefile                       | 2 +-
 p5-Net-Delicious/Makefile                   | 2 +-
 p5-Regexp-Debugger/Makefile                 | 2 +-
 p5-mha4mysql-manager/Makefile               | 3 +--
 9 files changed, 9 insertions(+), 12 deletions(-)

diffs:
diff --git a/astguiclient-vicidial/Makefile b/astguiclient-vicidial/Makefile
index 52fb0488fa..b0d03372fd 100644
--- a/astguiclient-vicidial/Makefile
+++ b/astguiclient-vicidial/Makefile
@@ -32,7 +32,7 @@ DEPENDS+=	p5-Digest-SHA1>=2.1:../../security/p5-Digest-SHA1
 DEPENDS+=	p5-Pod-Usage>=1.6:../../devel/p5-Pod-Usage
 DEPENDS+=	p5-Getopt-Long>=2.5:../../devel/p5-Getopt-Long
 DEPENDS+=	p5-Net-Telnet>=3.0:../../net/p5-Net-Telnet
-DEPENDS+=	p5-Time-HiRes>=1.9:../../time/p5-Time-HiRes
+#DEPENDS+=	p5-Time-HiRes>=1.9:../../time/p5-Time-HiRes
 DEPENDS+=	p5-Net-Server>=2.0:../../net/p5-Net-Server
 DEPENDS+=	p5-Mail-Sendmail>=0.7:../../mail/p5-Mail-Sendmail
 DEPENDS+=	p5-Unicode-Map>=0.1:../../converters/p5-Unicode-Map
diff --git a/munin-common/Makefile.common b/munin-common/Makefile.common
index 0414a1e158..fa64583433 100644
--- a/munin-common/Makefile.common
+++ b/munin-common/Makefile.common
@@ -15,7 +15,7 @@ LICENSE=	gnu-gpl-v2
 
 BUILD_DEPENDS+=	p5-CPAN-Meta>=2.141170:../../devel/p5-CPAN-Meta
 BUILD_DEPENDS+=	p5-Module-Build>=0.42050:../../devel/p5-Module-Build
-BUILD_DEPENDS+=	p5-Time-HiRes>=0:../../time/p5-Time-HiRes
+#BUILD_DEPENDS+=	p5-Time-HiRes>=0:../../time/p5-Time-HiRes
 DEPENDS=	p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay
 
 DISTINFO_FILE=	${.CURDIR}/../../wip/munin-common/distinfo
diff --git a/munin-master/Makefile b/munin-master/Makefile
index c35bcffad3..f9cf04e763 100644
--- a/munin-master/Makefile
+++ b/munin-master/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.8 2015/01/14 15:22:23 fhajny Exp $
-#
 
 PKGNAME=	${DISTNAME:S/munin/munin-master/}
 COMMENT=	System monitoring tool, master version
@@ -14,7 +13,7 @@ DEPENDS+=	p5-HTML-Template>=0:../../www/p5-HTML-Template
 DEPENDS+=	p5-IO-Socket-INET6>=2.69:../../net/p5-IO-Socket-INET6
 DEPENDS+=	p5-Log-Log4perl>=1.18:../../devel/p5-Log-Log4perl
 DEPENDS+=	p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay
-DEPENDS+=	p5-Time-HiRes>=0:../../time/p5-Time-HiRes
+#DEPENDS+=	p5-Time-HiRes>=0:../../time/p5-Time-HiRes
 DEPENDS+=	p5-URI>=1.60:../../www/p5-URI
 DEPENDS+=	rrdtool>=1.2:../../databases/rrdtool
 
diff --git a/munin-node/Makefile b/munin-node/Makefile
index 045a473e62..ae307df80b 100644
--- a/munin-node/Makefile
+++ b/munin-node/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD: Makefile,v 1.14 2015/01/13 15:36:06 fhajny Exp $
-#
 
 PKGNAME=	${DISTNAME:S/munin/munin-node/}
 COMMENT=	System monitoring tool, client version
@@ -12,7 +11,7 @@ DEPENDS+=	p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
 DEPENDS+=	p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay
 DEPENDS+=	p5-Net-Server>=0:../../net/p5-Net-Server
 DEPENDS+=	p5-Socket6>=0:../../net/p5-Socket6
-DEPENDS+=	p5-Time-HiRes>=0:../../time/p5-Time-HiRes
+#DEPENDS+=	p5-Time-HiRes>=0:../../time/p5-Time-HiRes
 
 OWN_DIRS+=		${PKG_SYSCONFDIR}/plugin-conf.d
 OWN_DIRS=		${PKG_SYSCONFDIR}/plugins
diff --git a/p5-CGI-Application-Plugin-DevPopup/Makefile b/p5-CGI-Application-Plugin-DevPopup/Makefile
index 7f39af34e6..64f474d161 100644
--- a/p5-CGI-Application-Plugin-DevPopup/Makefile
+++ b/p5-CGI-Application-Plugin-DevPopup/Makefile
@@ -11,7 +11,7 @@ COMMENT=		Runtime cgiapp info in a popup window
 LICENSE=		${PERL5_LICENSE}
 
 DEPENDS+=		p5-CGI-Application>=4.01:../../www/p5-CGI-Application
-DEPENDS+=		p5-Time-HiRes>=1.66:../../time/p5-Time-HiRes
+#DEPENDS+=		p5-Time-HiRes>=1.66:../../time/p5-Time-HiRes
 
 PERL5_PACKLIST=		auto/CGI/Application/Plugin/DevPopup/.packlist
 
diff --git a/p5-IO-Lambda/Makefile b/p5-IO-Lambda/Makefile
index 6974571ab1..4e3a9bd3cc 100644
--- a/p5-IO-Lambda/Makefile
+++ b/p5-IO-Lambda/Makefile
@@ -12,7 +12,7 @@ LICENSE=	${PERL5_LICENSE}
 
 DEPENDS+=	p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
 DEPENDS+=	p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
-DEPENDS+=	p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+#DEPENDS+=	p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
 DEPENDS+=	p5-URI-[0-9]*:../../www/p5-URI
 DEPENDS+=	p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
 DEPENDS+=	p5-DBI-[0-9]*:../../databases/p5-DBI
diff --git a/p5-Net-Delicious/Makefile b/p5-Net-Delicious/Makefile
index 76cf8e0411..f5e9ff4c8e 100644
--- a/p5-Net-Delicious/Makefile
+++ b/p5-Net-Delicious/Makefile
@@ -16,7 +16,7 @@ DEPENDS+=	p5-URI>=0:../../www/p5-URI
 DEPENDS+=	p5-XML-Simple>=2.08:../../textproc/p5-XML-Simple
 DEPENDS+=	p5-Log-Dispatch>=2.11:../../devel/p5-Log-Dispatch
 DEPENDS+=	p5-TimeDate>=1.16:../../time/p5-TimeDate
-DEPENDS+=	p5-Time-HiRes>=1.65:../../time/p5-Time-HiRes
+#DEPENDS+=	p5-Time-HiRes>=1.65:../../time/p5-Time-HiRes
 DEPENDS+=	p5-IO-stringy>=2.10:../../devel/p5-IO-stringy
 DEPENDS+=	p5-YAML>=0.39:../../textproc/p5-YAML
 DEPENDS+=	p5-Config-Simple>=2:../../sysutils/p5-Config-Simple
diff --git a/p5-Regexp-Debugger/Makefile b/p5-Regexp-Debugger/Makefile
index 9bf10008ba..aa36b45cc3 100644
--- a/p5-Regexp-Debugger/Makefile
+++ b/p5-Regexp-Debugger/Makefile
@@ -14,7 +14,7 @@ DEPENDS+=	p5-File-HomeDir-[0-9]*:../../devel/p5-File-HomeDir
 DEPENDS+=	p5-JSON-[0-9]*:../../converters/p5-JSON
 DEPENDS+=	p5-Term-ANSIColor-[0-9]*:../../devel/p5-Term-ANSIColor
 DEPENDS+=	p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
-DEPENDS+=	p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+#DEPENDS+=	p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
 
 USE_LANGUAGES=		# empty
 PERL5_PACKLIST=		auto/Regexp/Debugger/.packlist
diff --git a/p5-mha4mysql-manager/Makefile b/p5-mha4mysql-manager/Makefile
index f79de12d02..9ac4079dcc 100644
--- a/p5-mha4mysql-manager/Makefile
+++ b/p5-mha4mysql-manager/Makefile
@@ -1,5 +1,4 @@
 # $NetBSD$
-#
 
 PKGNAME=	p5-mha4mysql-manager-0.57
 GIT_COMMIT=	fea77e93168c8212550c21f542fec48f5d978535
@@ -20,7 +19,7 @@ DEPENDS+=	p5-DBI>=1:../../databases/p5-DBI
 DEPENDS+=	p5-Config-Tiny>=2:../../devel/p5-Config-Tiny
 DEPENDS+=	p5-Log-Dispatch>=2:../../devel/p5-Log-Dispatch
 DEPENDS+=	p5-Parallel-ForkManager>=0.7:../../devel/p5-Parallel-ForkManager
-DEPENDS+=	p5-Time-HiRes>=1:../../time/p5-Time-HiRes
+#DEPENDS+=	p5-Time-HiRes>=1:../../time/p5-Time-HiRes
 DEPENDS+=	p5-mha4mysql-node>=0.56:../../wip/p5-mha4mysql-node
 
 PERL5_PACKLIST=		auto/mha4mysql/manager/.packlist


Home | Main Index | Thread Index | Old Index