Bug 291147 - devel/ptlib:fails to build
Summary: devel/ptlib:fails to build
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-22 07:44 UTC by rdunkle
Modified: 2025-12-02 20:28 UTC (History)
1 user (show)

See Also:


Attachments
poudriere build log (10.76 KB, application/x-compressed)
2025-11-22 07:44 UTC, rdunkle
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description rdunkle 2025-11-22 07:44:38 UTC
Created attachment 265567 [details]
poudriere build log

poudriere build fails
FreeBSD 15.0-STABLE 1500501
I suspect this due to:
DEFAULT_VERSIONS+=  ssl=openssl35 
I compared my build to:
https://pkg-status.freebsd.org/beefy23/data/150releng-amd64-default/a2c5de3bbc84/logs/ptlib-2.10.11_7.log

beefy23 -- Noticed the 
--MAKE_ENV--
OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl

mine
--MAKE_ENV--
OPENSSLBASE=/usr/local OPENSSLDIR=/usr/local/openssl
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2025-11-22 12:53:52 UTC
Probably doesn't support OpenSSL 3.1+:
BROKEN_SSL_REASON=      Uses OpenSSL 3.0.0 deprecated BIO_s_file_internal
Need update this line:
BROKEN_SSL=     openssl openssl31
Or update port to newer version, for example to 2.18.8: https://sourceforge.net/projects/opalvoip/files/v3.18 Cygni/Stable 8/

This port has no maintainer.
Comment 2 rdunkle 2025-11-22 15:29:12 UTC
The source code on Sourceforge is marked as possible malware infected.
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2025-11-22 15:36:21 UTC
(In reply to rdunkle from comment #2)
Check previous versions.
Comment 4 rdunkle 2025-12-02 17:34:35 UTC
I did an audit of my ports.  I no longer need this ptlib.
This bug can be closed.
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2025-12-02 20:28:24 UTC
^Triage: closed at submitter's request.