[Bug 235468] audio/logitechmediaserver: build IO::Socket::SSL so plugins work (e.g. RadioParadise)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 23 22:35:30 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235468

hartzell at alerce.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|New                         |Closed

--- Comment #5 from hartzell at alerce.com ---
This patch does not work with FreeBSD 12 and perl5.30.  I believe that the
version of IO:Socket::SSL in the vendor tree is simply too far out of date to
be worth bothering with.

PiCorePlayer pulls in the OS version as a dependency, and I've changed my
personal port to add:

```
RUN_DEPENDS=ca_root_nss>0:security/ca_root_nss \
                p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL
```

which seems to make things happy and is way simpler.

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


More information about the freebsd-ports-bugs mailing list