From owner-svn-ports-all@freebsd.org Fri Dec 4 22:57:51 2015 Return-Path: Delivered-To: svn-ports-all@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 16A28A4041A for ; Fri, 4 Dec 2015 22:57:51 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: from vfemail.net (fiveseven.neocoil.com [12.31.100.157]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BB2351331 for ; Fri, 4 Dec 2015 22:57:50 +0000 (UTC) (envelope-from jbeich@vfemail.net) Received: (qmail 98860 invoked by uid 89); 4 Dec 2015 22:57:41 -0000 Received: from localhost (HELO freequeue.vfemail.net) (127.0.0.1) by localhost with (DHE-RSA-AES256-SHA encrypted) SMTP; 4 Dec 2015 22:57:41 -0000 Received: (qmail 98838 invoked by uid 89); 4 Dec 2015 22:57:23 -0000 Received: by simscan 1.3.1 ppid: 98830, pid: 98834, t: 0.1016s scanners:none Received: from unknown (HELO smtp102-2.vfemail.net) (172.16.100.62) by FreeQueue with SMTP; 4 Dec 2015 22:57:23 -0000 Received: (qmail 3513 invoked by uid 89); 4 Dec 2015 22:57:30 -0000 Received: by simscan 1.4.0 ppid: 3488, pid: 3506, t: 0.5274s scanners:none Received: from unknown (HELO nil) (amJlaWNoQHZmZW1haWwubmV0@172.16.100.27) by mail.vfemail.net with ESMTPA; 4 Dec 2015 22:57:30 -0000 From: Jan Beich To: Jung-uk Kim Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r403011 - head/devel/gdb In-Reply-To: <201512042152.tB4Lq96l083915@repo.freebsd.org> (Jung-uk Kim's message of "Fri, 4 Dec 2015 21:52:09 +0000 (UTC)") References: <201512042152.tB4Lq96l083915@repo.freebsd.org> Date: Fri, 04 Dec 2015 23:57:22 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 22:57:51 -0000 --=-=-= Content-Type: text/plain Jung-uk Kim writes: > Author: jkim > Date: Fri Dec 4 21:52:09 2015 > New Revision: 403011 > URL: https://svnweb.freebsd.org/changeset/ports/403011 > > Log: > Partially revert r401242 to fix build with PYTHON option turned on. Note > it is not possible to use PYTHON_CMD like this because it is resolved too > late and configure script fails like this: [...] > -PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD} > +PYTHON_CONFIGURE_ON= --with-python=${PYTHON_CMD} > +PYTHON_CONFIGURE_OFF= --without-python https://lists.freebsd.org/pipermail/freebsd-ports/2015-November/101143.html (later refiled as bug 204708 by junovitch) Note, the commit is correct. $${PYTHON_CMD} workaround would break once the issue is fixed. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJWYhpSXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQjQ0MzY3NEM3RDIzNTc4NkUxNDkyQ0VF NEM3Nzg4MzQ3OURCRERCAAoJEOTHeINHnb3byKsIAKRmO8Aqoa9XxzlDNxsDuBe0 hGD2Rx54hI1d2CgpjQv7wWh/eaZzUn+g0gCyWJ3P3MqYlX4ds2llD9uQRkmw7CC9 +6uMbLilkdzfgsEIQsG6RoAACUqvdvHbqiJIGQYsC3XpCNDNa5IY4s28I39+f2P3 i3Qq/odM7mvXjg9ivN3Cj5EjKCEPQtVDaNQKVwxFEiFk7B7hG1OoJ37g8ALfoFqG TCGaithE65pa9zj56Af8aKD0FucfL6w36+AYF//LF6XnuzEOBvGiyhqEUUAWWOIk zHjRPVyuE/usat07Efh/SLc2H+VDFsb/CGgEev9LGv4xq9UY8+jK1LMpfIrQaRw= =Cze5 -----END PGP SIGNATURE----- --=-=-=--