From owner-freebsd-python@freebsd.org Tue Oct 25 12:30:46 2016 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B64F4C21C4D for ; Tue, 25 Oct 2016 12:30:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9DD4C779 for ; Tue, 25 Oct 2016 12:30:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9D30EC21C4C; Tue, 25 Oct 2016 12:30:46 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CCF8C21C4B for ; Tue, 25 Oct 2016 12:30:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7471576F for ; Tue, 25 Oct 2016 12:30:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u9PCUkhQ032732 for ; Tue, 25 Oct 2016 12:30:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 213737] [exp-run] add support for PyPy Date: Tue, 25 Oct 2016 12:30:46 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 12:30:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213737 Antoine Brodin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #4 from Antoine Brodin --- A few comments (not exhaustive): * audio/idjc: this line seems no longer necessary and wrong now ${REINPLACE_CMD} 's|#! /usr/local/bin/python2.72.7|#\!${LOCALBASE}/bin/${PYTHON_VERSION}|' * biology/libsbml: when the PYTHON option is turned on, CMAKE_ARGS looks wrong * deskutils/calibre: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages doesn't = look good * devel/apr2/Makefile: the REINPLACE with PYTHON_VERSION do not look good * devel/boost-python-libs : the message is now wrong, "You have built the Boost library with thread support.\n\nDon't forget to a= dd -pthread to your linker options when\nlinking your code.\n\nYou have built = the Boost.Python library. You have to add the following\noptions when building = your own code:\n\nCompiler options:\n -I/usr/local/include/python2.7 -I/usr/local/include\n\nLinker options:\n -L/usr/local/lib/python2.7 -L/usr/local/lib -lboost_python -lcpython2.7" * net-p2p/tribler/files/tribler.in: will probably be wrong * science/avogadro: The ${PYTHON_VERSION} stuff doesn't look good * textproc/codespell The REINPLACE doesn't look good * textproc/py-libxml2 and textproc/py3-libxml2: CPPFLAGS and LDFLAGS look wrong * x11-toolkits/py-gtk2 The CONFIGURE_ENV=3D PYTHON=3D"${PYTHON_VERSION}" line seems wrong and unne= eded --=20 You are receiving this mail because: You are on the CC list for the bug.=