Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Building zsh/db/gdbm on MacOS Sequoia
- X-seq: zsh-workers 54855
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Building zsh/db/gdbm on MacOS Sequoia
- Date: Wed, 24 Jun 2026 11:44:22 -0700
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:dkim-signature; bh=s1XOQgRNgzzyyfNW8NOH5VB0xW/XoNspnsgrJsqE83c=; fh=WLX7CNI4T+n7VYr7vrXhr3I4NeSBZzXL9w+34E9JxqI=; b=UO5Lo4KKr7w0sC8r4Qvigoa9GHMtN1N6qQWdiMkGOpd2dQOipdIT0fiDWIusCEFe5c XJVZ7DXGIdqS2aGK1SZudrzm1Ig/+gGCYzktUGCyWPudTVewLsvROvyZSQugMZRUJYdq lhogD/lRjacb5wRY40+VIfSGaAOAy+5ONh4oeAAiEyHokdQQTp3sIDw11ZnN/Fnk5DLp JYpS8JwJwuMKu3RVcaMf10uQcFcIiPQmjkx7YgXG7npjxyt19Kuxx5SdjlxZQo/5udo8 Npwc649g1QWOZF8coObCyaXsHDlxgxGY/o9saoz/E/cl4chXxUUbTOVfH+QiS/P0ZMN7 9Gmw==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1782326673; cv=none; d=google.com; s=arc-20240605; b=QkJkL/RQCQ+YW0btm+GYNQFtxjbtbC9klga6M1BH6MGqvWtTqfFTzjJSa440LPe7AF GTAxgFaoTPRhloI9RQwDpL6EYGJjxNz4X1PwGpDsVQScjXK30lTmaj3iwHUVgKgFze0t xk17MFKMVOqF/FAyJOyNyzQcYaOK9GEFlzvOjyKw+ics1MTTOrbSBzCn6ux/IN5tSRi3 x4X0NGwmRAEZfE9C47s1hjE1wV9FXK5xxKYagUPgc1iyaVhqMIl4Lk8ujp9gpaMJVk6n +yVJqh0yXvOLnzhlvadVfwOA1SE5hN+aup0Oot5P4R9PB5Kdof8KqGEmVAZBUV67f7Ez HQjw==
- Archived-at: <https://zsh.org/workers/54855>
- In-reply-to: <CAH+w=7Y-QNLt06cRmVOqt1C2qJVNOzG6-W4BD8XzELqmuuWcvQ@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CAH+w=7ZTZhV96MPY0WMQiysTJvccVL_G3xC++0=CmqDMuPzVMw@mail.gmail.com> <736970262.1236129.1782318610434@mail.virginmedia.com> <CAH+w=7ZtmCnY7FZGMmXX7bBKAtp06ogaj9-T3pFRnU=RydLg8Q@mail.gmail.com> <CAH+w=7ZFUbYMnPr3YbANJoxDjcCcEEaT1dXTwtn_U0Lc_oosPQ@mail.gmail.com> <CAH+w=7Y-QNLt06cRmVOqt1C2qJVNOzG6-W4BD8XzELqmuuWcvQ@mail.gmail.com>
On Wed, Jun 24, 2026 at 11:01 AM Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> (Sorry about the rapid followups)
One more ...
The only obvious (?) way I've found to track this down would be something like
port contents gdbm | \
sed -n '/\/lib\//{s,lib/.*,lib,;s/^[ ]*/-L/;p;q;}'
This works for any port-installed package, e.g., replace gdbm with
pcre2 or whatever.
Is there a better way? The full configure.ac entry would need to test
for the availability of the "port" command, etc.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author