head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3;
locks; strict;
comment	@# @;


1.5
date	2012.08.15.00.09.41;	author mm;	state dead;
branches;
next	1.4;

1.4
date	2009.03.26.13.59.35;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2006.06.15.11.18.56;	author sem;	state Exp;
branches;
next	1.2;

1.2
date	2006.06.11.08.33.03;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.27.06.40.18;	author sem;	state Exp;
branches;
next	;


desc
@@


1.5
log
@SVN rev 302543 on 2012-08-15 00:09:41Z by mm

Update c-icap to 0.2.1

PR:		ports/170121
Approved by:	maintainer (timeout)
@
text
@--- configure.orig	Mon Jul  7 00:22:15 2008
+++ configure	Tue Nov 18 21:51:12 2008
@@@@ -20258,7 +20258,7 @@@@
 	  THREADS_LDADD="-lpthread"
 	  THREADS_LDFLAGS=""
       ;;
-      freebsd5*)
+      freebsd[45]*)
 ## If I understand how all those threading models works correctly
 ## in FreeBSD I will make an option in configure script
 ## --with-freebsd-threads={c_r,pthreads,linuxthreads,thr}
@@@@ -20273,7 +20273,7 @@@@
 
 ##    FreeBSD Standard threads
       	CFLAGS="-pthread -D_THREAD_SAFE  $CFLAGS"
-	THREADS_LDADD="-XCClinker -lc_r"
+	THREADS_LDADD="-lc_r"
 	THREADS_LDFLAGS=""
 ## FreeBSD has pthreads rwlocks from version 3 (I think)
 #	AC_DEFINE(HAVE_PTHREADS_RWLOCK,1,[Define HAVE_PTHREADS_RWLOCK if pthreads library supports rwlocks])
@@@@ -20284,9 +20284,9 @@@@
 
       ;;
 
-      freebsd6*)
+      freebsd*)
         CFLAGS="-D_THREAD_SAFE  $CFLAGS"
-        THREADS_LDADD="-XCClinker -lthr"
+        THREADS_LDADD="-lthr"
         THREADS_LDFLAGS=""
       ;;
 
@


1.4
log
@- Update to 060708

PR:		ports/130633
Submitted by:	Vladimir Kondratiev <wulf@@mail.mipt.ru>
Approved by:	Tofig Suleymanov <tofig@@freebsd.az> (maintainer)
@
text
@@


1.3
log
@- Update to 030606rc1
  Contains fixes for a bug which causes segmentation fault
  to the c-icap server

PR:		ports/98903
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- configure.bak	Mon Jun 12 22:20:15 2006
+++ configure	Thu Jun 15 15:34:49 2006
@@@@ -19441,7 +19441,7 @@@@
d7 2
a8 2
-      freebsd5.*)
+      freebsd4.*)
d12 1
a12 3
@@@@ -19454,9 +19454,9 @@@@
 #	THREADS_LDADD="-llthread -lgcc_r"
 #	THREADS_LDFLAGS="-L/usr/local/lib"
d14 1
a14 2
-##    FreeBSD Standard threads
+##    FreeBSD 4.x Standard threads
d19 3
d23 1
a23 3
 ##   1:1 threads
@@@@ -21574,7 +21574,7 @@@@
 fi
d25 7
a32 14
-                                                                      ac_config_files="$ac_config_files Makefile c-icap.conf services/Makefile services/echo/Makefile services/url_check/Makefile services/clamav/Makefile modules/Makefile"
+                                                                      ac_config_files="$ac_config_files Makefile c-icap.conf.default services/Makefile services/echo/Makefile services/url_check/Makefile services/clamav/Makefile modules/Makefile"
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
@@@@ -22160,7 +22160,7 @@@@
   case "$ac_config_target" in
   # Handling of arguments.
   "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-  "c-icap.conf" ) CONFIG_FILES="$CONFIG_FILES c-icap.conf" ;;
+  "c-icap.conf.default" ) CONFIG_FILES="$CONFIG_FILES c-icap.conf.default" ;;
   "services/Makefile" ) CONFIG_FILES="$CONFIG_FILES services/Makefile" ;;
   "services/echo/Makefile" ) CONFIG_FILES="$CONFIG_FILES services/echo/Makefile" ;;
   "services/url_check/Makefile" ) CONFIG_FILES="$CONFIG_FILES services/url_check/Makefile" ;;
@


1.2
log
@- Update to 030606

PR:		ports/98797
Submitted by:	Elisey O. Savateev <b3k@@mail.ru> (maintainer)
@
text
@d1 23
a23 2
--- configure.bak	Sat Jun 10 17:33:25 2006
+++ configure	Sat Jun 10 17:34:38 2006
@


1.1
log
@c-icap is an implementation of an ICAP server. It can be used with HTTP proxies
that support the ICAP protocol such as the Shweby or Squid proxy server.
c-icap allows the addition of modules, which can extend its functionality and
services. For instance, such modules can be loggers, authenticators and
authentication methods or access controlers.

WWW: http://www.chtsanti.net/c-icap

PR:		ports/92760
Submitted by:	Elisey O. Savateev <b3k@@mail.ru>
@
text
@d1 3
a3 3
--- configure.bak	Thu Feb  2 10:46:33 2006
+++ configure	Thu Feb  2 10:47:13 2006
@@@@ -20614,7 +20614,7 @@@@
d7 2
a8 2
-                                                                      ac_config_files="$ac_config_files Makefile c-icap.conf services/Makefile services/echo/Makefile services/sguard/Makefile services/clamav/Makefile modules/Makefile"
+                                                                      ac_config_files="$ac_config_files Makefile c-icap.conf.default services/Makefile services/echo/Makefile services/sguard/Makefile services/clamav/Makefile modules/Makefile"
d12 1
a12 1
@@@@ -21200,7 +21200,7 @@@@
d20 1
a20 1
   "services/sguard/Makefile" ) CONFIG_FILES="$CONFIG_FILES services/sguard/Makefile" ;;
@

