svn commit: r389706 - head/net-p2p/libtorrent-rasterbar

Guido Falsi madpilot at FreeBSD.org
Mon Jun 15 13:34:31 UTC 2015


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}


More information about the svn-ports-all mailing list