pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34361: [update] devel/p5-Params-Validate
>Number: 34361
>Category: pkg
>Synopsis: [update] devel/p5-Params-Validate
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Aug 29 16:20:00 +0000 2006
>Originator: Martin Wilke
>Release: NetBSD 4.0_BETA i386
>Organization:
>Environment:
System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
miwi%mwilke.ath.cx@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX
>Description:
- Update to 0.86
- Changelog
- I cannot get this module to compile with Perl 5.00504 any more. I
get errors from including CORE/perl.h, so the problem may be outside
my control, but help is welcome.
- Only turn inlining on if __GNUC__ is defined, since it seems that so
many other compilers don't support this. RT #20881.
- Removed spaces in #define, #ifdef, etc. Suggested by Peter
Marquardt.
- If a type is specified as a string ('SCALAR', not SCALAR), this is
now caught and a useful error is thrown. RT #9660.
0.85 June 7, 2006
- Compiles without warnings under gcc's -Wall. Warnings reported by
Scott Godin.
- Turned off inlining with HP-UX compiler. RT #19763.
>How-To-Repeat:
>Fix:
--- p5-Params-Validate.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Params-Validate/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile 19 Jul 2006 22:39:19 -0000 1.24
+++ Makefile 29 Aug 2006 14:37:19 -0000
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.24 2006/07/19 22:39:19 wiz Exp $
-DISTNAME= Params-Validate-0.84
+DISTNAME= Params-Validate-0.86
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5pva
CATEGORIES= devel perl5
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/devel/p5-Params-Validate/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo 19 Jul 2006 22:39:19 -0000 1.12
+++ distinfo 29 Aug 2006 14:38:19 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2006/07/19 22:39:19 wiz Exp $
-SHA1 (Params-Validate-0.84.tar.gz) = bb1ceb6545eeb474f1897132895b5f498992e6c5
-RMD160 (Params-Validate-0.84.tar.gz) = 09461c5c8ab861a69d312d5715a924fbf8568722
-Size (Params-Validate-0.84.tar.gz) = 56224 bytes
+SHA1 (Params-Validate-0.86.tar.gz) = f81f7ebc3bff2f795fbe4c9877ab9134408bcff6
+RMD160 (Params-Validate-0.86.tar.gz) = 3c61b8bffc5609730c871909a6f91cd2391d01fa
+Size (Params-Validate-0.86.tar.gz) = 79567 bytes
--- p5-Params-Validate.diff ends here ---
Home |
Main Index |
Thread Index |
Old Index