Date: Mon, 6 May 2019 10:45:28 -0700 From: Kyle Williams <kyle.williams@nyi.net> To: ports@freebsd.org Cc: Mark Staudinger <mark.staudinger@nyi.net>, Kyle Williams <kyle.williams@nyi.net> Subject: mail/libesmtp marked broken in r497650 but build completes with openssl port option disabled Message-ID: <31B46110-BE7F-4D85-8A77-A51386852BFA@nyi.net>
next in thread | raw e-mail | index | archive | help
Hello, r497650 in the ports head repo marked mail/libesmtp as broken on FreeBSD = 12 and 13. I think this was due to the OpenSSL fallout from FreeBSD bugs = 228865 and 229017, but the mail/libesmtp build completes successfully on = FreeBSD 12 with OPTIONS_FILE_UNSET+=3DOPENSSL. Would it be possible to adjust the failure condition to check for this? = I've included a proposed diff for the port's makefile. Index: mail/libesmtp/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- mail/libesmtp/Makefile (revision 500595) +++ mail/libesmtp/Makefile (working copy) @@ -35,7 +35,7 @@ .include <bsd.port.pre.mk> -.if ${SSL_DEFAULT} =3D=3D base +.if ${SSL_DEFAULT} =3D=3D base && ${PORT_OPTIONS:MOPENSSL} BROKEN_FreeBSD_12=3D error: cannot find the ssl library BROKEN_FreeBSD_13=3D error: cannot find the ssl library .endif Thank you, Kyle Williams Support Team / NYI E: kyle.williams@nyi.net W: www.nyi.net=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31B46110-BE7F-4D85-8A77-A51386852BFA>