Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2013 10:31:39 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312338 - in head/net-p2p: libtorrent libtorrent-devel
Message-ID:  <201302161031.r1GAVdHL043853@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302161031.r1GAVdHL043853>