svn commit: r533469 - head/net-p2p/libtorrent-rasterbar
Yuri Victorovich
yuri at FreeBSD.org
Thu Apr 30 19:26:00 UTC 2020
Author: yuri
Date: Thu Apr 30 19:25:59 2020
New Revision: 533469
URL: https://svnweb.freebsd.org/changeset/ports/533469
Log:
net-p2p/libtorrent-rasterbar: Fix the python path for tests
It was an overly-broad regexp substitution.
PR: 246045
Submitted by: daniel.engberg.lists at pyret.net (original version)
Modified:
head/net-p2p/libtorrent-rasterbar/Makefile
Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile Thu Apr 30 18:51:40 2020 (r533468)
+++ head/net-p2p/libtorrent-rasterbar/Makefile Thu Apr 30 19:25:59 2020 (r533469)
@@ -57,7 +57,7 @@ USES+= compiler:c++11-lang
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/include|${PREFIX}/include|' \
${WRKSRC}/Jamfile
- @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' \
+ @${REINPLACE_CMD} -e 's|return "python";|return "${PYTHON_CMD}";|' \
${WRKSRC}/test/setup_transfer.cpp
post-install:
More information about the svn-ports-all
mailing list