svn commit: r461620 - head/lang/python27

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 12 19:03:52 UTC 2018


Author: sunpoet
Date: Mon Feb 12 19:03:48 2018
New Revision: 461620
URL: https://svnweb.freebsd.org/changeset/ports/461620

Log:
  Silence patch messages

Modified:
  head/lang/python27/Makefile

Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile	Mon Feb 12 19:03:43 2018	(r461619)
+++ head/lang/python27/Makefile	Mon Feb 12 19:03:48 2018	(r461620)
@@ -116,11 +116,11 @@ post-patch:
 # readline shared library is present on base before FreeBSD 11 - r268461
 # force setup.py ignore base and use readline from ports
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
-	${REINPLACE_CMD} -e \
+	@${REINPLACE_CMD} -e \
 		"s|lib_dirs,\ \'readline\'|[\'${LOCALBASE}/lib\',\ \'.\'],\ \'readline\'|" \
 		${WRKSRC}/setup.py
 .endif
-	${REINPLACE_CMD} -e 's|/usr/local/bin/python|${python_CMD}|' \
+	@${REINPLACE_CMD} -e 's|/usr/local/bin/python|${python_CMD}|' \
 		${WRKSRC}/Lib/cgi.py
 	@${REINPLACE_CMD} -e \
 		's,/usr/doc/python-docs-,${PREFIX}/share/doc/python,g' \


More information about the svn-ports-head mailing list