pkgsrc-WIP-changes archive

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

p5-Sys-MemInfo: update to 0.99.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Sep 21 12:12:56 2017 +0200
Changeset:	89be2e71dbb6a3852a41c5e980a005195e72b65f

Modified Files:
	p5-Sys-MemInfo/Makefile
	p5-Sys-MemInfo/distinfo
Added Files:
	p5-Sys-MemInfo/patches/patch-arch_bsd.xs

Log Message:
p5-Sys-MemInfo: update to 0.99.

Fix build on NetBSD.

0.98  Wed Sep 14 22:55:00 2014
    - added cygwin support (RT #85152), thanks <kqfhjjgrn _at_ yahoo.es>
    - RT #80636
    - fixed pod abstract (RT #94160), thanks <NEILB _at_ cpan.org>

0.99  Fri Oct 14 02:12:00 2016
    - fixed compilation (RT #69366), thanks Stefan Jakobs <projects _at_ localside.net>

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

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

diffstat:
 p5-Sys-MemInfo/Makefile                  |  5 ++---
 p5-Sys-MemInfo/distinfo                  |  8 +++++---
 p5-Sys-MemInfo/patches/patch-arch_bsd.xs | 15 +++++++++++++++
 3 files changed, 22 insertions(+), 6 deletions(-)

diffs:
diff --git a/p5-Sys-MemInfo/Makefile b/p5-Sys-MemInfo/Makefile
index 03af4bbc01..cd4962ab8b 100644
--- a/p5-Sys-MemInfo/Makefile
+++ b/p5-Sys-MemInfo/Makefile
@@ -1,16 +1,15 @@
 # $NetBSD: Makefile,v 1.1 2013/06/30 13:39:57 noud4 Exp $
 
-DISTNAME=	Sys-MemInfo-0.91
+DISTNAME=	Sys-MemInfo-0.99
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SC/SCRESTO/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://search.cpan.org/~scresto/Sys-MemInfo-0.91/
+HOMEPAGE=	http://search.cpan.org/~scresto/Sys-MemInfo/
 COMMENT=	Perl 5 module for getting memory information
 LICENSE=	${PERL5_LICENSE}
 
-WRKSRC=		${WRKDIR}/${DISTNAME:S|-${PKGVERSION_NOREV}||}
 PERL5_PACKLIST= auto/Sys/MemInfo/.packlist
 
 .include "../../lang/perl5/module.mk"
diff --git a/p5-Sys-MemInfo/distinfo b/p5-Sys-MemInfo/distinfo
index cc77b52e2b..639968834a 100644
--- a/p5-Sys-MemInfo/distinfo
+++ b/p5-Sys-MemInfo/distinfo
@@ -1,5 +1,7 @@
 $NetBSD: distinfo,v 1.1 2013/06/30 13:39:57 noud4 Exp $
 
-SHA1 (Sys-MemInfo-0.91.tar.gz) = 75d959e24e39187102c3480e622efdba92e96bc1
-RMD160 (Sys-MemInfo-0.91.tar.gz) = 8efa2a167801f18f7f55e76ba358ceec1bfe0eb2
-Size (Sys-MemInfo-0.91.tar.gz) = 6802 bytes
+SHA1 (Sys-MemInfo-0.99.tar.gz) = 86ed269b0623194f1d74faf90238b51ff58d673e
+RMD160 (Sys-MemInfo-0.99.tar.gz) = c344dbd46d9701498310189035e6f4f2eeac9860
+SHA512 (Sys-MemInfo-0.99.tar.gz) = ad0f8a12db7f7c643d0eb2d68fb1dcbff43928b786d390243e89d88537bd99360f88af177678ce5141e3870224da80ea5a432c465e8c7ec384abd21014c0e1c0
+Size (Sys-MemInfo-0.99.tar.gz) = 13276 bytes
+SHA1 (patch-arch_bsd.xs) = 802374f5366610b25374c74b6d321282d9809322
diff --git a/p5-Sys-MemInfo/patches/patch-arch_bsd.xs b/p5-Sys-MemInfo/patches/patch-arch_bsd.xs
new file mode 100644
index 0000000000..dc3ab18163
--- /dev/null
+++ b/p5-Sys-MemInfo/patches/patch-arch_bsd.xs
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Add header for struct uvmexp.
+
+--- arch/bsd.xs.orig	2006-09-16 14:32:56.000000000 +0000
++++ arch/bsd.xs
+@@ -8,6 +8,8 @@ MODULE = Sys::MemInfo PACKAGE = Sys::Mem
+ #include <stdio.h>
+ #include <sys/param.h>
+ #include <sys/sysctl.h>
++#include <sys/sysctl.h>
++#include <uvm/uvm_extern.h>
+ 
+ void
+ availkeys()


Home | Main Index | Thread Index | Old Index