ca7d3fd55f
------------------------------- 4.34 Sun May 1 19:18:24 CEST 2016 - def0.h was not properly generated during previous release, causing compile errors on various platforms. - major/minor were accidentally switched (reported by Alexander Lishenyuk). - removed duplicate definition of MAP_HUGETLB, that was found due to a bug in Perl::Tidy (testcase by alaska332@gmail.com). - added (untested!) aio_fcntl, aio_ioctl requests. - (libeio) names set via prctl are truncated to 15 chars + nul, not 16, as manpages-dev originally claimed. 4.33 Mon Jan 18 12:50:10 CET 2016 - add IO::AIO::pipe2 function. - added support for FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_ZERO_RANGE constants. - added support for O_TMPFILE and O_PATH constants. - added support for MAP_FIXED, MAP_GROWSDOWN,MAP_32BIT, MAP_HUGETLB, MAP_STACK consdtants, whether they can be sensibly used or not. - use NO_INIT where applicable. - update libecb. - added stability canary support. - updated linux super magic table to 4.3.3.
28 lines
828 B
Makefile
28 lines
828 B
Makefile
# $NetBSD: Makefile,v 1.15 2016/06/19 12:29:07 mef Exp $
|
|
#
|
|
|
|
DISTNAME= IO-AIO-4.34
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-AIO/
|
|
COMMENT= Perl 5 module implementing asynchronous input/output
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# Note: libeio is bundle with the distribution tarball.
|
|
# Its configure script is run via Makefile.PL
|
|
# with all perl configuration settings, id est
|
|
# the Config module, set in its environment
|
|
|
|
# build time requirment
|
|
BUILD_DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
|
|
|
|
USE_LANGUAGES= c
|
|
PERL5_PACKLIST= auto/IO/AIO/.packlist
|
|
|
|
DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|