Date: Sun, 22 Mar 2026 19:27:09 +0100 From: Daniel Engberg <diizzy@FreeBSD.org> To: Gerald Pfeifer <gerald@pfeifer.com> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 3eb30c6af392 - main - archivers/lzip: Update to 1.26 Message-ID: <b2410c7b-2c67-450b-993e-65204dce0c39@FreeBSD.org> In-Reply-To: <6c7700b2-8665-46be-7249-02cd57d8044b@pfeifer.com> References: <69c0108c.245b4.7db0716c@gitrepo.freebsd.org> <22b341c6-308a-418b-b588-1cc888116c21@FreeBSD.org> <6c7700b2-8665-46be-7249-02cd57d8044b@pfeifer.com>
index | next in thread | previous in thread | raw e-mail
On 2026-03-22 19:04, Gerald Pfeifer wrote:
> On Sun, 22 Mar 2026, Daniel Engberg wrote:
>>> archivers/lzip/Makefile | 2 +-
>>> archivers/lzip/distinfo | 6 +++---
>> This should use HAS_CONFIGURE rather than GNU_CONFIGURE
>
> How did you notice this? Good eyes! (Was it the warning in configure
> stage?)
>
> And in a way you're right since lzip does not use autoconf.
>
> It does, however, provide a configure script that essentially behaves as
> if. Simply replacing GNU_CONFIGURE with HAS_CONFIGURE does not work in my
> test environment (--prefix= is required) and would make the port more
> complex.
>
> Gerald
>
Release archive looked suspiciously small for Autotools without USES=
autoreconf :)
It needs something like:
CONFIGURE_ARGS= --prefix="${LOCALBASE}" \
CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS}" \
LDFLAGS="${LDFLAGS}"
..and also removes "configure: WARNING: unrecognized option:
'--build=amd64-portbld-freebsd15.0'"
Best regards,
Daniel
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b2410c7b-2c67-450b-993e-65204dce0c39>
