summaryrefslogtreecommitdiff
path: root/www/p5-libapreq2/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-06-08 11:30:09 +0000
committerwiz <wiz@pkgsrc.org>2007-06-08 11:30:09 +0000
commit5846d7b4b883f8d2c04c8d94fd0d6b99789c72e3 (patch)
tree6c6bbf3b3e1e259f37db404ebbcd38217ab73653 /www/p5-libapreq2/Makefile
parentd0f3242862b211a628e53e43901a0720780e9fb2 (diff)
downloadpkgsrc-5846d7b4b883f8d2c04c8d94fd0d6b99789c72e3.tar.gz
Update to 2.08:
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.
Diffstat (limited to 'www/p5-libapreq2/Makefile')
-rw-r--r--www/p5-libapreq2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile
index e856477f3ba..5f1fde75dfd 100644
--- a/www/p5-libapreq2/Makefile
+++ b/www/p5-libapreq2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2006/04/22 09:22:17 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2007/06/08 11:30:09 wiz Exp $
-DISTNAME= libapreq2-2.07
-PKGNAME= p5-libapreq2-2.07
+DISTNAME= libapreq2-2.08
+PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5la2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/libapreq/}