svn commit: r461622 - head/lang/python35

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


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

Log:
  Silence patch messages

Modified:
  head/lang/python35/Makefile

Modified: head/lang/python35/Makefile
==============================================================================
--- head/lang/python35/Makefile	Mon Feb 12 19:03:53 2018	(r461621)
+++ head/lang/python35/Makefile	Mon Feb 12 19:03:57 2018	(r461622)
@@ -127,7 +127,7 @@ 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


More information about the svn-ports-head mailing list