5846d7b4b8
Changes with libapreq2-2.08 (released August 8, 2006) - Perl API [Randy Kobes] add APR_FILE_NOCLEANUP | APR_SHARELOCK to flags passed to apreq_file_mktemp() on Win32 in library/util.c, in order to clean up occasional stray temp files left behind in the Perl upload test (reported by Steve Hay) - Build [Philip M. Gollucci, Bojan Smojver, joes] add -fno-strict-aliasing to all compiles on all systems https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193740 This fixes an infinite look split_on_bdry() of library/parser_multipart.c particularly on linux/gcc 4.x platforms. - Perl Glue Fix "value computed not used" gcc 4.1.x compile errors - Build [Randy Kobes] Fix the location of apxs and the names of the apr and aprutil libraries on Win32 to enable building against Apache/2.2. - Perl Glue docs [Philip M. Gollucci] Fix the 'docs_install' make target to actually install the docs for the perl glue. - Perl Glue Build [Philip M. Gollucci] Regenerate glue/perl/xsbuilder/ppport.h to fix perl 5.8.8+ on some plaforms. - C API [joes] Add code for apreq_cookies(). - Perl API [joes] Expose the constants in apreq_error.h via the APR::Request::Error package.
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2007/06/08 11:30:09 wiz Exp $
|
|
|
|
DISTNAME= libapreq2-2.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5la2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/libapreq/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://httpd.apache.org/apreq/
|
|
COMMENT= Lots of Apache specific httpd handling modules
|
|
|
|
DEPENDS+= p5-ExtUtils-XSBuilder>=0.23:../../devel/p5-ExtUtils-XSBuilder
|
|
|
|
BUILDLINK_API_DEPENDS.apache+= apache>=2.0.48
|
|
BUILDLINK_API_DEPENDS.ap2-perl+= ap2-perl>=2.0.1
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= YES
|
|
PERL5_PACKLIST= auto/libapreq2/.packlist
|
|
|
|
SUBST_CLASSES+= apxs
|
|
SUBST_STAGE.apxs= post-patch
|
|
SUBST_FILES.apxs= env/Makefile.in
|
|
SUBST_SED.apxs= -e "s|@APACHE2_APXS@ -i -a -n|@APACHE2_APXS@ -i -n|g"
|
|
SUBST_MESSAGE.apxs= Fixing module installation.
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
MAKE_PARAMS:= ${MAKE_PARAMS:NINSTALLDIRS=vendor}
|
|
MAKE_PARAMS+= --with-apache2-apxs="${APXS}" --with-mm-opts="INSTALLDIRS=vendor"
|
|
|
|
#pre-configure:
|
|
# cd ${WRKSRC} && ./buildconf
|
|
|
|
.include "../../www/ap2-perl/buildlink3.mk"
|
|
.include "../../www/apache2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|