head	1.6;
access;
symbols
	old_RELEASE_4_4_0:1.5
	old_RELEASE_4_3_0:1.4
	old_RELEASE_4_2_0:1.3
	old_RELEASE_4_1_1:1.3
	old_RELEASE_4_1_0:1.2
	old_RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2001.11.05.12.07.16;	author dirk;	state dead;
branches;
next	1.5;

1.5
date	2001.05.03.22.16.50;	author dirk;	state Exp;
branches;
next	1.4;

1.4
date	2001.03.10.13.06.30;	author dirk;	state Exp;
branches;
next	1.3;

1.3
date	2000.09.02.08.39.13;	author dirk;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.30.13.01.26;	author dirk;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.03.09.40.40;	author dirk;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Fix compilation errors if mbregex is selected.

PR:		ports/31666
Submitted by:	sf
@
text
@--- configure.orig	Mon Apr 30 15:47:59 2001
+++ configure	Fri May  4 00:14:24 2001
@@@@ -45273,18 +45273,6 @@@@
   fi
 
 	
- case "cs" in
- c|c_r|pthread*) ;;
- *)
-
-   
-  LIBS="-lcs $LIBS"
-
-
-  ;;
-  esac
-
-	
  case "ct" in
  c|c_r|pthread*) ;;
  *)
@@@@ -45296,31 +45284,7 @@@@
   ;;
   esac
 
-	
- case "comn" in
- c|c_r|pthread*) ;;
- *)
-
-   
-  LIBS="-lcomn $LIBS"
-
-
-  ;;
-  esac
-
-	
- case "intl" in
- c|c_r|pthread*) ;;
- *)
-
-   
-  LIBS="-lintl $LIBS"
-
-
-  ;;
-  esac
-
-	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
@@@@ -45372,17 +45336,6 @@@@
  
 else
   echo "$ac_t""no" 1>&6
- 
- case "sybtcl" in
- c|c_r|pthread*) ;;
- *)
-
-   
-  LIBS="-lsybtcl $LIBS"
-
-
-  ;;
-  esac
  
 fi
 
@


1.5
log
@Upgrade to 4.0.5.
@
text
@@


1.4
log
@Fix detection of libmcrypt (hopefully).

PR:		ports/25353
Submitted by:	Juraj Bednar <juraj@@bednar.sk>
@
text
@d1 3
a3 32
--- configure.orig	Tue Aug 29 20:37:36 2000
+++ configure	Sat Sep  2 10:02:53 2000
@@@@ -23088,12 +23088,7 @@@@
 
   LIBS=$old_LIBS
   LDFLAGS="$old_LDFLAGS"
-  if test "$ac_cv_lib_mcrypt_init_mcrypt" = "yes"; then
-	cat >> confdefs.h <<\EOF
-#define HAVE_LIBMCRYPT22 1
-EOF
-
-  elif test "$ac_cv_lib_mcrypt_mcrypt_module_open" = "yes"; then
+  if test "$ac_cv_lib_mcrypt_mcrypt_module_open" = "yes"; then
     
  case "ltdl" in
  c|c_r|pthread*) ;;
@@@@ -23106,8 +23101,13 @@@@
   ;;
   esac
 
-	cat >> confdefs.h <<\EOF
+    cat >> confdefs.h <<\EOF
 #define HAVE_LIBMCRYPT24 1
+EOF
+
+  elif test "$ac_cv_lib_mcrypt_init_mcrypt" = "yes"; then
+    cat >> confdefs.h <<\EOF
+#define HAVE_LIBMCRYPT22 1
 EOF
 
   else
@@@@ -37824,18 +37824,6 @@@@
d22 2
a23 1
@@@@ -37848,30 +37836,7 @@@@
d26 1
a26 1
 	
d55 1
a55 1
@@@@ -37923,18 +37888,6 @@@@
d70 1
a70 1
- 
a72 1
     echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6
@


1.3
log
@Upgrade to 4.0.2.
@
text
@d3 29
@


1.2
log
@Upgrade to 4.0.1.
@
text
@d1 11
a11 6
--- configure.orig	Wed Jun 28 20:37:28 2000
+++ configure	Fri Jun 30 09:30:38 2000
@@@@ -36053,7 +36053,6 @@@@
     eval "LIBRARY$unique=set"
     
      
d13 11
d25 6
a30 6
    
   fi
@@@@ -36099,7 +36098,6 @@@@
     eval "LIBRARY$unique=set"
     
      
d32 11
a42 7
 
    
   fi
@@@@ -36122,7 +36120,6 @@@@
     eval "LIBRARY$unique=set"
     
      
d44 5
a48 7
 
    
   fi
@@@@ -36131,7 +36128,7 @@@@
   ;;
   esac
 
d54 10
a63 4
@@@@ -36208,7 +36205,6 @@@@
     eval "LIBRARY$unique=set"
     
      
d65 6
d72 1
a72 2
    
   fi
@


1.1
log
@Add SybaseDB and SybaseCT database support.

Submitted by:	Yung-Jeng Hung <winard@@ritax.dorm.ccu.edu.tw>
@
text
@d1 3
a3 3
--- configure.old	Sat Jun  3 02:56:22 2000
+++ configure	Sat Jun  3 02:55:40 2000
@@@@ -28966,7 +28966,6 @@@@
d6 4
a9 4
     if test "cs" != "c"; then
-      LIBS="-lcs $LIBS"
     fi
   
d11 1
a11 1
@@@@ -28994,7 +28993,6 @@@@
d14 4
a17 4
     if test "comn" != "c"; then
-      LIBS="-lcomn $LIBS"
     fi
   
d19 1
a19 1
@@@@ -29008,13 +29006,12 @@@@
d22 4
a25 4
     if test "intl" != "c"; then
-      LIBS="-lintl $LIBS"
     fi
   
d27 3
a29 1
 
d36 1
a36 1
@@@@ -29076,7 +29073,6 @@@@
d39 4
a42 4
     if test "sybtcl" != "c"; then
-      LIBS="-lsybtcl $LIBS"
     fi
   
@

