update to datalog-2.6

This commit is contained in:
jasper 2016-06-17 18:37:41 +00:00
parent 18367e6d9b
commit eeefee815a
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.11 2015/05/10 19:12:25 jasper Exp $
# $OpenBSD: Makefile,v 1.12 2016/06/17 18:37:41 jasper Exp $
COMMENT= deductive database system similar to Prolog
DISTNAME= datalog-2.5
DISTNAME= datalog-2.6
SHARED_LIBS += datalog 0.0 # 0.0
CATEGORIES= lang

View File

@ -1,2 +1,2 @@
SHA256 (datalog-2.5.tar.gz) = Jx5eNJ08vu+gJW82pRvZf9crRO2e4GTP9ElzGTeNH1A=
SIZE (datalog-2.5.tar.gz) = 666948
SHA256 (datalog-2.6.tar.gz) = Bi2kfqLYsQHkmE9BfqbO52i9+ZnlIxgtUyN8KoVrvUw=
SIZE (datalog-2.6.tar.gz) = 687289

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-configure,v 1.4 2015/05/10 19:12:25 jasper Exp $
$OpenBSD: patch-configure,v 1.5 2016/06/17 18:37:41 jasper Exp $
Correctly link with -lreadline as it need -ltermcap.
--- 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
--- configure.orig Wed Jun 1 14:35:16 2016
+++ configure Fri Jun 17 20:36:59 2016
@@ -12209,7 +12209,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
@@ -11743,7 +11743,7 @@ fi
@@ -12232,7 +12232,7 @@ fi
$as_echo "$ac_cv_search_readline" >&6; }
ac_res=$ac_cv_search_readline
if test "$ac_res" != no; then :