5350b914da
Version 1.19 - 2020-12-23 * Pre-read the memory mapped regions on systems that support it. This speeds up operations on big databases. * gdbmtool: tagged initialization of structured data Initializers for structured data can be given in tagged form, e.g.: store somekey { status=2, id={a,u,x}, name="foo" } * Bugfixes: ** Preserve locking type during database reorganization
19 lines
515 B
Text
19 lines
515 B
Text
# $NetBSD: Makefile.common,v 1.9 2021/01/04 10:41:13 wiz Exp $
|
|
#
|
|
# used by databases/gdbm/Makefile
|
|
# used by databases/gdbm_compat/Makefile
|
|
|
|
DISTNAME= gdbm-1.19
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/gdbm/gdbm.html
|
|
COMMENT= The GNU database manager
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../databases/gdbm/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../databases/gdbm/patches
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|