update to datalog-2.5

This commit is contained in:
jasper 2015-05-10 19:12:25 +00:00
parent ff32f3dc97
commit 1a524fb148
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2013/08/06 18:08:16 jasper Exp $
# $OpenBSD: Makefile,v 1.11 2015/05/10 19:12:25 jasper Exp $
COMMENT= deductive database system similar to Prolog
DISTNAME= datalog-2.4
DISTNAME= datalog-2.5
SHARED_LIBS += datalog 0.0 # 0.0
CATEGORIES= lang

View File

@ -1,2 +1,2 @@
SHA256 (datalog-2.4.tar.gz) = R4H57h+M3I+YtDfau37feLJjN+wU95LJDBcbBqGriz4=
SIZE (datalog-2.4.tar.gz) = 605053
SHA256 (datalog-2.5.tar.gz) = Jx5eNJ08vu+gJW82pRvZf9crRO2e4GTP9ElzGTeNH1A=
SIZE (datalog-2.5.tar.gz) = 666948

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-configure,v 1.3 2013/08/06 18:08:16 jasper Exp $
$OpenBSD: patch-configure,v 1.4 2015/05/10 19:12:25 jasper Exp $
Correctly link with -lreadline as it need -ltermcap.
--- configure.orig Sat Mar 23 22:07:11 2013
+++ configure Mon Jul 29 19:26:29 2013
@@ -11565,7 +11565,7 @@ for ac_lib in '' readline; do
--- configure.orig Thu May 7 14:55:37 2015
+++ configure Sun May 10 21:10:51 2015
@@ -11720,7 +11720,7 @@ for ac_lib in '' readline; do
ac_res="none required"
else
ac_res=-l$ac_lib
@ -13,7 +13,7 @@ Correctly link with -lreadline as it need -ltermcap.
fi
if ac_fn_c_try_link "$LINENO"; then :
ac_cv_search_readline=$ac_res
@@ -11588,7 +11588,7 @@ fi
@@ -11743,7 +11743,7 @@ fi
$as_echo "$ac_cv_search_readline" >&6; }
ac_res=$ac_cv_search_readline
if test "$ac_res" != no; then :