svn commit: r312338 - in head/net-p2p: libtorrent libtorrent-devel

Andrej Zverev az at FreeBSD.org
Sat Feb 16 10:31:39 UTC 2013


Author: az
Date: Sat Feb 16 10:31:38 2013
New Revision: 312338
URL: http://svnweb.freebsd.org/changeset/ports/312338

Log:
  Remove --with-openssl (obsolete by --enable-openssl which "on" by default)
  
  Reported by:	Andreas Nilsson <andrnils at gmail.com>

Modified:
  head/net-p2p/libtorrent-devel/Makefile
  head/net-p2p/libtorrent/Makefile

Modified: head/net-p2p/libtorrent-devel/Makefile
==============================================================================
--- head/net-p2p/libtorrent-devel/Makefile	Sat Feb 16 10:23:57 2013	(r312337)
+++ head/net-p2p/libtorrent-devel/Makefile	Sat Feb 16 10:31:38 2013	(r312338)
@@ -37,7 +37,7 @@ KQUEUE_DESC=	Use kqueue(2) support
 CONFIGURE_ENV=	OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
 .endif
 
-CONFIGURE_ARGS+=	--disable-debug --with-openssl=${OPENSSLBASE}
+CONFIGURE_ARGS+=	--disable-debug
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure

Modified: head/net-p2p/libtorrent/Makefile
==============================================================================
--- head/net-p2p/libtorrent/Makefile	Sat Feb 16 10:23:57 2013	(r312337)
+++ head/net-p2p/libtorrent/Makefile	Sat Feb 16 10:31:38 2013	(r312338)
@@ -37,7 +37,7 @@ KQUEUE_DESC=	Use kqueue(2) support
 CONFIGURE_ENV=	OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
 .endif
 
-CONFIGURE_ARGS+=	--disable-debug --with-openssl=${OPENSSLBASE}
+CONFIGURE_ARGS+=	--disable-debug
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure


More information about the svn-ports-head mailing list