head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2001.03.06.12.56.58;	author roam;	state dead;
branches;
next	1.2;

1.2
date	2001.02.21.10.23.21;	author roam;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.19.14.00.02;	author will;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Let this wasted try at duplication of effort die a graceful death -
dirk is doing an excellent job of maintaing his www/mod_php[34] ports,
and now has even done the work necessary to create the slave lang/php[34]
ports (which I myself have promised to do more than once..)

Thanks Dirk!
@
text
@--- configure.old	Wed Feb 21 11:11:02 2001
+++ configure	Wed Feb 21 11:13:29 2001
@@@@ -5147,7 +5147,7 @@@@
   withval="$with_imap"
   
     if test "$withval" = "yes"; then
-		if test -f /usr/local/include/mail.h; then
+		if test -f /usr/local/include/c-client/mail.h; then
 			withval=/usr/local
 		elif test -f /usr/include/mail.h; then
 			withval=/usr
@@@@ -5157,8 +5157,8 @@@@
     fi
 	if test "$withval" != "no" && test "$withval" != "yes"; then
 		IMAP_DIR=$withval
-		if test -f $IMAP_DIR/include/imap/mail.h; then
-			IMAP_INC_DIR=$IMAP_DIR/include/imap
+		if test -f $IMAP_DIR/include/c-client/mail.h; then
+			IMAP_INC_DIR=$IMAP_DIR/include/c-client
 		else
 			IMAP_INC_DIR=$withval/include
 		fi
@@@@ -9231,7 +9231,7 @@@@
    	fi
     SYBASE_CT_INCLUDE=-I$SYBASE_CT_INCDIR
     SYBASE_CT_LFLAGS="-L$SYBASE_CT_LIBDIR"
-    SYBASE_CT_LIBS="-lcs -lct -lcomn -lintl"
+    SYBASE_CT_LIBS="-lct"
     old_LDFLAGS=$LDFLAGS
     LDFLAGS="$LDFLAGS -L$SYBASE_CT_LIBDIR"
     echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6
@@@@ -9272,7 +9272,6 @@@@
    SYBASE_CT_LIBS="$SYBASE_CT_LIBS -ltcl" 
 else
   echo "$ac_t""no" 1>&6
- SYBASE_CT_LIBS="$SYBASE_CT_LIBS -lsybtcl" 
 fi
 
     echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6
@


1.2
log
@Update to look for c-client 4.8 libs.
Disable mcrypt - it seems PHP does not like mcrypt 2.4.x at all :(

PR:		25131
Submitted by:	Mario Lopez <mario@@patas.org> - the c-client alert
@
text
@@


1.1
log
@Add php 3.0.16, a standalone PHP interpreter.

PR:		21094
Submitted by:	roam (oops :-)
@
text
@d1 23
a23 3
--- configure.orig	Fri Feb 25 21:49:48 2000
+++ configure	Tue Feb 29 22:29:05 2000
@@@@ -8961,7 +8945,7 @@@@
d32 1
a32 1
@@@@ -9002,7 +8986,6 @@@@
@

