Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2021 08:59:56 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561304 - head/databases/gdbm
Message-ID:  <202101120859.10C8xuAp031666@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Jan 12 08:59:56 2021
New Revision: 561304
URL: https://svnweb.freebsd.org/changeset/ports/561304

Log:
  - Update GNU dbm to version 1.19
  - Enable parallel builds by using GNU make
  - Hook the test suite to our framework
  - Visually separate the option blocks

Modified:
  head/databases/gdbm/Makefile
  head/databases/gdbm/distinfo
  head/databases/gdbm/pkg-plist

Modified: head/databases/gdbm/Makefile
==============================================================================
--- head/databases/gdbm/Makefile	Tue Jan 12 08:30:49 2021	(r561303)
+++ head/databases/gdbm/Makefile	Tue Jan 12 08:59:56 2021	(r561304)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gdbm
-PORTVERSION=	1.18.1
-PORTREVISION=	1
+PORTVERSION=	1.19
 CATEGORIES=	databases
 MASTER_SITES=	GNU
 
@@ -12,25 +11,21 @@ COMMENT=	GNU database manager
 
 LICENSE=	GPLv3+
 
+USES=		gmake libtool:keepla readline
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		libtool:keepla readline
 
-MAKE_JOBS_UNSAFE=	yes
-
 INFO=		gdbm
 
 OPTIONS_DEFINE=	COMPAT NLS
 OPTIONS_SUB=	yes
+
 COMPAT_DESC=	Enable dbm/ndbm compatibility
 COMPAT_CONFIGURE_ENABLE=	libgdbm-compat
+
 NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=	gettext
-
-post-patch:
-# Fix the build with -fno-common (clang 11 and gcc 10)
-	@${REINPLACE_CMD} -e '/^char \*parseopt_program_[ad]/d' \
-		${WRKSRC}/src/parseopt.c
 
 .include <bsd.port.mk>

Modified: head/databases/gdbm/distinfo
==============================================================================
--- head/databases/gdbm/distinfo	Tue Jan 12 08:30:49 2021	(r561303)
+++ head/databases/gdbm/distinfo	Tue Jan 12 08:59:56 2021	(r561304)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1540621017
-SHA256 (gdbm-1.18.1.tar.gz) = 86e613527e5dba544e73208f42b78b7c022d4fa5a6d5498bf18c8d6f745b91dc
-SIZE (gdbm-1.18.1.tar.gz) = 941863
+TIMESTAMP = 1608727671
+SHA256 (gdbm-1.19.tar.gz) = 37ed12214122b972e18a0d94995039e57748191939ef74115b1d41d8811364bc
+SIZE (gdbm-1.19.tar.gz) = 967861

Modified: head/databases/gdbm/pkg-plist
==============================================================================
--- head/databases/gdbm/pkg-plist	Tue Jan 12 08:30:49 2021	(r561303)
+++ head/databases/gdbm/pkg-plist	Tue Jan 12 08:59:56 2021	(r561304)
@@ -27,6 +27,7 @@ man/man3/gdbm.3.gz
 %%NLS%%share/locale/ja/LC_MESSAGES/gdbm.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/gdbm.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/gdbm.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/gdbm.mo
 %%NLS%%share/locale/sr/LC_MESSAGES/gdbm.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/gdbm.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/gdbm.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101120859.10C8xuAp031666>