head	1.6;
access;
symbols
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2010.05.11.15.18.32;	author pav;	state dead;
branches;
next	1.5;

1.5
date	2010.05.02.18.16.52;	author jpaetzel;	state Exp;
branches;
next	1.4;

1.4
date	2002.10.20.21.19.17;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2002.08.10.17.19.38;	author ijliao;	state dead;
branches;
next	1.2;

1.2
date	2002.06.17.19.20.04;	author glewis;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.11.09.51.56;	author kris;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- Remove zero sized files
@
text
@@


1.5
log
@Update www/cadaver to latest version
Add FreeBSD specific patches

Submitted by:	"Mikhail T." <mi+thun@@aldan.algebra.com>
Approved by:	itetcu@@ (mentor)
@
text
@@


1.4
log
@Fix build on -current (don't redefine __size_t; same code as in proftpd)
@
text
@a0 11
--- lib/glob.h.orig	Sun Oct 20 14:19:39 2002
+++ lib/glob.h	Sun Oct 20 14:19:56 2002
@@@@ -47,7 +47,7 @@@@
 #endif /* C++ or ANSI C.  */
 
 /* We need `size_t' for the following definitions.  */
-#ifndef __size_t
+#if !defined(__size_t) && !defined(__FreeBSD__)
 # if defined __GNUC__ && __GNUC__ >= 2
 typedef __SIZE_TYPE__ __size_t;
 # else
@


1.3
log
@upgrade to 0.20.4

PR:		41506
Submitted by:	Ports Fury
@
text
@d1 4
a4 5
$FreeBSD: ports/www/cadaver/files/patch-aa,v 1.2 2002/06/17 19:20:04 glewis Exp $

--- Makefile.in.orig	Mon Jun 17 12:02:32 2002
+++ Makefile.in	Mon Jun 17 12:04:36 2002
@@@@ -29,10 +29,10 @@@@
d6 6
a11 11
 # Toolchain settings.
 CC = @@CC@@
-CPPFLAGS = @@DEFS@@ @@CPPFLAGS@@ -I$(top_srcdir)/src
+CPPFLAGS = @@DEFS@@ @@CPPFLAGS@@ -I$(top_srcdir)/src -I${top_srcdir}/libneon
 CFLAGS = @@CFLAGS@@ @@SDEFS@@ 
 LDFLAGS = @@LDFLAGS@@
-LIBS = @@LIBS@@ @@NEON_LIBS@@
+LIBS = @@NEON_LIBS@@ @@LIBS@@
 
 TARGET = $(PACKAGE)
 SUBDIRS = libneon @@SUBDIRS@@
@


1.2
log
@Unbreak this port by using the included libneon and expat.  The API for
neon has changed incompatibly since the last release of cadaver so it
won't compile against our installed version of neon.  The included
version of neon doesn't appear to like the installed version of expat,
so use the included version of that too.  The load order of libraries
needed changing to ensure that the included version of neon is used.

These changes should be reverted if/when a newer release of cadaver
catches up with the neon API.
@
text
@d1 1
a1 1
$FreeBSD$
@


1.1
log
@Update LIB_DEPENDS on libneon.
Remove previous maintainer due to timeout.
Fix compilation; linking still fails due to missing symbols.  Update
BROKEN message appropriately.
@
text
@d1 5
a5 3
--- Makefile.in.orig	Mon Jan 14 12:01:27 2002
+++ Makefile.in	Sat May 11 02:48:50 2002
@@@@ -29,7 +29,7 @@@@
d13 5
a17 1
 LIBS = @@LIBS@@ @@NEON_LIBS@@
@

