naddy 770381534d database/gdbm: update to 1.19
* Pre-read the memory mapped regions on systems that support it.
* gdbmtool: tagged initialization of structured data
* Bugfix: Preserve locking type during database reorganization

Also fixes building with -fno-common
2021-01-27 16:54:50 +00:00

25 lines
442 B
Makefile

# $OpenBSD: Makefile,v 1.48 2021/01/27 16:54:50 naddy Exp $
COMMENT= GNU dbm
DISTNAME= gdbm-1.19
CATEGORIES= databases
SHARED_LIBS= gdbm 5.1 # 6.0
HOMEPAGE= https://www.gnu.org/software/gdbm/
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
# GPLv3
PERMIT_PACKAGE= Yes
LIB_DEPENDS= devel/gettext,-runtime
WANTLIB= c curses iconv intl readline
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
.include <bsd.port.mk>