svn commit: r462140 - head/net-p2p/libtorrent
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 17 12:00:50 UTC 2018
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:
More information about the svn-ports-all
mailing list