mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- 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
This commit is contained in:
parent
f191283924
commit
bcb4400082
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561304
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user