From owner-freebsd-ports@FreeBSD.ORG Sun Sep 12 03:38:21 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C92C71065679; Sun, 12 Sep 2010 03:38:21 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9A68FC0C; Sun, 12 Sep 2010 03:38:21 +0000 (UTC) Received: by iwn34 with SMTP id 34so4353139iwn.13 for ; Sat, 11 Sep 2010 20:38:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=Y8Ph0YCZc0+7Yc1qW6/pFr8q9F5KjP2LX/hd8byXEbc=; b=vaeN1bBHoz4n69DMG6ylJp8EGb2NnAyox+/WyDgttYXHgdkSCmWFNcQg/Yf7GWqgqg 0T89/+IUx9IGT9stZY29zsPzirqeFa7CyvkPH8O8wWXSa9Of7NGsOwHOZVBdCTjnlh4I zoz0uZ915RW3yXjfA0kPVN/5FV8IQYEWH1TVc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=Q/oKNc3DQUYaMfWJT5pxhdXDWuAStOWJn/hoKn/QC1ZJ7DKTg3ZU7HoTn8A3LuAcR8 boTbUAn3rCnUQ3lGICi/+JNFgCLHXB91Eyk+eNkGuXe7IvvtvktZ1A+O0JcZVvXugsHh wnyzgbW3gA9dsF+7wW/n7u6W8Yb0p5Vy6ewgU= Received: by 10.231.15.8 with SMTP id i8mr3769779iba.12.1284262700349; Sat, 11 Sep 2010 20:38:20 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-137-20.dsl.klmzmi.sbcglobal.net [99.181.137.20]) by mx.google.com with ESMTPS id i6sm4346393iba.2.2010.09.11.20.38.18 (version=SSLv3 cipher=RC4-MD5); Sat, 11 Sep 2010 20:38:19 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4C8C4B29.3050307@DataIX.net> Date: Sat, 11 Sep 2010 23:38:17 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100908 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: "Philip M. Gollucci" References: <4C8B541C.6050502@DataIX.net> <4C8B81F1.2070409@p6m7g8.com> In-Reply-To: <4C8B81F1.2070409@p6m7g8.com> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports , apache@freebsd.org Subject: Re: devel/apr1 and python use. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2010 03:38:21 -0000 On 09/11/2010 09:19, Philip M. Gollucci wrote: > On 9/11/2010 6:04 AM, jhell wrote: >> Hi Apache Team& Ports, >> >> Would I be able to persuade you guys to bump or change if you will >> USE_PYTHON_BUILD from -2.6 to -2.7 or switch to using USE_PYTHON= >> instead ? >> >> Comment from bsd.python.mk: >> >> This file contains some variable definitions that are supposed to make >> your life easier when dealing with ports related to the Python language. >> It's automatically included when USE_PYTHON or PYTHON_VERSION is defined >> in the ports' makefile. Define PYTHON_VERSION to override the defaults >> that USE_PYTHON would give you. If your port requires only some set of >> Python versions, you can define USE_PYTHON as [min]-[max] or min+. (eg. >> 2.1-2.3, 2.0+ or -2.2) >> >> I have tested apr1 against python27 and have not seen any negative >> side >> effects unless someone can point it out but this port seems to be the >> only port holding up my builds due to this define. >> >> It seems correct to me that it should be using: >> USE_PYTHON=2.6+ or USE_PYTHON=-2.7 > Absolutely, I'll make the change momentarily. That was originally set > b/c 3.x+ does run the .py build generation scripts. > Thank you! Sir. -- jhell,v