Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2020 09:13:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250414] ftp/curl: may automatically pick up libzstd, make that an explicit option
Message-ID:  <bug-250414-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250414

            Bug ID: 250414
           Summary: ftp/curl: may automatically pick up libzstd, make that
                    an explicit option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: mandree@FreeBSD.org
                CC: sunpoet@FreeBSD.org
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
 Attachment #218835 maintainer-approval?(sunpoet@FreeBSD.org)
             Flags:
                CC: sunpoet@FreeBSD.org

Created attachment 218835
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D218835&action=
=3Dedit
patch to make ZSTD an explicit option to control ./configure behaviour and
avoid inconsistency between auto-detection and LIB_DEPENDS

curl 7.73 (or generally Curl versions since 2020 August) may, through
configure, auto-detect libzstd and then use it.=20

I am proposing a patch to control this behaviour explicitly through an opti=
on
(enabled by default) so as to register the dependency properly and avoid th=
is
issue in "env DEVELOPER=3Dyes make -C /usr/ports/ftp/curl stage-qa":

=3D=3D=3D=3D> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libcurl.so.4.7.0 is linked to /usr/local/lib/libzstd.=
so.1
from archivers/zstd but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=3Dlibzstd.so:archivers/zstd

NOTE you may want to bump PORTREVISION to clean this up in existing install=
s.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250414-7788>