1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to version 0.59

This commit is contained in:
Patrick S. Gardella 2002-11-05 21:51:28 +00:00
parent 679f55238c
commit 956433d086
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69549
4 changed files with 36 additions and 26 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= tinycobol
PORTVERSION= 0.58
PORTVERSION= 0.59
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tiny-cobol

View File

@ -1 +1 @@
MD5 (tinycobol-0.58.tar.gz) = e1646b929b9d9aba9fc04980c0131920
MD5 (tinycobol-0.59.tar.gz) = 755d41f049f6530aab7f1b9a393472ed

View File

@ -1,29 +1,38 @@
--- configure.orig Tue Jan 29 08:30:36 2002
+++ configure Tue Feb 5 07:30:45 2002
@@ -522,7 +522,7 @@
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
-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'
--- configure.orig Sun Oct 20 04:37:38 2002
+++ configure Tue Nov 5 16:23:57 2002
@@ -952,7 +952,7 @@
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
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_save_LIBS="$LIBS"
ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldb $LIBS"
+LIBS="-ldb2 $LIBS"
cat > conftest.$ac_ext <<EOF
#line 2091 "configure"
cat >conftest.$ac_ext <<_ACEOF
#line 4075 "configure"
#include "confdefs.h"
@@ -2835,7 +2835,7 @@
#)
@@ -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 @@
#
LIBS="-L/usr/lib $M_LIBS"
-INCLUDES="-I/usr/include -I../lib -I../"
+INCLUDES="-I/usr/include -I../lib -I../ -I/usr/local/include"
+INCLUDES="-I/usr/include -I../lib -I../ -I/usr/local/include"
# set default directories
#

View File

@ -1,15 +1,16 @@
bin/htcobol
lib/libhtcobol.a
lib/libhtcobol2.a
share/htcobol/htcobolpp
share/htcobol/htcobolrc
lib/libhtcobol.so.0.59.0
lib/libhtcobol.so
lib/libhtcobol.so.0
share/htcobol/htcobolpp
share/htcobol/copybooks/screen.cpy
@dirrm share/htcobol/copybooks
@dirrm share/htcobol
share/doc/tinycobol/Comments.old.txt
share/doc/tinycobol/Compiler-Overview.txt
share/doc/tinycobol/GAS.asm-i386.Info.txt
share/doc/tinycobol/ProgramHeaders.Info.txt
share/doc/tinycobol/VarStructure.Info.txt
share/doc/tinycobol/compiler-design-future.txt
@dirrm share/htcobol/copybooks
@dirrm share/doc/tinycobol
@dirrm share/htcobol