Commit Graph
66 Commits
Author SHA1 Message Date
Renee Otten ae121b17c7 gdbm: update to 1.26 2025-07-30 16:08:32 -04:00
David B. Evans bdc155ee84 gdbm: update to version 1.24 2024-07-03 22:34:29 -07:00
Joshua Root 5184caa201 misc: update platforms 2022-10-22 23:44:19 +11:00
aeiouaeiouaeiouaeiouaeiouaeiouandHerby Gillot c6951fd11c gdbm: update to 1.23 2022-02-05 15:39:26 -05:00
Joshua Root 4b866310a7 gdbm: update gettext dep 2021-12-26 17:40:07 +11:00
Vadim-Valdis YudaevandVadim-Valdis Yudaev a6be1d7130 gdbm: update to 1.22
The patch-fix-st-mtim.diff patch already in master.
2021-10-24 22:00:32 +03:00
fn ⌃ ⌥andGitHub ca624b512a gdbm: update to 1.21 (#12083)
will use upstream patch to fix stat times issue until next version
2021-09-07 08:58:33 -07:00
Ken Cunningham 8ed68d6b07 gdbm: more selective patch for Tiger
although off_t is defined in the sys/types.h header, on
Leopard and newer, off_t is selectively defined in stdio.h  without
including the entire sys/types.h header.

It likely makes little overall difference, but including the entire
sys/types.h header could have unexpected effects, so we will duplicate
the behaviour of Leopard and newer  as much as possible.

This patch is always applied as is desired, but blocked on systems
where the deployment target is newer than 10.4.

This version still builds of course, passes the test suite, and
successfully builds ports that require gdbm such as perl5.34.

As this change is installed in the gdbm.h header, revbump needed.
2021-08-21 15:04:21 -07:00
Ken Cunningham 7bf19894cd gdbm: fix build on Tiger
<sys/types.h> is apparently not automatically included
by <stdio.h> on Tiger.

closes: https://trac.macports.org/ticket/63393
2021-08-19 21:17:23 -07:00
Renee Otten 4756df1a86 gdbm: update to 1.20, enable tests 2021-08-18 11:50:47 -04:00
Chris Jones 09183a96e2 gdbm: update to 1.19 2021-02-11 14:30:38 +00:00
Joshua Root cc55ceff15 clang-3.7 deps: use clang_dependency portgroup 2019-08-23 20:41:03 +10:00
Joshua Root 640b7e0aa8 clang-3.4 and deps: allow bootstrapping libcxx on 10.6
This involves non-conflicting subports that use libstdc++ for ports
that use a C++ stdlib and their dependents, and clearing
configure.cxx_stdlib for the ports that don't use a C++ stdlib so that
a macports-clang compiler won't be used.
2019-08-21 16:23:11 +10:00
Marcus Calhoun-LopezandMarcusCalhoun-Lopez 719053401b readline: update version 7.0.005->8.0.000
Update dependencies due to library name change.

See https://trac.macports.org/ticket/57871
2019-01-23 05:53:22 -07:00
David B. Evans 79905dbd4c gdbm: update to version 1.18.1 2018-11-03 17:31:20 -07:00
David B. Evans d09173c91d gdbm: update to version 1.16 2018-07-15 16:01:47 -07:00
Zero King 27d5d282a6 gdbm: update to 1.15
bump revision of dependents
2018-06-19 13:25:55 +00:00
Marius Schamschula 373081735c gdbm: update to version 1.14.1 2018-01-04 09:13:00 -06:00
Eitan AdlerandRyan Schmidt 919f2ac06d all: use https for gnu 2018-01-04 04:57:01 -06:00
Marius Schamschula 4ee4598c94 gdbm: add ac_cv_prog_AWK=awk to avoid building against gawk
See: https://trac.macports.org/ticket/54028
2017-04-25 19:24:44 -05:00
Marcus Calhoun-Lopez 44840c49db readline: update version 6.3.3->7.0.3
revbump dependencies since library name changes
Fixes https://trac.macports.org/ticket/52269
2017-04-23 09:34:20 -07:00
Mihai Moldovan 7731d8dabc databases/gdbm: add header typo fix patch, revbump. 2017-03-23 00:17:35 +01:00
Marius Schamschula 90b1006dc1 gdbm: update to version 1.13
add readline dependency
2017-03-12 16:10:02 -05:00
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00
Marius Schamschula 083bbb2ae3 gdbm: update to version 1.12.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@148773 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-05-17 19:32:12 +00:00