update to pspg-5.5.1, from Omar Polo

This commit is contained in:
sthen 2021-11-08 15:00:15 +00:00
parent cedef053c6
commit 084673e07e
3 changed files with 5 additions and 17 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2021/11/03 12:20:55 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2021/11/08 15:00:15 sthen Exp $
COMMENT = UNIX pager optimized for tabular data
GH_ACCOUNT = okbob
GH_PROJECT = pspg
GH_TAGNAME = 5.5.0
GH_TAGNAME = 5.5.1
CATEGORIES = databases

View File

@ -1,2 +1,2 @@
SHA256 (pspg-5.5.0.tar.gz) = Y4weF+mKW7nOhY8lnqLQUOoBPq/RSzMgxsMKRqWMEDg=
SIZE (pspg-5.5.0.tar.gz) = 2282620
SHA256 (pspg-5.5.1.tar.gz) = pKQAOYIBcmE2C64k1bOLNlPWlNPWYUDPj+eGTVCVio4=
SIZE (pspg-5.5.1.tar.gz) = 2413333

View File

@ -1,11 +1,8 @@
$OpenBSD: patch-configure_ac,v 1.2 2021/11/03 12:20:55 sthen Exp $
$OpenBSD: patch-configure_ac,v 1.3 2021/11/08 15:00:15 sthen Exp $
AX_LIB_READLINE picks up base readline which is too old. Force it to
use readline from ports.
disable kqueue since tries to monitor events not supported by our kqueue
(NOTE_CLOSE_WRITE.)
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@ -19,12 +16,3 @@ Index: configure.ac
AX_LIB_POSTGRESQL([],[], AC_MSG_NOTICE([PostgreSQL library not found]))
case "$ax_cv_ncurses" in "no")
@@ -75,8 +76,6 @@ if test "x$have_inotify" = "xyes"; then
fi
fi
-
-AC_CHECK_HEADERS([sys/event.h], have_kqueue=yes, have_kqueue=no)
if test "x$have_kqueue" = "xyes"; then