[Bug 282896] ftp/php83-curl: Configure Error: Package 'heimdal-gssapi', required by 'libcurl', not found

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 21 Nov 2024 16:57:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282896

            Bug ID: 282896
           Summary: ftp/php83-curl: Configure Error: Package
                    'heimdal-gssapi', required by 'libcurl', not found
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: matthew@wener.org
             Flags: maintainer-feedback?(bofh@freebsd.org)
          Assignee: bofh@freebsd.org

Looks like gssapi:heimdal needs to be added to the uses for curl 8.11.0

configure: error: Package requirements (libcurl >= 7.29.0) were not met:
Package 'heimdal-gssapi', required by 'libcurl', not found

php Makefile:
.if ${PHP_MODNAME} == "curl"
LIB_DEPENDS+=   libcurl.so:ftp/curl

CONFIGURE_ARGS+=        --with-curl=${LOCALBASE}
-USES+=                  pkgconfig
+USES+=                  pkgconfig gssapi:heimdal
.endif

I'll create a proper patch in a bit.

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