Now with the tarball for real On 2022/08/16 23:17:50 +0200, Omar Polo <o...@openbsd.org> wrote: > frindly ping + attaching the new dependency that i forgot last time > (sorry!) > > On 2022/08/06 10:44:37 +0200, Omar Polo <o...@openbsd.org> wrote: > > hello, > > > > The major issue for this update is that upstream started to use > > wordexp(3) and some workaround are needed. (The added patches are > > pending upstream.) > > > > The workarounds for wordexp(3) range from manually constructing > > strings, to using glob(3) and even rolling wordexp(3) inline stealing > > an idea from musl, as other wordexp(3) implementation required either > > some helper programs (freebsd) or custom shell flags (glibc/newlib and > > bash.) > > > > The behaviour of the program is not changed except that in the `:open' > > command: on other systems you should be able to say `:open $(cmd)' or > > similar stuff with command substitution, here it only supports > > glob(3). > > > > tests from existing users are welcome :) > > > > thoughts/ok? > > I've sent the patches upstream but haven't heard yet :/ > > The update needs also needs a new dep: inih > > % pkg_info inih > Information for inst:inih-56 > > Comment: > simple INI file parser > > Required by: > imv-4.3.1 > > Description: > inih (INI Not Invented Here) is a simple .INI file parser written in C. > It's only a couple of pages of code, and it was designed to be small and > simple, so it's good for embedded systems. It's also more or less > compatible with Python's ConfigParser style of .INI files, including RFC > 822-style multi-line syntax and name: value entries. > > Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org> > > WWW: https://github.com/benhoyt/inih
inih.tar.gz
Description: GNU Zip compressed data