Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2019 22:35:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235468] audio/logitechmediaserver: build IO::Socket::SSL so plugins work (e.g. RadioParadise)
Message-ID:  <bug-235468-7788-T8EccOlFLg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235468-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235468-7788@https.bugs.freebsd.org/bugzilla/>

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

hartzell@alerce.com changed:

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

--- Comment #5 from hartzell@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=3Dca_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.

--=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-235468-7788-T8EccOlFLg>