head	1.5;
access;
symbols
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2005.04.14.17.27.31;	author flz;	state dead;
branches;
next	1.4;

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

1.3
date	2002.01.29.13.42.57;	author patrick;	state dead;
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.5
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
@--- lib/Makefile.in.orig	Sun Oct 20 04:37:38 2002
+++ lib/Makefile.in	Tue Nov  5 16:29:57 2002
@@@@ -28,7 +28,7 @@@@
 GREP = grep -v
 
 MAKEDEPEND=@@MAKEDEPEND@@
-LIBS=-ldl @@htg_ld_args_m@@ @@htg_ld_args_db@@ -lncurses
+LIBS=-L/usr/local/lib @@htg_ld_args_m@@ @@htg_ld_args_db@@ -lncurses
 #
 # Default install directory is set in htconfig.h
 #
@


1.4
log
@Add in a new patch file missed on initial commit.
@
text
@@


1.3
log
@Update to 0.55
@
text
@d1 4
a4 3
--- htconfig.h.in.orig	Tue Dec  5 20:13:21 2000
+++ htconfig.h.in	Wed Dec  6 20:04:57 2000
@@@@ -134,8 +134,8 @@@@
d6 6
a11 9
 /* Default linker args 2  */
 /* 
- #define HTG_LD_ARGS_DEFAULT2    "-lhtcobol -ldb -lncurses -lm " 
- #define HTG_LD_ARGS_DEFAULT2    "-lhtcobol -ldb -lncurses -lreadline -lm " 
+ #define HTG_LD_ARGS_DEFAULT2    "-lhtcobol -ldb2 -lncurses -lm " 
+ #define HTG_LD_ARGS_DEFAULT2    "-lhtcobol -ldb2 -lncurses -lreadline -lm " 
  #define HTG_LD_ARGS_DEFAULT2    "-lhtcobol -lm -dl" 
 */
 #undef HTG_LD_ARGS_DEFAULT2
@


1.2
log
@Update to version 0.4
@
text
@@


1.1
log
@Add missing patch files.
@
text
@d1 3
a3 12
--- htconfig.h.in.orig	Thu Oct 26 09:44:10 2000
+++ htconfig.h.in	Thu Oct 26 09:44:26 2000
@@@@ -53,7 +53,7 @@@@
    but are required by the linker to create a executable.
 */
 
-/* Define if you have the db library (-ldb).  */ 
+/* Define if you have the db library (-ldb2).  */ 
 #undef HAVE_LIBDB
 /* Set library db version 1.85 compatibility feature on for versions >= 2.xx.  */
 #undef USE_DB_185_COMPATIBILITY
@@@@ -120,8 +120,8 @@@@
@

