Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2008 14:38:44 +0400 (MSD)
From:      Anton Yuzhaninov <citrin@citrin.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126912: update databases/p5-Cache-Memcached-Fast to 0.12
Message-ID:  <20080828103844.043FB1192E@mcgi18.rambler.ru>
Resent-Message-ID: <200808281100.m7SB01uC078000@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126912
>Category:       ports
>Synopsis:       update databases/p5-Cache-Memcached-Fast to 0.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 28 11:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Anton Yuzhaninov
>Release:        FreeBSD 6.3-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD mcgi18.rambler.ru 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #0: Tue Apr 29 15:20:53 MSD 2008 root@mcgi18.rambler.ru:/usr/obj/usr/src/sys/MCGI i386

>Description:
Update Cache::Memcached::Fast to version 0.12

>From Changelog:

0.12  2008-07-21
        - this release fixes compilation on Solaris broken in 0.11.
        If you were able to compile 0.11, then you weren't affected.

        Changes since 0.11:

        Fix compilation on Solaris.  Ironically, 0.11 was supposed to
        fix unrecognized format problem on Solaris, but instead broke
        the compilation.  Back in May the line

          return XSRETURN_EMPTY;

        has been introduced to the code, whereas it should be

          XSRETURN_EMPTY;

        It went unnoticed because expansion produces the code
        permitted by compilers like GCC that allow blocks to return a
        value.  But Perl on Solaris has a different definition of this
        macro that is not an expression.  Hence the problem.

0.11  2008-07-17
        - this release fixes %zu problem on Solaris.

        Changes since 0.10:

        Replace size_t/%zu with unsigned long/%lu for benefit of
        systems that do not recognize the former format (Solaris 9).
        Thanks to Michael Vychizhanin!

        Add new parameter max_size (suggested by Alex Kapranoff, see
        RT#35588, http://rt.cpan.org/Ticket/Display.html?id=35588).

        Fix RT#36074 (http://rt.cpan.org/Ticket/Display.html?id=36074):
        ExtUtils::MakeMaker version 6.17 and below generated invalid
        Makefile.

>How-To-Repeat:
>Fix:

--- Makefile.orig       2008-08-28 14:32:18.000000000 +0400
+++ Makefile    2008-05-01 18:45:00.000000000 +0400
@@ -6,7 +6,7 @@
 #

 PORTNAME=      Cache-Memcached-Fast
-PORTVERSION=   0.12
+PORTVERSION=   0.10
 CATEGORIES=    databases perl5
 MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080828103844.043FB1192E>