head	1.5;
access;
symbols
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4;
locks; strict;
comment	@# @;


1.5
date	2003.01.18.22.20.18;	author arved;	state dead;
branches;
next	1.4;

1.4
date	2002.01.19.05.02.32;	author sf;	state Exp;
branches;
next	1.3;

1.3
date	2001.11.24.02.43.24;	author dwcjr;	state Exp;
branches;
next	1.2;

1.2
date	2001.11.14.03.12.36;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.14.14.45.04;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Update to 0.99.6

PR:		47084
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@
$FreeBSD: ports/lang/ferite/files/patch-configure,v 1.4 2002/01/19 05:02:32 sf Exp $

--- configure.orig	Wed Jan  9 08:47:22 2002
+++ configure	Wed Jan  9 12:39:13 2002
@@@@ -7096,13 +7096,13 @@@@
    { (exit 1); exit 1; }; }
 fi
 
-echo "$as_me:7099: checking for pthread_mutex_lock in -lpthread" >&5
-echo $ECHO_N "checking for pthread_mutex_lock in -lpthread... $ECHO_C" >&6
+echo "$as_me:7099: checking for pthread_mutex_lock in %%PTHREAD_LIBS%%" >&5
+echo $ECHO_N "checking for pthread_mutex_lock in %%PTHREAD_LIBS%%... $ECHO_C" >&6
 if test "${ac_cv_lib_pthread_pthread_mutex_lock+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpthread  $LIBS"
+LIBS="%%PTHREAD_LIBS%%  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 #line 7107 "configure"
 #include "confdefs.h"
@@@@ -7150,7 +7150,7 @@@@
 #define HAVE_LIBPTHREAD 1
 EOF
 
-  LIBS="-lpthread $LIBS"
+  LIBS="%%PTHREAD_LIBS%% $LIBS"
 
 else
 
@@@@ -7229,7 +7229,7 @@@@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lmysqlclient  $LIBS"
+LIBS="-L%%LOCALBASE%%/lib/mysql -lmysqlclient  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 #line 7234 "configure"
 #include "confdefs.h"
@@@@ -7279,10 +7279,10 @@@@
 fi
 
 if test "$mysql" = yes; then
-  mysql_LIBS=`mysql_config --libs`
-  mysql_CFLAGS=`mysql_config --cflags`
-  MYSQL_SOCKET=`mysql_config --socket`
-  MYSQL_PORT=`mysql_config --port`
+  mysql_LIBS="-L%%LOCALBASE%%/lib/mysql -lmysqlclient -lz -lm -lcrypt"
+  mysql_CFLAGS="-I%%LOCALBASE%%/include/mysql"
+  MYSQL_SOCKET=""
+  MYSQL_PORT=""
 
   sql_LIBS="$sql_LIBS $mysql_LIBS"
   sql_CFLAGS="$sql_CFLAGS $mysql_CFLAGS"
@


1.4
log
@o update to 0.99.4.
o change maintainer's e-mail address.

PR:		33748
Submitted by:	maintainer
@
text
@d2 1
a2 1
$FreeBSD: ports/lang/ferite/files/patch-configure,v 1.3 2001/11/24 02:43:24 dwcjr Exp $
@


1.3
log
@Update to 0.99.3

PR:		32027
Submitted by:	maintainer
@
text
@d2 1
a2 1
$FreeBSD$
d4 3
a6 30
--- configure.orig	Thu Nov 15 11:09:00 2001
+++ configure	Thu Nov 15 18:26:26 2001
@@@@ -261,7 +261,6 @@@@
 : ${ac_max_here_lines=38}
 
 ac_unique_file="src/ferite.c"
-ac_subdirs_all="$ac_subdirs_all libs/ltdl"
 
 # Initialize some variables set by options.
 ac_init_help=
@@@@ -2666,18 +2665,6 @@@@
   SET_MAKE="MAKE=${MAKE-make}"
 fi
 
-  case $enable_ltdl_convenience in
-  no) { { echo "$as_me:2670: error: this package needs a convenience libltdl" >&5
-echo "$as_me: error: this package needs a convenience libltdl" >&2;}
-   { (exit 1); exit 1; }; } ;;
-  "") enable_ltdl_convenience=yes
-      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
-  esac
-  LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la
-  INCLTDL='-I${top_srcdir}/''libltdl'
-
-subdirs="$subdirs libs/ltdl"
-
 # Check whether --enable-shared or --disable-shared was given.
 if test "${enable_shared+set}" = set; then
   enableval="$enable_shared"
@@@@ -7096,13 +7083,13 @@@@
d23 1
a23 1
@@@@ -7150,7 +7137,7 @@@@
d32 24
@


1.2
log
@upgrade to 0.99.2

PR:		31964
Submitted by:	maintainer
@
text
@d1 5
a5 2
--- configure.orig	Sun Nov 11 11:47:08 2001
+++ configure	Sun Nov 11 21:39:39 2001
a32 9
@@@@ -6507,7 +6494,7 @@@@
 build_old_libs=$enable_static
 
 # Whether or not to add -lc for building shared libraries.
-build_libtool_need_lc=$need_lc
+build_libtool_need_lc=no
 
 # Whether or not to optimize for fast installation.
 fast_install=$enable_fast_install
d39 2
a40 2
+echo "$as_me:7099: checking for pthread_mutex_lock in -pthread" >&5
+echo $ECHO_N "checking for pthread_mutex_lock in -pthread... $ECHO_C" >&6
d46 1
a46 1
+LIBS="-pthread  $LIBS"
d55 1
a55 1
+  LIBS="-pthread $LIBS"
@


1.1
log
@add ferite
An embeddable scripting language

PR:		30094
Submitted by:	Jeremy Norris <ishmael27@@home.com>
@
text
@d1 3
a3 3
--- configure.orig	Mon Oct  8 14:11:39 2001
+++ configure	Mon Oct  8 17:45:36 2001
@@@@ -260,7 +260,6 @@@@
d11 1
a11 1
@@@@ -2455,18 +2454,6 @@@@
d16 1
a16 1
-  no) { { echo "$as_me:2459: error: this package needs a convenience libltdl" >&5
d30 1
a30 1
@@@@ -6257,7 +6244,7 @@@@
d39 1
a39 1
@@@@ -6846,13 +6833,13 @@@@
d43 1
a43 1
-echo "$as_me:6849: checking for pthread_mutex_lock in -lpthread" >&5
d45 1
a45 1
+echo "$as_me:6849: checking for pthread_mutex_lock in -pthread" >&5
d54 1
a54 1
 #line 6857 "configure"
d56 1
a56 1
@@@@ -6900,7 +6887,7 @@@@
a64 9
@@@@ -6937,7 +6924,7 @@@@
 modules="$modules file"
 
 echo "checking module math ..."
-math_LIBS=""
+math_LIBS="-lm"
 math_CFLAGS=""
 
 modules="$modules math"
@

