[SOLUTION] Re: svn commit: r358411 - head/contrib/sendmail/src

Hajimu UMEMOTO ume at FreeBSD.org
Wed Mar 4 17:05:29 UTC 2020


Hi,

>>>>> On Wed, 4 Mar 2020 22:26:32 +0700
>>>>> Eugene Grosbein <eugen at grosbein.net> said:

> No, I never do r515574 back.  The other ports depending upon
> cyrus-sasl2 must be linked same version of openssl.  So, there is an
> option "DEFAULT_VERSIONS= ssl=base". Your hack breaks this premise and
> confuse people.

eugen> r515574 does not change default build for the port. It is "no-op" by default.
eugen> It won't do any harm.


eugen> "ssl=base" is not solution as I've showed before because
eugen> FreeBSD ports tree cannot cope with some ports built with ports version of openssl
eugen> and some with base version of openssl and this is exactly what needs to be done here.

eugen> Why do you state "it confuses people"?

Because, as I said, the other ports depending upon cyrus-sasl2 must be
linked same version of openssl.

I don't recommend.  But, perhaps this works for you:

.if ! ${.CURDIR:M*/security/cyrus-sasl2*}
DEFAULT_VERSIONS=	ssl=openssl
.endif

Sincerely,

--
Hajimu UMEMOTO
ume at mahoroba.org  ume at FreeBSD.org
http://www.mahoroba.org/~ume/


More information about the svn-src-head mailing list