head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.54 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.52 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.50 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.48 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.46 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.44 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.42 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.40 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.38 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.36 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.34 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.32 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.30 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.28 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.26 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.24 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.22 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.20 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.18 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.3.0.16 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.14 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.12 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2; locks; strict; comment @# @; 1.3 date 2002.08.25.21.51.47; author jlam; state dead; branches; next 1.2; 1.2 date 2002.03.06.15.35.05; author jlam; state Exp; branches 1.2.2.1; next 1.1; 1.1 date 2002.02.28.18.28.15; author jlam; state Exp; branches; next ; 1.2.2.1 date 2002.07.01.17.45.13; author jlam; state dead; branches; next ; desc @@ 1.3 log @Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2. @ text @$NetBSD: patch-aa,v 1.2 2002/03/06 15:35:05 jlam Exp $ --- configure.in.orig Sat Nov 3 09:48:13 2001 +++ configure.in @@@@ -24,15 +24,6 @@@@ CPPFLAGS="$CPPFLAGS -traditional-cpp" fi -# -# Check for /usr/pkg/{lib,include} which is where NetBSD puts binary -# and source packages. This should be harmless on other OSs. -# -if test -d /usr/pkg/include -a -d /usr/pkg/lib ; then - CFLAGS="$CFLAGS -I/usr/pkg/include" - LDFLAGS="$LDFLAGS -L/usr/pkg/lib" -fi - AC_HEADER_STDC AC_MSG_CHECKING(for static Apache module support) @ 1.2 log @Update www/ap-dav to 1.0.3. Major bugfixes and changes from version 1.0.2 include: * ignore Depth: Infinity for non-collection resources in a PROPFIND; this prevents a bogus error when someone has not used the "DAVDepthInfinity On" directive * fix for Web Folders not recognizing the last-modified date in PROPFIND responses (Joe Orton) * tweak to also allow recognition of the creationdate * fix copying of collection properties during a Depth:0 operation (Keith Wannamaker) * return 507 (Insufficient Space) for quota errors (on Linux, at least) (Joe) * fix moving/copying of a collection over a non-collection (found by Joe's interop testing tool) * LOCK with a missing intermediate collection now returns a standard 409 (Conflict) response rather than 500 (Internal Server Error) (Keith, reported by Dan Brotsky) * fix problems with empty URIs in xmlns attributes (fixes from Joe and Greg, reported by Julian Reschke) @ text @d1 1 a1 1 $NetBSD$ @ 1.2.2.1 log @Convert from using buildlink1 to using the new buildlink2 framework. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2002/03/06 15:35:05 jlam Exp $ @ 1.1 log @* Fix the build against expat as the apache xml headers are not correct for the library routines we will use when loaded into httpd. * This package won't work with apache-2.*, so ensure that it won't match the apache dependency. @ text @d3 1 a3 1 --- configure.in.orig Thu Oct 19 04:54:17 2000 d5 1 a5 1 @@@@ -29,15 +29,6 @@@@ a20 19 @@@@ -140,10 +131,17 @@@@ default search.], [ if test "$withval" != "no" ; then - if test -f "$withval/include/xmlparse.h" ; then + if test -f "$withval/include/expat.h" ; then XML_DIR=$withval XML_INCLUDE="$withval/include" XML_LIB="$withval/lib" + fi + if test "$XML_DIR" = "" ; then + if test -f "$withval/include/xmlparse.h" ; then + XML_DIR=$withval + XML_INCLUDE="$withval/include" + XML_LIB="$withval/lib" + fi fi if test "$XML_DIR" = "" ; then if test -f "$withval/include/xml/xmlparse.h" ; then @