From owner-freebsd-python@freebsd.org Sat Jan 7 21:42:46 2017 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 1C53BCA4609 for ; Sat, 7 Jan 2017 21:42:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 03070195F for ; Sat, 7 Jan 2017 21:42:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 02270CA4608; Sat, 7 Jan 2017 21:42: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 01C5ECA4607 for ; Sat, 7 Jan 2017 21:42: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 CE94D195E for ; Sat, 7 Jan 2017 21:42:45 +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 v07LgjxI034299 for ; Sat, 7 Jan 2017 21:42:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 205807] [exp-run] Mk/Uses/python.mk: add more PLIST_SUB, rename PYOEXTENSION to PYTHON_PYOEXTENSION Date: Sat, 07 Jan 2017 21:42:45 +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: patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Flags: exp-run? merge-quarterly? X-Bugzilla-Changed-Fields: 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: Sat, 07 Jan 2017 21:42:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205807 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: sunpoet Date: Sat Jan 7 21:42:29 UTC 2017 New revision: 430839 URL: https://svnweb.freebsd.org/changeset/ports/430839 Log: Add more PLIST_SUB to Mk/Uses/python.mk - Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX - Add PYTHON2 and PYTHON3 - Respect PYTHON_VERSION - Rename PYOEXTENSION to PYTHON_PYOEXTENSION This change would help: - Build databases/postgresql*-plpython with Python 3 (It has PLIST issue since bsd.python.mk to Uses/python.mk transition) - Simplify Makefile PR: 205807 Differential Revision: https://reviews.FreeBSD.org/D4758 Exp-run by: antoine Changes: head/Mk/Uses/python.mk head/accessibility/accerciser/Makefile head/accessibility/accerciser/pkg-plist head/accessibility/orca/Makefile head/accessibility/orca/pkg-plist head/accessibility/py3-atspi/Makefile head/accessibility/py3-atspi/pkg-plist head/accessibility/py3-speech-dispatcher/pkg-plist head/accessibility/speech-dispatcher/Makefile head/astro/weather/Makefile head/audio/gnome-music/Makefile head/audio/gnome-music/pkg-plist head/audio/rhythmbox/Makefile head/audio/rhythmbox/pkg-plist head/databases/postgresql92-server/pkg-plist-plpython head/databases/postgresql93-server/pkg-plist-plpython head/databases/postgresql94-server/pkg-plist-plpython head/databases/postgresql95-plpython/Makefile head/databases/postgresql95-server/pkg-plist-plpython head/databases/postgresql96-server/pkg-plist-plpython head/devel/gitg/Makefile head/devel/gitg/pkg-plist head/devel/py3-gobject3/pkg-plist head/devel/pygobject3-common/Makefile head/dns/bundy/Makefile head/dns/bundy/pkg-plist head/editors/gedit/Makefile head/editors/gedit/pkg-plist head/editors/gedit-plugins/Makefile head/editors/gedit-plugins/pkg-plist head/graphics/eog-plugins/Makefile head/graphics/eog-plugins/pkg-plist head/graphics/py3-cairo/Makefile head/graphics/py3-cairo/pkg-plist head/math/convertall/Makefile head/math/convertall/pkg-plist head/math/rpcalc/Makefile head/math/rpcalc/pkg-plist head/multimedia/py3-gstreamer1/Makefile head/multimedia/py3-gstreamer1/pkg-plist --=20 You are receiving this mail because: You are on the CC list for the bug.=