Created attachment 153130 [details] v1 poudriere testport reports the following: ====> Running Q/A tests (stage-qa) Warning: 'lib/python2.7/site-packages/Cython/Compiler/FlowControl.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Compiler/Lexicon.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Compiler/Parsing.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Compiler/Code.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Compiler/Visitor.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Compiler/Scanning.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Runtime/refnanny.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Tempita/_tempita.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Plex/Scanners.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Warning: 'lib/python2.7/site-packages/Cython/Plex/Actions.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Maintainer CC'd
Looks good, feel free to commit it. Maybe add "/Cython" after "${PYTHONPREFIX_SITELIBDIR}". (Not that it matters with staging).
A commit references this bug: Author: jbeich Date: Thu Feb 19 09:28:43 UTC 2015 New revision: 379335 URL: https://svnweb.freebsd.org/changeset/ports/379335 Log: - Update to 0.22 [1] - Strip C modules [2] - Mark py-kivy as BROKEN [3] PR: 197375 [1] PR: 197776 [2] Submitted by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [1] Approved by: Viltaly Magerya <vmagerya@gmail.com> (maintainer) [2] Approved by: dbn (maintainer) [3] Changes: head/lang/cython/Makefile head/lang/cython/distinfo head/x11-toolkits/py-kivy/Makefile
Thanks. Committed.