[Bug 272553] security/p5-Net-SSLeay fails to build

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 17 Jul 2023 21:24:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272553

            Bug ID: 272553
           Summary: security/p5-Net-SSLeay fails to build
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: perl@FreeBSD.org
          Reporter: dave@jetcafe.org
          Assignee: perl@FreeBSD.org
             Flags: maintainer-feedback?(perl@FreeBSD.org)

Here is the one error:

[00:00:08] SSLeay.c:4505:9: error: incompatible integer to pointer conversion
assigning to 'SSL_SESSION *' (aka 'struct ssl_session_st *') from 'int'
[-Wint-conversion]
[00:00:08]         RETVAL = SSL_SESSION_dup(sess);

This is from a poudriere build off of the ports 2023Q2 branch as of commit
53f4ee66b
and with 13.2-STABLE at c27befba6. 

Note that this package (p5-Net-SSLeay 1.92) built successfully (using the same
tools) with 13.2-STABLE at 8c09bde96 and with 12.4 stable at 83dd52764.

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