From owner-svn-ports-head@freebsd.org Sat Oct 3 13:52:32 2015 Return-Path: Delivered-To: svn-ports-head@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 BDDE6A0F1CE; Sat, 3 Oct 2015 13:52:32 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E27E10A1; Sat, 3 Oct 2015 13:52:32 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pablk4 with SMTP id lk4so131507723pab.3; Sat, 03 Oct 2015 06:52:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=9JWk1vLJB9bLmvR7zXAVWh0sO6GLDTu5BCJv29ROVdM=; b=m6dY57M8r7xer4OPNg/hoR4K7fYyM2SaT5bpV3Hx8B2vf9mHabrX91Qm88ESCFxB33 /jv+hIhqwY/uE20pGMHqH2r6dsK/V/UFGXKU6jezTlb8he/diDDg588FNzLIn8Q9DeOl q4tuRIJQpQc24RKaRTYun0wPBesruhpDEb/Eu6GsAM1EzXaiiVsJu0rjNoys7oQqQtw7 50clgMkvClKDszHX6PBMRsJn0soT4B4OHQhu4WFMhI3OWcGL0CdgvA4sUVhInEXM+hPo OUKqEVWqK/BMdRxsSiyl8m9tkLi+TAvOdQpNpdzg1mc4px/GayvLt4O+5PFXEX+yrNMA 4v2w== X-Received: by 10.66.101.68 with SMTP id fe4mr20664555pab.30.1443880352219; Sat, 03 Oct 2015 06:52:32 -0700 (PDT) Received: from ?IPv6:2001:44b8:31ae:7b01::8? (2001-44b8-31ae-7b01-0000-0000-0000-0008.static.ipv6.internode.on.net. [2001:44b8:31ae:7b01::8]) by smtp.gmail.com with ESMTPSA id on5sm17630408pbb.65.2015.10.03.06.52.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Oct 2015 06:52:31 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: svn commit: r398468 - head/databases/py-mysql-connector-python2 References: <201510031312.t93DC8g8011191@repo.freebsd.org> To: Muhammad Moinur Rahman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Kubilay Kocak X-Enigmail-Draft-Status: N1110 Message-ID: <560FDD93.4050003@FreeBSD.org> Date: Sat, 3 Oct 2015 23:52:19 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Thunderbird/41.0 MIME-Version: 1.0 In-Reply-To: <201510031312.t93DC8g8011191@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2015 13:52:32 -0000 On 3/10/2015 11:12 PM, Muhammad Moinur Rahman wrote: > +PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed} What was the root cause/need requiring this change (not mentioned in commit message) It's likely an indicator of a package with broken distutils/setuptools support or a broken Python environment. ./koobs