head	1.7;
access;
symbols
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	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.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2005.04.14.17.27.31;	author flz;	state dead;
branches;
next	1.6;

1.6
date	2004.05.29.23.14.29;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.05.21.51.28;	author patrick;	state Exp;
branches;
next	1.4;

1.4
date	2002.02.07.14.03.15;	author patrick;	state Exp;
branches;
next	1.3;

1.3
date	2002.01.29.13.42.57;	author patrick;	state Exp;
branches;
next	1.2;

1.2
date	2000.12.07.02.56.28;	author patrick;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.24.17.19.47;	author patrick;	state Exp;
branches;
next	;


desc
@@


1.7
log
@- Update to 0.62.
- Replace db2 with db3.
- Restore --with-readline in CONFIGURE_ARGS.

PR:		ports/79923
Submitted by:	Johan van Selst <johans@@stack.nl>
@
text
@--- configure.orig	Fri Mar  5 11:33:30 2004
+++ configure	Fri Mar  5 11:33:43 2004
@@@@ -698,7 +698,7 @@@@
 curses_header='ncurses.h'
 curses_library='ncurses'
 LIBS="-L/usr/lib $M_LIBS"
-INCLUDES="-I/usr/include -I../lib -I../"
+INCLUDES="-I/usr/include -I/usr/local/include -I../lib -I../"
 
 # Check for executable suffix
 # Set include and libraries paths
@


1.6
log
@- Update to 0.61 and unbreak

PR:		ports/63796
Submitted by:	vs
Approved by:	maintainer timeout (3 months)
@
text
@@


1.5
log
@Update to version 0.59
@
text
@d1 5
a5 32
--- configure.orig	Sun Oct 20 04:37:38 2002
+++ configure	Tue Nov  5 16:23:57 2002
@@@@ -952,7 +952,7 @@@@
 
 ac_ext=c
 ac_cpp='$CPP $CPPFLAGS'
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+ac_compile='$CC -c $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext >&5'
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
@@@@ -4070,7 +4070,7 @@@@
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldb  $LIBS"
+LIBS="-ldb2  $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 #line 4075 "configure"
 #include "confdefs.h"
@@@@ -4679,7 +4679,7 @@@@
 #define USE_DB 1
 EOF
 
-  htg_ld_args_db="-ldb"
+  htg_ld_args_db="-ldb2"
 fi
 
 if test "${db_version}" = "123" ; then
@@@@ -5229,7 +5229,7 @@@@
 #
 
d8 1
a8 1
+INCLUDES="-I/usr/include -I../lib -I../  -I/usr/local/include"
d10 2
a11 2
 # set default directories
 #
@


1.4
log
@Modify the port to use gnugetopt.  Our standard getopt does not work.
The developers are working to fix that.
@
text
@d1 4
a4 3
--- configure.orig	Tue Jan 29 08:30:36 2002
+++ configure	Tue Feb  5 07:30:45 2002
@@@@ -522,7 +522,7 @@@@
a5 1
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
d7 7
a13 7
-ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
+ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext 1>&5'
 ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
 
 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
@@@@ -2085,7 +2085,7 @@@@
   echo $ac_n "(cached) $ac_c" 1>&6
d15 1
a15 1
   ac_save_LIBS="$LIBS"
d18 2
a19 2
 cat > conftest.$ac_ext <<EOF
 #line 2091 "configure"
d21 11
a31 2
@@@@ -2835,7 +2835,7 @@@@
 #)
d35 1
a35 2
+INCLUDES="-I/usr/include -I../lib -I../ -I/usr/local/include"
 
d38 1
@


1.3
log
@Update to 0.55
@
text
@d1 3
a3 11
--- configure.orig	Sun Oct 28 22:39:13 2001
+++ configure	Tue Jan 29 08:13:45 2002
@@@@ -65,6 +65,7 @@@@
 # Initialize some other variables.
 subdirs=
 MFLAGS= MAKEFLAGS=
+LDFLAGS='-L /usr/local/lib'
 
 ac_prev=
 for ac_option
@@@@ -512,7 +513,7 @@@@
d12 1
a12 1
@@@@ -2024,7 +2025,7 @@@@
d19 1
a19 1
 #line 2030 "configure"
d21 9
@


1.2
log
@Update to version 0.4
@
text
@d1 17
a17 28
--- configure.orig	Tue Dec  5 20:13:21 2000
+++ configure	Wed Dec  6 20:03:52 2000
@@@@ -1768,7 +1768,7 @@@@
 if test "${db_version}" = "2" ; then
   echo -n "checking library db for version 1.85 compatibility..."
   LIBS_BK="$LIBS"
-  LIBS="$LIBS -ldb"
+  LIBS="$LIBS -ldb2"
 cat > conftest.$ac_ext <<EOF
 #line 1774 "configure"
 #include "confdefs.h"
@@@@ -1876,13 +1876,13 @@@@
 rm -f conftest*
  
                  
-  echo $ac_n "checking for -ldb""... $ac_c" 1>&6
+  echo $ac_n "checking for -ldb2""... $ac_c" 1>&6
 ac_lib_var=`echo db'_'dbopen | tr './+\055' '__p_'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-ldb  $LIBS"
+LIBS="-ldb2  $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 1888 "configure"
 #include "confdefs.h"
@@@@ -1924,13 +1924,13 @@@@
d19 2
a20 6
 # if header db.h found check library db1 is version 1.85 
 if test "${db_version}" = "3" ; then
-  echo $ac_n "checking for -ldb""... $ac_c" 1>&6
+  echo $ac_n "checking for -ldb2""... $ac_c" 1>&6
 ac_lib_var=`echo db'_'dbopen | tr './+\055' '__p_'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
d27 1
a27 1
 #line 1936 "configure"
a28 18
@@@@ -2104,7 +2104,7 @@@@
 fi
 
 # check for header and library for readline
-htg_ld_args_default2="-lhtcobol -ldb -lncurses -lm"
+htg_ld_args_default2="-lhtcobol -ldb2 -lncurses -lm"
 # Check whether --with-readline or --without-readline was given.
 if test "${with_readline+set}" = set; then
   withval="$with_readline"
@@@@ -2178,7 +2178,7 @@@@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  htg_ld_args_default2="-lhtcobol -ldb -lncurses -lreadline -lm"
+  htg_ld_args_default2="-lhtcobol -ldb2 -lncurses -lreadline -lm"
 else
   echo "$ac_t""no" 1>&6
 { echo "configure: error: "readline lib is required by create COBOL executable... aborting"" 1>&2; exit 1; }
@


1.1
log
@Add missing patch files.
@
text
@d1 5
a5 5
--- configure.orig	Thu Oct 26 09:40:25 2000
+++ configure	Thu Oct 26 10:31:42 2000
@@@@ -1683,7 +1683,7 @@@@
 if test "${db_version}" = "0" ; then
   echo -n "checking library db for version 1.85 compatibility ..."
d10 1
a10 1
 #line 1689 "configure"
d12 17
a28 3
@@@@ -1786,13 +1786,13 @@@@
 
 # if header db.h found check library db is version 1.85 
d30 2
d42 1
a42 1
 #line 1798 "configure"
d44 1
a44 1
@@@@ -1963,7 +1963,7 @@@@
d53 1
a53 1
@@@@ -2037,7 +2037,7 @@@@
d61 1
a61 1
 { echo "configure: error: "readline lib is required by create COBOL executable"" 1>&2; exit 1; }
@

