From owner-freebsd-questions@FreeBSD.ORG Fri Jun 12 08:14:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 070C2106566B for ; Fri, 12 Jun 2009 08:14:57 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from macos.cmi.ua.ac.be (macos.cmi.ua.ac.be [143.129.75.1]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8758FC0C for ; Fri, 12 Jun 2009 08:14:56 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from macos.cmi.ua.ac.be (localhost [127.0.0.1]) by macos.cmi.ua.ac.be (8.14.3/8.14.3) with ESMTP id n5C8EsQP044662 for ; Fri, 12 Jun 2009 10:14:54 +0200 (CEST) (envelope-from Pieter.Donche@ua.ac.be) Received: from localhost (pdon@localhost) by macos.cmi.ua.ac.be (8.14.3/8.14.3/Submit) with ESMTP id n5C8EsKi044659 for ; Fri, 12 Jun 2009 10:14:54 +0200 (CEST) (envelope-from Pieter.Donche@ua.ac.be) X-Authentication-Warning: macos.cmi.ua.ac.be: pdon owned process doing -bs Date: Fri, 12 Jun 2009 10:14:54 +0200 (CEST) From: Pieter Donche X-X-Sender: pdon@macos.cmi.ua.ac.be To: "mail.list freebsd-questions" In-Reply-To: <200906111127.57696.mel.flynn+fbsd.questions@mailing.thruhere.net> Message-ID: References: <200906111127.57696.mel.flynn+fbsd.questions@mailing.thruhere.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: python2.5->2.6 and mailman(python2.5) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pieter Donche List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 08:14:57 -0000 I followed the /usr/ports/UPGRADING recommendations for upgrading from python 2.5 to python 2.6 # portupgrade -o lang/python26 lang/python25 and then # cd /usr/ports/lang/python && make upgrade-site-packages /usr/local/bin/python2.5 is now completely replaced by /usr/local/bin/python2.6 but my mailman software mailman-2.1.12 A mailing list manager (MLM) .. still wants it: The cron entry that runs every 5 minutes, sends an error message to root ... /usr/local/bin/python2.5: not found mailman software has /usr/local/bin/python2.5 hardcoded in many, many scripts, cron etc... How to solve this in the most clean manner?