Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?!

0 views
Skip to first unread message

Michael Grimm

unread,
Mar 10, 2016, 1:06:44 PM3/10/16
to
Hi —

A couple of days ago, poudriere started complaining about openntpd:

| pkg-static: libressl-2.2.6 conflicts with openssl-1.0.2_11 (installs files into the same place).
| Problematic file: /usr/local/bin/openssl
|
| Failed to install the following 1 package(s): /packages/All/openntpd-5.7p4_2,2.txz

I cannot find any remarks in /usr/ports/UPDATING about openntpd depending on libressl, and I really do not want to switch my system to libressl just pleasing openntpd.

Question: any chance to get around that dependency?

Thanks and regards,
Michael

_______________________________________________
freebs...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-port...@freebsd.org"

Walter Schwarzenfeld

unread,
Mar 10, 2016, 1:17:38 PM3/10/16
to
Makefile
OPTIONS_DEFAULT= RESSL

RESSL_LIB_DEPENDS= libtls.so:${PORTSDIR}/security/libressl


turn option RESSL to off.

Michael Grimm

unread,
Mar 10, 2016, 1:27:00 PM3/10/16
to
Walter Schwarzenfeld <w.schwa...@utanet.at> wrote:

> Makefile
> OPTIONS_DEFAULT= RESSL
>
> RESSL_LIB_DEPENDS= libtls.so:${PORTSDIR}/security/libressl
>
>
> turn option RESSL to off.

Ok, thanks, and that was easy ;-) Sorry, I should have found that myself.

Regards,
Michael

Joe Holden

unread,
Aug 3, 2016, 3:44:54 AM8/3/16
to
> -----Original Message-----
> From: owner-fre...@freebsd.org [mailto:owner-freebsd-
> po...@freebsd.org] On Behalf Of Walter Schwarzenfeld
> Sent: 10 March 2016 18:17
> To: freebs...@freebsd.org
> Subject: Re: openntpd-5.7p4_2,2 depends on libressl-2.2.6 ?!
>
> Makefile
> OPTIONS_DEFAULT= RESSL
>
> RESSL_LIB_DEPENDS= libtls.so:${PORTSDIR}/security/libressl
>
>
> turn option RESSL to off.
> _______________________________________________
That is not a fix since it breaks at least nginx in the official repo,
because nginx depends on openssl and openntpd depends on libre.

Either the entire tree should move to a library supported by everything, or
the openntpd port gets split into meta packages so that we don't need to
return to a stage where everyone is building ports.

Was this not even considered or tested?

(Cc naddy)
0 new messages