Date: Sat, 17 Feb 2018 12:00:48 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462140 - head/net-p2p/libtorrent Message-ID: <201802171200.w1HC0mVs082686@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 17 12:00:47 2018 New Revision: 462140 URL: https://svnweb.freebsd.org/changeset/ports/462140 Log: Use BROKEN_SSL Approved by: portmgr (blanket) Modified: head/net-p2p/libtorrent/Makefile Modified: head/net-p2p/libtorrent/Makefile ============================================================================== --- head/net-p2p/libtorrent/Makefile Sat Feb 17 12:00:42 2018 (r462139) +++ head/net-p2p/libtorrent/Makefile Sat Feb 17 12:00:47 2018 (r462140) @@ -12,6 +12,8 @@ COMMENT= BitTorrent Library written in C++ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_SSL= openssl-devel + CONFLICTS_INSTALL= rblibtorrent-[0-9]* rblibtorrent-devel-[0-9]* USES= compiler:c++11-lang libtool pathfix pkgconfig ssl @@ -34,10 +36,6 @@ IPV6_CONFIGURE_ENABLE= ipv6 KQUEUE_CONFIGURE_WITH= kqueue .include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif # Disable instrumentation, which requires 64-bit atomic ops, on i386 (when # using gcc) and powerpc to avoid linking errors:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802171200.w1HC0mVs082686>