Date: Sun, 25 Nov 2018 04:23:30 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485843 - head/net/mpd5 Message-ID: <201811250423.wAP4NUGQ068228@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eugen Date: Sun Nov 25 04:23:30 2018 New Revision: 485843 URL: https://svnweb.freebsd.org/changeset/ports/485843 Log: net/mpd5: fix after incorrect change r484599 openssl-1.1.1 is in FreeBSD12 base system and that was already resolved in r482627. While here, explicitly mark the port incompatible with alternative SSL libraries such as LibreSSL due to dependency of base system libfetch that links with base system libssl. PR: 233471 Modified: head/net/mpd5/Makefile Modified: head/net/mpd5/Makefile ============================================================================== --- head/net/mpd5/Makefile Sun Nov 25 03:05:49 2018 (r485842) +++ head/net/mpd5/Makefile Sun Nov 25 04:23:30 2018 (r485843) @@ -14,8 +14,9 @@ COMMENT= Multi-link PPP daemon based on netgraph(4) LICENSE= BSD3CLAUSE -BROKEN_SSL= openssl111 -BROKEN_SSL_REASON_openss-devel= needs libfetch(3) linked with system libssl +BROKEN_SSL= libressl libressl-devel +BROKEN_SSL_REASON_libressl= needs libfetch(3) linked with system libssl +BROKEN_SSL_REASON_libressl-devel= needs libfetch(3) linked with system libssl OPTIONS_DEFINE= DOCS NG_IPACCT NG_IPACCT_DESC= Use ng_ipacct kernel module from port
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811250423.wAP4NUGQ068228>