From owner-svn-ports-all@FreeBSD.ORG Mon Jun 15 13:34:31 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 755C6D74; Mon, 15 Jun 2015 13:34:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 636CB6DD; Mon, 15 Jun 2015 13:34:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5FDYVSY046509; Mon, 15 Jun 2015 13:34:31 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5FDYVVG046508; Mon, 15 Jun 2015 13:34:31 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201506151334.t5FDYVVG046508@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 15 Jun 2015 13:34:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389706 - head/net-p2p/libtorrent-rasterbar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 13:34:31 -0000 Author: madpilot Date: Mon Jun 15 13:34:30 2015 New Revision: 389706 URL: https://svnweb.freebsd.org/changeset/ports/389706 Log: Fix breakage introduced in r389250. PR: 200869 Submitted by: donnex at donnex.net Pointy hat to: me Modified: head/net-p2p/libtorrent-rasterbar/Makefile Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Mon Jun 15 13:05:25 2015 (r389705) +++ head/net-p2p/libtorrent-rasterbar/Makefile Mon Jun 15 13:34:30 2015 (r389706) @@ -69,8 +69,13 @@ post-patch: ${WRKSRC}/Jamfile post-install: +.if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "yes" && defined(USE_PYTHON) + ${STRIP_CMD} \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/libtorrent.so +.else ${STRIP_CMD} \ ${STAGEDIR}${PREFIX}/lib/libtorrent-rasterbar.so.${SHLIB_VER} +.endif .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR2}