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+=OPENSSL.

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
===================================================================
--- mail/libesmtp/Makefile      (revision 500595)
+++ mail/libesmtp/Makefile      (working copy)
@@ -35,7 +35,7 @@

.include <bsd.port.pre.mk>

-.if ${SSL_DEFAULT} == base
+.if ${SSL_DEFAULT} == base && ${PORT_OPTIONS:MOPENSSL}
BROKEN_FreeBSD_12=     error: cannot find the ssl library
BROKEN_FreeBSD_13=     error: cannot find the ssl library
.endif

Thank you,
Kyle Williams
Support Team / NYI
E: [email protected]    W: www.nyi.net
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to