# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= perl-HTTP-XSCookies VERSION= 0.000021 KEYWORDS= perl VARIANTS= 536 538 SDESC[536]= Fast XS cookie mangling for Perl (5.36) SDESC[538]= Fast XS cookie mangling for Perl (5.38) HOMEPAGE= https://github.com/gonzus/http-xscookies CONTACT= Perl_Automaton[perl@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CPAN/ID:G/GO/GONZUS DISTFILE[1]= HTTP-XSCookies-0.000021.tar.gz:main DF_INDEX= 1 SPKGS[536]= single SPKGS[538]= single OPTIONS_AVAILABLE= PERL_536 PERL_538 OPTIONS_STANDARD= none VOPTS[536]= PERL_536=ON PERL_538=OFF VOPTS[538]= PERL_536=OFF PERL_538=ON DISTNAME= HTTP-XSCookies-0.000021 GENERATED= yes SINGLE_JOB= yes VAR_OPSYS[linux]= CFLAGS=-Doff64_t=__off64_t [PERL_536].USES_ON= perl:536,configure [PERL_538].USES_ON= perl:538,configure post-patch-sunos: ${REINPLACE_CMD} -e '/XOPEN_SOURCE/d' ${WRKSRC}/Makefile.PL [FILE:34:descriptions/desc.single] Fast XS cookie mangling for Perl [FILE:109:distinfo] 74e637d6f682f3025fbdf825f51c5be892a8458b5c6ae08c44a73cd8b658258a 73032 HTTP-XSCookies-0.000021.tar.gz [FILE:286:patches/patch-baker.xs] --- baker.xs.orig 2018-03-10 21:35:15 UTC +++ baker.xs @@ -1,4 +1,9 @@ #define PERL_NO_GET_CONTEXT /* we want efficiency */ +#ifdef __sun__ +#define _LARGEFILE64_SOURCE +#define __EXTENSIONS__ +#include +#endif #include "EXTERN.h" #include "perl.h" #include "XSUB.h" [FILE:230:patches/patch-cookie.c] --- cookie.c.orig 2018-03-09 06:55:51 UTC +++ cookie.c @@ -1,3 +1,8 @@ +#ifdef __sun__ +#define _LARGEFILE64_SOURCE +#define __EXTENSIONS__ +#include +#endif #include #include #include [FILE:226:patches/patch-date.c] --- date.c.orig 2018-03-09 07:52:42 UTC +++ date.c @@ -1,3 +1,8 @@ +#ifdef __sun__ +#define _LARGEFILE64_SOURCE +#define __EXTENSIONS__ +#include +#endif #include #include #include [FILE:225:patches/patch-gmem.c] --- gmem.c.orig 2017-07-13 06:43:21 UTC +++ gmem.c @@ -1,3 +1,8 @@ +#ifdef __sun__ +#define _LARGEFILE64_SOURCE +#define __EXTENSIONS__ +#include +#endif #include #include #include "gmem.h" [FILE:222:patches/patch-uri.c] --- uri.c.orig 2018-03-09 07:51:02 UTC +++ uri.c @@ -1,3 +1,8 @@ +#ifdef __sun__ +#define _LARGEFILE64_SOURCE +#define __EXTENSIONS__ +#include +#endif #include #include #include "uri.h"