Created attachment 160746 [details] patch - remove some wrong & unecessary settings The PYTHON passed in CONFIGURE_ENV is wrong (evaluates to /usr/local/bin//usr/local/bin/python2.7, for example) and not needed anyway. Also CPPFLAGS & LDFLAGS aren't needed. The configure step knows how to find everything it needs and sets build flags appropriately.
A commit references this bug: Author: jbeich Date: Mon Jul 25 23:12:05 UTC 2016 New revision: 419081 URL: https://svnweb.freebsd.org/changeset/ports/419081 Log: graphics/py-cairo: clean up - PYTHON_CMD already contains LOCALBASE - PYTHON is already passed to CONFIGURE_ENV - PREFIX and *FLAGS are redundant - Respect PREFIX != LOCALBASE while stripping [1] PR: 202911 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: maintainer timeout (11 months) Approved by: portmgr blanket [1] MFH: 2016Q3 Changes: head/graphics/py-cairo/Makefile
Thanks. Landed.
A commit references this bug: Author: jbeich Date: Sun Jul 31 18:56:04 UTC 2016 New revision: 419405 URL: https://svnweb.freebsd.org/changeset/ports/419405 Log: MFH: r419081 graphics/py-cairo: clean up - PYTHON_CMD already contains LOCALBASE - PYTHON is already passed to CONFIGURE_ENV - PREFIX and *FLAGS are redundant - Respect PREFIX != LOCALBASE while stripping [1] PR: 202911 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: maintainer timeout (11 months) Approved by: portmgr blanket [1] Approved by: ports-secteam (feld) Changes: _U branches/2016Q3/ branches/2016Q3/graphics/py-cairo/Makefile