From owner-freebsd-ports@FreeBSD.ORG Wed Jul 1 09:01:42 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 557DD106568A for ; Wed, 1 Jul 2009 09:01:42 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id D9F4F8FC12 for ; Wed, 1 Jul 2009 09:01:41 +0000 (UTC) (envelope-from tingox@gmail.com) Received: by fxm18 with SMTP id 18so609168fxm.43 for ; Wed, 01 Jul 2009 02:01:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=eMUUNZPAe7aYYC6QsDjEKOmn2KuBnD11K+x/7Rv5yBY=; b=KTQdj3zH55/vIUOToWA3DXQF6/HRTAD+3Bcr9QK7czCcfv1NhJydD0ssBhh+R6IuqL UpYVIHHvLehJ5Md8ouHeZGHitAejwTGwvfP0gka5o7bT9kWKSxUU6vriYYXxAFK4rfu0 erw78i0mmk6je84Ktr3HV4bsLEyyuaBszgqM0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=InNYdyTS4rMtdwN8v+C63pOAHOrQNpUS5eRWeOqv3w+z+/wjaIoNlCuz6YZxPFCvAH j/s2meK7xr6+yz9dowBWNMnCdkRZFxrTbdIVeyDJnNKJN1aif2rh50KcLFF9MetE/Io5 /T8Ppmpbl2BLiSte5azsqbi3bAvzwDqwfWIoc= MIME-Version: 1.0 Received: by 10.223.126.203 with SMTP id d11mr5979442fas.22.1246438900794; Wed, 01 Jul 2009 02:01:40 -0700 (PDT) In-Reply-To: References: <1e39c0a90906301443m3652eee3v4367d5896ebd85bf@mail.gmail.com> Date: Wed, 1 Jul 2009 11:01:40 +0200 Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: mail/py-spambayes and Python 2.6 update 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: Wed, 01 Jul 2009 09:01:42 -0000 More info. On Wed, Jul 1, 2009 at 10:43 AM, Torfinn Ingolfsen wrote: > Is it possible to have both Python 2.6 and 2.5 installed on a FreeBSD > machine at the same time (from ports, without a lot of wrangling)? Well, Python 2.5 installed without a hitch. However, just changing 'python' to 'python2.5' in /usr/local/etc/rc.d/pyspamd and /usr/local/etc/sb_server.py didn't work. And when I install / reinstall the py-spambayes port, it installs modules in Python 2.6 site directories. I guess a bit of wrangling is needed. -- Regards, Torfinn Ingolfsen