summaryrefslogtreecommitdiff
path: root/www/neon/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-01-22 16:23:39 +0000
committerjmmv <jmmv@pkgsrc.org>2003-01-22 16:23:39 +0000
commite067b1870f696bd5f3f1ffcbf7a85d42adc35543 (patch)
tree2c80f67b61c00eb413ed1cc3cf742814b41dfa93 /www/neon/Makefile
parent087c2ce3a7c3016ee52539deb660759137a9d110 (diff)
downloadpkgsrc-e067b1870f696bd5f3f1ffcbf7a85d42adc35543.tar.gz
Update neon to 0.23.6, with patch provided in PR pkg/19998 by Marc Recht.
Changes since 0.23.5: * Fixes for error handling in socket layer on Win32 from Johan Lindh and Sergey N Ushakov: * meaningful error messages rather than "No error" * handle persistent connection timeouts properly * Fix to use RFC2617-style digest auth when possible (had reverted to only using RFC2068-style in 0.16.1). * Fix NULL pointer dereference on certain ill-formed PROPFIND responses. * Allow ne_sock_init to re-initialize after ne_sock_finish has been called (Sergey N Ushakov). Changes in the package: * Switch to libxml2.
Diffstat (limited to 'www/neon/Makefile')
-rw-r--r--www/neon/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile
index 0e8d61814a0..57c76080137 100644
--- a/www/neon/Makefile
+++ b/www/neon/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2002/11/26 21:05:46 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2003/01/22 16:23:39 jmmv Exp $
-DISTNAME= neon-0.23.5
+DISTNAME= neon-0.23.6
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/
@@ -16,11 +16,11 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-ssl=yes
-CONFIGURE_ARGS+= --with-libxml1
+CONFIGURE_ARGS+= --with-libxml2
CONFIGURE_ARGS+= --enable-shared
.include "../../devel/zlib/buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
-.include "../../textproc/libxml/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"