From owner-freebsd-python@FreeBSD.ORG Sun May 20 18:13:02 2007 Return-Path: X-Original-To: freebsd-python@freebsd.org Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A49616A468; Sun, 20 May 2007 18:13:02 +0000 (UTC) (envelope-from rcsinbox01@xs4all.nl) Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by mx1.freebsd.org (Postfix) with ESMTP id 123BB13C4B0; Sun, 20 May 2007 18:13:01 +0000 (UTC) (envelope-from rcsinbox01@xs4all.nl) Received: from [10.0.4.100] (netpro.xs4all.nl [82.92.2.69]) (authenticated bits=0) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id l4KI2BXv061168 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 20 May 2007 20:02:12 +0200 (CEST) (envelope-from rcsinbox01@xs4all.nl) Message-ID: <46508D23.2040003@xs4all.nl> Date: Sun, 20 May 2007 20:02:11 +0200 From: Remko Cijffers User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Subject: kill won't kill X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rcsinbox01@xs4all.nl List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 18:13:02 -0000 Hi, I'm running a python script which has stopped responding. Killing off the process doesn't work: > # ps -ax | grep nzb | grep -v grep > 48426 p1 TLs 136:51.62 /usr/local/bin/python /usr/local/bin/hellanzb.py > # kill -SIGKILL 48426 > # ps -ax | grep nzb | grep -v grep > 48426 p1 TLs 136:51.62 /usr/local/bin/python /usr/local/bin/hellanzb.py The only tip I could find seems to reference the 'wait for lock' flag ('L' in ps output). A lock could come from samba but restarting the daemon doesn't solve the problem. Anyone any idea's? Greetings, Remko From owner-freebsd-python@FreeBSD.ORG Sun May 20 18:34:48 2007 Return-Path: X-Original-To: freebsd-python@freebsd.org Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A6AA16A421; Sun, 20 May 2007 18:34:48 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout2.cac.washington.edu (mxout2.cac.washington.edu [140.142.33.4]) by mx1.freebsd.org (Postfix) with ESMTP id E503913C4AD; Sun, 20 May 2007 18:34:47 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout2.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4KIYlPn025400 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 20 May 2007 11:34:47 -0700 X-Auth-Received: from [192.168.10.45] (c-67-166-149-71.hsd1.ca.comcast.net [67.166.149.71]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4KIYkJw018091 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 20 May 2007 11:34:47 -0700 Message-ID: <465094C6.9090602@u.washington.edu> Date: Sun, 20 May 2007 11:34:46 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-python@freebsd.org References: <46508D23.2040003@xs4all.nl> <20070520183306.GA25051@ayn.mi.celestial.com> In-Reply-To: <20070520183306.GA25051@ayn.mi.celestial.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.20.112134 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__C230066_P5 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: Subject: Re: kill won't kill X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 18:34:48 -0000 Bill Campbell wrote: > On Sun, May 20, 2007, Remko Cijffers wrote: >> Hi, >> >> I'm running a python script which has stopped responding. Killing off >> the process doesn't work: >> >>> # ps -ax | grep nzb | grep -v grep >>> 48426 p1 TLs 136:51.62 /usr/local/bin/python /usr/local/bin/hellanzb.py >>> # kill -SIGKILL 48426 >>> # ps -ax | grep nzb | grep -v grep >>> 48426 p1 TLs 136:51.62 /usr/local/bin/python /usr/local/bin/hellanzb.py >> The only tip I could find seems to reference the 'wait for lock' flag >> ('L' in ps output). A lock could come from samba but restarting the >> daemon doesn't solve the problem. > > Typically unkillable processes are the result of hanging on some file or > device that's waiting on kernel services which never return. > > Using ``lsof -p pid'' to see that the process is using at may give a hint > as to what it's hanging on. > > On Linux systems I frequently use ``strace -p pid'' to see what a process > is doing. I don't know the FreeBSD equivalent of strace. > > Bill > -- > INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software LLC > URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way > FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 > > ``We maintain that the very foundation of our way of life is what we call > free enterprise,'' said Cash McCall, "but when one of our citizens > show enough free enterprise to pile up a little of that profit, we do > our best to make him feel that he ought to be ashamed of himself." > -- Cameron Hawley That would be truss(1). strace is also in ports if you prefer to use it. -Garrett From owner-freebsd-python@FreeBSD.ORG Sun May 20 18:53:06 2007 Return-Path: X-Original-To: freebsd-python@freebsd.org Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 483C316A421 for ; Sun, 20 May 2007 18:53:06 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from ayn.mi.celestial.com (hayek.celestial.com [192.136.111.12]) by mx1.freebsd.org (Postfix) with ESMTP id 24CAA13C487 for ; Sun, 20 May 2007 18:53:06 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from localhost (localhost [127.0.0.1]) by ayn.mi.celestial.com (Postfix) with ESMTP id E9EB268641499; Sun, 20 May 2007 11:33:06 -0700 (PDT) X-Virus-Scanned: amavisd-new at mi.celestial.com Received: from ayn.mi.celestial.com ([127.0.0.1]) by localhost (ayn.mi.celestial.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qJMtsBc3OuAE; Sun, 20 May 2007 11:33:06 -0700 (PDT) Received: by ayn.mi.celestial.com (Postfix, from userid 203) id C6DE268621E95; Sun, 20 May 2007 11:33:06 -0700 (PDT) Date: Sun, 20 May 2007 11:33:06 -0700 From: Bill Campbell To: freebsd-questions@freebsd.org, freebsd-python@freebsd.org Message-ID: <20070520183306.GA25051@ayn.mi.celestial.com> Mail-Followup-To: freebsd-questions@freebsd.org, freebsd-python@freebsd.org References: <46508D23.2040003@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46508D23.2040003@xs4all.nl> User-Agent: Mutt/1.5.11 OpenPKG/2.5 Cc: Subject: Re: kill won't kill X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@celestial.com List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 18:53:06 -0000 On Sun, May 20, 2007, Remko Cijffers wrote: >Hi, > >I'm running a python script which has stopped responding. Killing off >the process doesn't work: > >># ps -ax | grep nzb | grep -v grep >>48426 p1 TLs 136:51.62 /usr/local/bin/python /usr/local/bin/hellanzb.py >># kill -SIGKILL 48426 >># ps -ax | grep nzb | grep -v grep >>48426 p1 TLs 136:51.62 /usr/local/bin/python /usr/local/bin/hellanzb.py > >The only tip I could find seems to reference the 'wait for lock' flag >('L' in ps output). A lock could come from samba but restarting the >daemon doesn't solve the problem. Typically unkillable processes are the result of hanging on some file or device that's waiting on kernel services which never return. Using ``lsof -p pid'' to see that the process is using at may give a hint as to what it's hanging on. On Linux systems I frequently use ``strace -p pid'' to see what a process is doing. I don't know the FreeBSD equivalent of strace. Bill -- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 ``We maintain that the very foundation of our way of life is what we call free enterprise,'' said Cash McCall, "but when one of our citizens show enough free enterprise to pile up a little of that profit, we do our best to make him feel that he ought to be ashamed of himself." -- Cameron Hawley From owner-freebsd-python@FreeBSD.ORG Mon May 21 10:04:14 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9037616A421 for ; Mon, 21 May 2007 10:04:14 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6960C13C4CA for ; Mon, 21 May 2007 10:04:14 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4LA4EHg021396 for ; Mon, 21 May 2007 10:04:14 GMT (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4LA4EJ2021395; Mon, 21 May 2007 10:04:14 GMT (envelope-from fenner+portsurvey) Date: Mon, 21 May 2007 10:04:14 GMT Message-Id: <200705211004.l4LA4EJ2021395@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: python@freebsd.org Cc: Subject: FreeBSD ports: 1 unfetchable distfile: net/py-twitter X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 10:04:14 -0000 Dear python@freebsd.org, You are listed as the FreeBSD port maintainer for 1 port whose distfiles are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/python@freebsd.org.html and correct the problems listed there? The individual port with a problem is net/py-twitter. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not necessarily have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use a search engine to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. From owner-freebsd-python@FreeBSD.ORG Mon May 21 11:08:40 2007 Return-Path: X-Original-To: freebsd-python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8172116A520 for ; Mon, 21 May 2007 11:08:40 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 5872113C448 for ; Mon, 21 May 2007 11:08:40 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4LB8eBh028870 for ; Mon, 21 May 2007 11:08:40 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4LB8cGt028866 for freebsd-python@FreeBSD.org; Mon, 21 May 2007 11:08:38 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 May 2007 11:08:38 GMT Message-Id: <200705211108.l4LB8cGt028866@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: linimon set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 11:08:40 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/110728 python mail/py-spambayes should load config file from a stand 1 problem total. From owner-freebsd-python@FreeBSD.ORG Mon May 21 13:53:08 2007 Return-Path: X-Original-To: freebsd-python@freebsd.org Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E573216A41F; Mon, 21 May 2007 13:53:08 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de (mail.liberty-hosting.de [195.225.132.203]) by mx1.freebsd.org (Postfix) with ESMTP id A3FEB13C44B; Mon, 21 May 2007 13:53:08 +0000 (UTC) (envelope-from bkoenig@alpha-tierchen.de) Received: from mail.liberty-hosting.de ([195.225.132.203]) by localhost (liberty-mail [195.225.132.203]) (amavisd-new, port 10024) with ESMTP id 31198-02; Mon, 21 May 2007 15:22:30 +0200 (CEST) Received: from home.alpha-tierchen.de (port-212-202-170-5.dynamic.qsc.de [212.202.170.5]) by mail.liberty-hosting.de (Postfix) with ESMTP id F29F7181057; Mon, 21 May 2007 15:22:29 +0200 (CEST) Received: from webmail.alpha-tierchen.de (localhost [127.0.0.1]) by home.alpha-tierchen.de (Postfix) with ESMTP id 0003845046; Mon, 21 May 2007 15:22:27 +0200 (CEST) Received: from 2001:6f8:101e:0:20e:cff:fe6d:6adb (SquirrelMail authenticated user bkoenig) by webmail.alpha-tierchen.de with HTTP; Mon, 21 May 2007 15:22:28 +0200 (CEST) Message-ID: <61565.2001:6f8:101e:0:20e:cff:fe6d:6adb.1179753748.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <20070520183306.GA25051@ayn.mi.celestial.com> References: <46508D23.2040003@xs4all.nl> <20070520183306.GA25051@ayn.mi.celestial.com> Date: Mon, 21 May 2007 15:22:28 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= To: freebsd-questions@freebsd.org, freebsd-python@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at mail.smartterra.de Cc: Subject: Re: kill won't kill X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 13:53:09 -0000 Bill schrieb: > On Linux systems I frequently use ``strace -p pid'' to see what > a process is doing. I don't know the FreeBSD equivalent of strace. strace is not a program that is dedicated to Linux. You can use strace with FreeBSD too. You only need to install it and mount procfs: # pkg_add -r strace # mount_procfs procfs /proc Regards Björn From owner-freebsd-python@FreeBSD.ORG Tue May 22 15:35:00 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7CA7016A421 for ; Tue, 22 May 2007 15:35:00 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id 15C6E13C44C for ; Tue, 22 May 2007 15:34:59 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1869607wxc for ; Tue, 22 May 2007 08:34:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-pgp-agent:x-mailer:sender; b=DWH3J+5p+ixB5FbOPghvfRc2wMUDGjDCxz2AP5xMszgU/F2BUmUwiCJDoiCTCNnPlKNiDRcqAqfPu5GrjONgcNoInuGIo5Epj/9fRqZorHpkDziISi3zJzI6ZuJJD0lhut0z6MI5AQLduXhETaiQOvWG6pLEX2fTn8S9/wXutCs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-pgp-agent:x-mailer:sender; b=f9hR/5ha9grkDUTLokMRv80TbvLD/AjmD59HXXNrce9I5ja5mTdIH3W4zysmpX94dsPq3iQgHpOOj9JQH42lfiXgZki0N5bjoqzIocnAptLtaIIbzrQqHPo5BQlJJDTkW17NbdhvtCcz1zQuvd2nQFcraFFlmNh5FxO8iHY1yds= Received: by 10.90.34.3 with SMTP id h3mr4970544agh.1179846550846; Tue, 22 May 2007 08:09:10 -0700 (PDT) Received: from ?10.61.32.133? ( [24.240.172.162]) by mx.google.com with ESMTP id m75sm11033642wrm.2007.05.22.08.09.07; Tue, 22 May 2007 08:09:09 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <5D1F6189-E884-445A-AA33-E8AA3F09C09B@ahze.net> Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-2--324148618" To: Michael Johnson , alepulver@FreeBSD.org, alexbl@FreeBSD.org, amdmi3@amdmi3.ru, arved@FreeBSD.org, craig@yekse.gank.org, danfe@FreeBSD.org, db@FreeBSD.org, dominique.goncalves@gmail.com, filippo.natali@gmail.com, fjoe@FreeBSD.org, gnome@FreeBSD.org, guy@device.dyndns.org, Andrew Pantyukhin , kuriyama@FreeBSD.org, lioux@FreeBSD.org, m.sund@arcor.de, multimedia@FreeBSD.org, neal@nelson.name, nivit@FreeBSD.org, ocean@mail.gr, ports@FreeBSD.org, python@FreeBSD.org, shaun@FreeBSD.org, shoesoft@gmx.net, stas@FreeBSD.org, thierry@FreeBSD.org, vd@FreeBSD.org, walkingshadow@grummel.net, xxjack12xx@gmail.com From: Michael Johnson Date: Tue, 22 May 2007 11:08:34 -0400 X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.3) Sender: Michael Johnson X-Mailman-Approved-At: Tue, 22 May 2007 15:43:16 +0000 Cc: Subject: HEADS UP: Gstreamer80 is scheduled for removal in 9 days. X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 15:35:00 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-2--324148618 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed multimedia/gstreamer80 has been marked DEPRECATED and has an EXPIRATION_DATE of 2007-05-31. The following ports depend on gstreamer80 audio/audacity audio/audacity-devel audio/goobox audio/jamboree audio/klira audio/lindele audio/picard audio/py-karaoke audio/tunesbrowser cad/gspiceui cad/kicad comms/trustedqsl comms/wsjt databases/pgadmin3-12 deskutils/cycle devel/boaconstructor devel/codeblocks devel/drpython devel/rapidsvn devel/winpdb devel/wxGlade devel/wxGlade-devel editors/poedit editors/spe ftp/ftpcube ftp/wxdfast games/blokish games/gnome-music-quiz games/monkeybubble games/scorched3d graphics/hugin graphics/wxsvg graphics/xaralx graphics/xaralx-devel math/fityk math/gambit math/graphthing math/wxMaxima misc/diary-hercules multimedia/castpodder multimedia/dvdstyler multimedia/gaupol multimedia/istanbul multimedia/tovid multimedia/tunapie net-p2p/py-bittorrent net-p2p/py-bittorrent-devel net-p2p/pyslsk net-p2p/sharktorrent net-p2p/torrent_swapper net-p2p/tribler net-p2p/xmule science/py-scipy sysutils/hachoir-wx textproc/py-enchant x11/gnome2-fifth-toe x11/xorg-edit x11-fm/jaffm x11-toolkits/py-wax x11-toolkits/py-wxPython26 x11-toolkits/py-wxPython26-common x11-toolkits/py-wxPython26-unicode x11-toolkits/wxd x11-toolkits/wxgtk26 x11-toolkits/wxgtk26-common x11-toolkits/wxgtk26-contrib x11-toolkits/wxgtk26-contrib-common x11-toolkits/wxgtk26-unicode x11-toolkits/wxgtk26-unicode-contrib Please update your ports to use gstreamer 0.10. We will probably extend the removal since there are so many ports that depend on gstreamer80. Michael --Apple-Mail-2--324148618 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFGUwdyn4uqfTwEb9YRAjXTAJ41aswBfDYAnTmyy1k3xU/Y/WhDtgCgtapj YTW3E1wwubI5Skm6OuG5r9c= =edpv -----END PGP SIGNATURE----- --Apple-Mail-2--324148618-- From owner-freebsd-python@FreeBSD.ORG Tue May 22 15:47:22 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CEE916A400 for ; Tue, 22 May 2007 15:47:22 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id 1575E13C46A for ; Tue, 22 May 2007 15:47:21 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so2645110nze for ; Tue, 22 May 2007 08:47:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=WIIsK1hGvTuqtEUaVNFH7l+s3Ej3/M0Jm6eePCslhHaJGzp5TQv8TYk1k010uVk18rh3X/xlQtTAzbZwd4wmI6qxDN/HD18+SZcfn/S7ciG/Kl/5hes49f2//nEaphkgoscZZZAlSYQh2XCW+jUdrRN/O9ZRKjDtiWIKhbF53y8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=XLK+iByCp8jMJ8kJUbK+BUUhZyOFu3PqoOkCooQLP+d/eATy05dyX1ODz2CT7CJ9ui5R2kBS3OuJ3wZTAK02YWkodXmvd5o1YRGwGCU5Hljcf7O46oFZxWF2h6TzONFlEPlG0ELYWv86VvSP4+D3wS3ZJ4C6T87509UH7mvscy4= Received: by 10.114.106.1 with SMTP id e1mr3312941wac.1179847137227; Tue, 22 May 2007 08:18:57 -0700 (PDT) Received: by 10.114.194.5 with HTTP; Tue, 22 May 2007 08:18:57 -0700 (PDT) Message-ID: Date: Tue, 22 May 2007 19:18:57 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Michael Johnson" In-Reply-To: <5D1F6189-E884-445A-AA33-E8AA3F09C09B@ahze.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5D1F6189-E884-445A-AA33-E8AA3F09C09B@ahze.net> X-Google-Sender-Auth: 393d70fe20e92d3b Cc: gnome@freebsd.org, ports@freebsd.org, python@freebsd.org, multimedia@freebsd.org Subject: Re: HEADS UP: Gstreamer80 is scheduled for removal in 9 days. X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 15:47:22 -0000 On 5/22/07, Michael Johnson wrote: > multimedia/gstreamer80 has been marked DEPRECATED and has an > EXPIRATION_DATE of 2007-05-31. > > The following ports depend on gstreamer80 > ... > > Please update your ports to use gstreamer 0.10. We will probably > extend the removal since there are so many ports > that depend on gstreamer80. Seems like many of those depend indirectly (through wxgtk or otherwise). From owner-freebsd-python@FreeBSD.ORG Tue May 22 15:50:20 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E65D916A400; Tue, 22 May 2007 15:50:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BA8FB13C4B8; Tue, 22 May 2007 15:50:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4MFoKUV041270; Tue, 22 May 2007 15:50:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4MFoKtX041266; Tue, 22 May 2007 15:50:20 GMT (envelope-from edwin) Date: Tue, 22 May 2007 15:50:20 GMT From: Edwin Groothuis Message-Id: <200705221550.l4MFoKtX041266@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/112866: [MAINTAINER] Update security/py-paramiko to newest version X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 15:50:21 -0000 Synopsis: [MAINTAINER] Update security/py-paramiko to newest version Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 22 15:50:20 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=112866 From owner-freebsd-python@FreeBSD.ORG Tue May 22 15:55:53 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEC4716A421; Tue, 22 May 2007 15:55:53 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from 0b10111.de (hcl-club.lu [62.75.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 9ED5F13C480; Tue, 22 May 2007 15:55:53 +0000 (UTC) (envelope-from jaj@hcl-club.lu) Received: from localhost (4be54-4-82-234-154-189.fbx.proxad.net [82.234.154.189]) by 0b10111.de (Postfix) with ESMTP id C0736872C2C6; Tue, 22 May 2007 17:29:22 +0200 (CEST) Date: Tue, 22 May 2007 17:29:20 +0200 From: Jona Joachim To: "Andrew Pantyukhin" Message-ID: <20070522172920.731ea921@localhost> In-Reply-To: References: <5D1F6189-E884-445A-AA33-E8AA3F09C09B@ahze.net> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: fjoe@FreeBSD.org, Michael Johnson , ports@freebsd.org, python@freebsd.org, multimedia@freebsd.org, gnome@freebsd.org Subject: Re: HEADS UP: Gstreamer80 is scheduled for removal in 9 days. X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 15:55:54 -0000 On Tue, 22 May 2007 19:18:57 +0400 "Andrew Pantyukhin" wrote: > On 5/22/07, Michael Johnson wrote: > > multimedia/gstreamer80 has been marked DEPRECATED and has an > > EXPIRATION_DATE of 2007-05-31. > > > > The following ports depend on gstreamer80 > > ... > > > > Please update your ports to use gstreamer 0.10. We will probably > > extend the removal since there are so many ports > > that depend on gstreamer80. > > Seems like many of those depend indirectly (through wxgtk > or otherwise). Yes, wxgtk26 depends on gstreamer80. Will wxgtk26 be updated to use gestreamer 0.10 or should those ports that depend on wxgtk26 be modified to use wxgtk28 instead? Regards, Jona From owner-freebsd-python@FreeBSD.ORG Tue May 22 16:06:05 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4FAF16A46C; Tue, 22 May 2007 16:06:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9D81B13C48A; Tue, 22 May 2007 16:06:05 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4MG654T042990; Tue, 22 May 2007 16:06:05 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4MG65Pm042986; Tue, 22 May 2007 16:06:05 GMT (envelope-from miwi) Date: Tue, 22 May 2007 16:06:05 GMT From: Martin Wilke Message-Id: <200705221606.l4MG65Pm042986@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/112866: [MAINTAINER] Update security/py-paramiko to newest version X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 16:06:05 -0000 Synopsis: [MAINTAINER] Update security/py-paramiko to newest version Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Tue May 22 16:06:05 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=112866 From owner-freebsd-python@FreeBSD.ORG Tue May 22 17:04:09 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09F1716A41F for ; Tue, 22 May 2007 17:04:09 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id 6D5E813C489 for ; Tue, 22 May 2007 17:04:08 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1671512wra for ; Tue, 22 May 2007 10:04:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-pgp-agent:x-mailer:sender; b=O3xsj9z/TuHCedKUgiQ33SZfJ7/gpKZXwbRFdzVG0mbkSnEo7fCXRPSdQRuI5IUMV0rwC3KAwVMcungSO1KEntsvGvjPtL4xEuisXp6R1Z2XhVgX5xbV4XVgbiqZiTIvZjQ94xGkvAUquBPUHCYQT6CQPN0cIgM8naTasym3PyM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-pgp-agent:x-mailer:sender; b=VHiMPkNEKka6EY6m/RweHWE4V8v6UZ8sJwj1yBNivLatRvrVyoy+iNdnwPG31ABeYRaa6GJGdJP6W9/ixJcUiT807FbMuTAWf7yxn9WhEuo5QNN9aHiSVpwEDuXyr10Gp45rEyYHnnFwisY1V7lprCWK799Vi3taCvZ/OkP+a3s= Received: by 10.90.52.18 with SMTP id z18mr5210358agz.1179853447823; Tue, 22 May 2007 10:04:07 -0700 (PDT) Received: from ?10.61.32.133? ( [24.240.172.162]) by mx.google.com with ESMTP id q30sm11193715wrq.2007.05.22.10.04.06; Tue, 22 May 2007 10:04:07 -0700 (PDT) In-Reply-To: <20070522170140.GB75353@samodelkin.net> References: <5D1F6189-E884-445A-AA33-E8AA3F09C09B@ahze.net> <20070522172920.731ea921@localhost> <20070522170140.GB75353@samodelkin.net> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-4--317251478" Message-Id: <8C1BBF8F-D7E7-4939-B091-865D95DDEBE7@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Tue, 22 May 2007 13:03:31 -0400 To: Max Khon X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.3) Sender: Michael Johnson Cc: Andrew Pantyukhin , Jona Joachim , fjoe@FreeBSD.org, ports@freebsd.org, python@freebsd.org, multimedia@freebsd.org, gnome@freebsd.org Subject: Re: HEADS UP: Gstreamer80 is scheduled for removal in 9 days. X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 17:04:09 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-4--317251478 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On May 22, 2007, at 1:01 PM, Max Khon wrote: > Hi! > > On Tue, May 22, 2007 at 05:29:20PM +0200, Jona Joachim wrote: > >>>> multimedia/gstreamer80 has been marked DEPRECATED and has an >>>> EXPIRATION_DATE of 2007-05-31. >>>> >>>> The following ports depend on gstreamer80 >>>> ... >>>> >>>> Please update your ports to use gstreamer 0.10. We will probably >>>> extend the removal since there are so many ports >>>> that depend on gstreamer80. >>> >>> Seems like many of those depend indirectly (through wxgtk >>> or otherwise). >> >> Yes, wxgtk26 depends on gstreamer80. >> Will wxgtk26 be updated to use gestreamer 0.10 or should those ports >> that depend on wxgtk26 be modified to use wxgtk28 instead? > > The definitely should be modified to use wxgtk28 if possible. > I'll remove gstreamer80 dependency from wxgtk26 (will remove gstreamer > from it completely). > Thanks!! > /fjoe --Apple-Mail-4--317251478 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFGUyJjn4uqfTwEb9YRAo71AKCz2FDtnMeIhKNWg8X8GWjZtKypTQCfeeHC V6GYL/ntfrgL8Z91mXUZ78c= =DvSL -----END PGP SIGNATURE----- --Apple-Mail-4--317251478-- From owner-freebsd-python@FreeBSD.ORG Tue May 22 17:23:12 2007 Return-Path: X-Original-To: python@freebsd.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F346216A41F; Tue, 22 May 2007 17:23:11 +0000 (UTC) (envelope-from fjoe@neo.samodelkin.net) Received: from neo.samodelkin.net (samodelkin.net [195.62.0.66]) by mx1.freebsd.org (Postfix) with ESMTP id 8127F13C4C3; Tue, 22 May 2007 17:23:11 +0000 (UTC) (envelope-from fjoe@neo.samodelkin.net) Received: by neo.samodelkin.net (Postfix, from userid 1000) id 5BA08172FA; Wed, 23 May 2007 00:01:40 +0700 (NOVST) Date: Wed, 23 May 2007 00:01:40 +0700 From: Max Khon To: Jona Joachim Message-ID: <20070522170140.GB75353@samodelkin.net> References: <5D1F6189-E884-445A-AA33-E8AA3F09C09B@ahze.net> <20070522172920.731ea921@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070522172920.731ea921@localhost> User-Agent: Mutt/1.4.2.2i Cc: Andrew Pantyukhin , fjoe@FreeBSD.org, Michael Johnson , ports@freebsd.org, python@freebsd.org, multimedia@freebsd.org, gnome@freebsd.org Subject: Re: HEADS UP: Gstreamer80 is scheduled for removal in 9 days. X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 17:23:12 -0000 Hi! On Tue, May 22, 2007 at 05:29:20PM +0200, Jona Joachim wrote: > > > multimedia/gstreamer80 has been marked DEPRECATED and has an > > > EXPIRATION_DATE of 2007-05-31. > > > > > > The following ports depend on gstreamer80 > > > ... > > > > > > Please update your ports to use gstreamer 0.10. We will probably > > > extend the removal since there are so many ports > > > that depend on gstreamer80. > > > > Seems like many of those depend indirectly (through wxgtk > > or otherwise). > > Yes, wxgtk26 depends on gstreamer80. > Will wxgtk26 be updated to use gestreamer 0.10 or should those ports > that depend on wxgtk26 be modified to use wxgtk28 instead? The definitely should be modified to use wxgtk28 if possible. I'll remove gstreamer80 dependency from wxgtk26 (will remove gstreamer from it completely). /fjoe From owner-freebsd-python@FreeBSD.ORG Tue May 22 19:01:16 2007 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B05B216A475; Tue, 22 May 2007 19:01:15 +0000 (UTC) (envelope-from vd@v5d.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 624C413C4C5; Tue, 22 May 2007 19:01:07 +0000 (UTC) (envelope-from vd@v5d.org) Received: from mail.v5d.org (root@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4MJ15VC062773; Tue, 22 May 2007 19:01:06 GMT (envelope-from vd@v5d.org) Received: by mail.v5d.org (Postfix, from userid 1002) id C6FC74142; Tue, 22 May 2007 22:01:24 +0300 (EEST) Date: Tue, 22 May 2007 22:01:24 +0300 From: Vasil Dimov To: Michael Johnson Message-ID: <20070522190124.GA5588@polejan.hw.v5d.org> References: <5D1F6189-E884-445A-AA33-E8AA3F09C09B@ahze.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IS0zKkzwUGydFO0o" Content-Disposition: inline In-Reply-To: <5D1F6189-E884-445A-AA33-E8AA3F09C09B@ahze.net> User-Agent: Mutt/1.5.15 (2007-04-06) X-Mailman-Approved-At: Tue, 22 May 2007 19:22:55 +0000 Cc: craig@yekse.gank.org, kuriyama@FreeBSD.org, dominique.goncalves@gmail.com, arved@FreeBSD.org, stas@FreeBSD.org, alexbl@FreeBSD.org, walkingshadow@grummel.net, nivit@FreeBSD.org, ports@FreeBSD.org, filippo.natali@gmail.com, alepulver@FreeBSD.org, xxjack12xx@gmail.com, ocean@mail.gr, shoesoft@gmx.net, lioux@FreeBSD.org, m.sund@arcor.de, multimedia@FreeBSD.org, Michael Johnson , guy@device.dyndns.org, Andrew Pantyukhin , thierry@FreeBSD.org, amdmi3@amdmi3.ru, shaun@FreeBSD.org, danfe@FreeBSD.org, db@FreeBSD.org, neal@nelson.name, python@FreeBSD.org, fjoe@FreeBSD.org, gnome@FreeBSD.org Subject: Re: HEADS UP: Gstreamer80 is scheduled for removal in 9 days. X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 19:01:17 -0000 --IS0zKkzwUGydFO0o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 22, 2007 at 11:08:34 -0400, Michael Johnson wrote: > multimedia/gstreamer80 has been marked DEPRECATED and has an EXPIRATION_= DATE=20 > of 2007-05-31. >=20 > The following ports depend on gstreamer80 > audio/audacity > audio/audacity-devel > audio/goobox > audio/jamboree > audio/klira > audio/lindele > audio/picard > audio/py-karaoke > audio/tunesbrowser > cad/gspiceui > cad/kicad > comms/trustedqsl > comms/wsjt > databases/pgadmin3-12 > deskutils/cycle > devel/boaconstructor > devel/codeblocks > devel/drpython > devel/rapidsvn > devel/winpdb > devel/wxGlade > devel/wxGlade-devel > editors/poedit > editors/spe > ftp/ftpcube > ftp/wxdfast > games/blokish > games/gnome-music-quiz > games/monkeybubble > games/scorched3d > graphics/hugin > graphics/wxsvg > graphics/xaralx > graphics/xaralx-devel > math/fityk > math/gambit > math/graphthing > math/wxMaxima > misc/diary-hercules > multimedia/castpodder > multimedia/dvdstyler > multimedia/gaupol > multimedia/istanbul > multimedia/tovid > multimedia/tunapie > net-p2p/py-bittorrent > net-p2p/py-bittorrent-devel > net-p2p/pyslsk > net-p2p/sharktorrent > net-p2p/torrent_swapper > net-p2p/tribler > net-p2p/xmule > science/py-scipy > sysutils/hachoir-wx > textproc/py-enchant > x11/gnome2-fifth-toe > x11/xorg-edit > x11-fm/jaffm > x11-toolkits/py-wax > x11-toolkits/py-wxPython26 > x11-toolkits/py-wxPython26-common > x11-toolkits/py-wxPython26-unicode > x11-toolkits/wxd > x11-toolkits/wxgtk26 > x11-toolkits/wxgtk26-common > x11-toolkits/wxgtk26-contrib > x11-toolkits/wxgtk26-contrib-common > x11-toolkits/wxgtk26-unicode > x11-toolkits/wxgtk26-unicode-contrib >=20 > Please update your ports to use gstreamer 0.10. We will probably extend = the=20 > removal since there are so many ports > that depend on gstreamer80. Hmmz, some of these ports depend indirectly on multimedia/gstreamer80. So there is nothing to fix in them. % for p in `cat ahze_list_of_ports` ; do echo "${p}: `make -C /usr/ports/$p= -V BUILD_DEPENDS` `make -C /usr/ports/$p -V RUN_DEPENDS`" ; done |grep gst= reamer |cut -f 1 -d : audio/goobox audio/jamboree audio/klira audio/lindele audio/tunesbrowser games/gnome-music-quiz games/monkeybubble multimedia/istanbul x11-toolkits/wxgtk26 x11-toolkits/wxgtk26-common x11-toolkits/wxgtk26-contrib x11-toolkits/wxgtk26-contrib-common x11-toolkits/wxgtk26-unicode x11-toolkits/wxgtk26-unicode-contrib % --=20 Vasil Dimov moc.elcaro@vomid.lisav Software Developer @ Oracle/Innobase Oy gro.DSBeerF@dv Committer @ FreeBSD.org gro.d5v@dv Home @ Sofia, Bulgaria --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iD8DBQFGUz4EFw6SP/bBpCARAheRAJ9JlD64ln5euET6xAlSBKrThi/N3ACgpr9W Yhlq1ERL4XStkAoJXei0bxQ= =kEof -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o-- From owner-freebsd-python@FreeBSD.ORG Wed May 23 18:38:07 2007 Return-Path: X-Original-To: python@FreeBSD.org Delivered-To: freebsd-python@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C67B116A4A0 for ; Wed, 23 May 2007 18:38:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 3CF1813C44C for ; Wed, 23 May 2007 18:38:07 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 8CA191A4D81 for ; Wed, 23 May 2007 11:39:04 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id DC67B513AD; Wed, 23 May 2007 14:38:02 -0400 (EDT) Date: Wed, 23 May 2007 14:38:02 -0400 From: Kris Kennaway To: python@FreeBSD.org Message-ID: <20070523183802.GD60808@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eHhjakXzOLJAF9wJ" Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Subject: [ports-i386@pointyhat.freebsd.org: py24-freebsd-0.9.3_1 failed on i386 7] X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2007 18:38:08 -0000 --eHhjakXzOLJAF9wJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Wed, 23 May 2007 05:55:32 GMT From: User Ports-i386 To: kris@FreeBSD.org Subject: py24-freebsd-0.9.3_1 failed on i386 7 X-UIDL: 9OS!!"-*"!89,"!I$O!! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D1.1.5 building py24-freebsd-0.9.3_1 on gohan39.freebsd.org in directory /x/tmp/7/chroot/68588 building for: 7.0-CURRENT i386 maintained by: python@FreeBSD.org port directory: /usr/ports/devel/py-freebsd build started at Wed May 23 05:52:54 UTC 2007 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3Dpython24-2.4.4.tbz RUN_DEPENDS=3Dpython24-2.4.4.tbz prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/local add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> py-freebsd-0.9.3.tar.gz doesn't seem to exist in /tmp/distfiles/. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/. py-freebsd-0.9.3.tar.gz 26 kB 247 kBps =3D> MD5 Checksum OK for py-freebsd-0.9.3.tar.gz. =3D> SHA256 Checksum OK for py-freebsd-0.9.3.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Extracting for py24-freebsd-0.9.3_1 =3D> MD5 Checksum OK for py-freebsd-0.9.3.tar.gz. =3D> SHA256 Checksum OK for py-freebsd-0.9.3.tar.gz. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg =3D=3D=3D> Patching for py24-freebsd-0.9.3_1 =3D=3D=3D> Applying FreeBSD patches for py24-freebsd-0.9.3_1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D add_pkg python24-2.4.4.tbz adding dependencies pkg_add python24-2.4.4.tbz =3D=3D=3D=3D Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm tkinter x11-toolkits/py-tkinter Install them as needed. =3D=3D=3D=3D =3D=3D=3D> py24-freebsd-0.9.3_1 depends on file: /usr/local/bin/python - = found =3D=3D=3D> Configuring for py24-freebsd-0.9.3_1 =3D=3D> Generating definition files.. scanning src/chflags.c scanning src/fstab.c scanning src/geom.c scanning src/hostname.c scanning src/jail.c scanning src/kqueue.c scanning src/ktrace.c scanning src/login.c scanning src/netstat.c scanning src/process.c scanning src/pwdb.c scanning src/quota.c scanning src/reboot.c scanning src/resource.c scanning src/sendfile.c scanning src/statfs.c scanning src/sysctl.c running config =3D=3D=3D> Building for py24-freebsd-0.9.3_1 running build running build_py creating build creating build/lib.freebsd-7.0-CURRENT-i386-2.4 copying freebsd_compat02.py -> build/lib.freebsd-7.0-CURRENT-i386-2.4 running build_ext building 'freebsd' extension creating build/temp.freebsd-7.0-CURRENT-i386-2.4 creating build/temp.freebsd-7.0-CURRENT-i386-2.4/src cc -fno-strict-aliasing -DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t= =3Dwchar_t -DTHREAD_STACK_SIZE=3D0x20000 -O2 -fno-strict-aliasing -pipe -fP= IC -I/usr/local/include/python2.4 -c src/freebsdmodule.c -o build/temp.free= bsd-7.0-CURRENT-i386-2.4/src/freebsdmodule.o In file included from src/.sources.def:10, from src/freebsdmodule.c:167: src/netstat.c: In function 'PyFB_ifstats': src/netstat.c:246: error: 'struct if_data' has no member named 'ifi_recvquo= ta' src/netstat.c:246: error: 'struct if_data' has no member named 'ifi_xmitquo= ta' error: command 'cc' failed with exit status 1 *** Error code 1 Stop in /a/ports/devel/py-freebsd. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/devel/py-freebsd ended at Wed May 23 05:55:28 UTC 2007 ----- End forwarded message ----- --eHhjakXzOLJAF9wJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGVIoKWry0BWjoQKURAifFAKCit8zxGI/kqqDOquw4BUQ1o3KS5QCgoFmK UvtZawJfsXoP3VywdHKCnsA= =fQAo -----END PGP SIGNATURE----- --eHhjakXzOLJAF9wJ-- From owner-freebsd-python@FreeBSD.ORG Thu May 24 10:40:18 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8320016A400; Thu, 24 May 2007 10:40:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 57B9413C44C; Thu, 24 May 2007 10:40:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4OAeIph049756; Thu, 24 May 2007 10:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4OAeIr7049752; Thu, 24 May 2007 10:40:18 GMT (envelope-from edwin) Date: Thu, 24 May 2007 10:40:18 GMT From: Edwin Groothuis Message-Id: <200705241040.l4OAeIr7049752@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/112933: Update port devel/py-yaml to 3.05 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 10:40:18 -0000 Synopsis: Update port devel/py-yaml to 3.05 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu May 24 10:40:17 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=112933 From owner-freebsd-python@FreeBSD.ORG Thu May 24 10:50:08 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9887016A479; Thu, 24 May 2007 10:50:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6E43D13C489; Thu, 24 May 2007 10:50:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4OAo8Jg050834; Thu, 24 May 2007 10:50:08 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4OAo8V4050830; Thu, 24 May 2007 10:50:08 GMT (envelope-from miwi) Date: Thu, 24 May 2007 10:50:08 GMT From: Martin Wilke Message-Id: <200705241050.l4OAo8V4050830@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/112933: Update port devel/py-yaml to 3.05 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 10:50:08 -0000 Synopsis: Update port devel/py-yaml to 3.05 Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu May 24 10:50:07 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=112933 From owner-freebsd-python@FreeBSD.ORG Sat May 26 22:10:12 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C566416A469; Sat, 26 May 2007 22:10:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9CF5613C458; Sat, 26 May 2007 22:10:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4QMACWB092717; Sat, 26 May 2007 22:10:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4QMACv7092710; Sat, 26 May 2007 22:10:12 GMT (envelope-from edwin) Date: Sat, 26 May 2007 22:10:12 GMT From: Edwin Groothuis Message-Id: <200705262210.l4QMACv7092710@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/113040: [Patch]: graphics/py-imaging - respect WITHOUT_TKINTER knob X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2007 22:10:12 -0000 Synopsis: [Patch]: graphics/py-imaging - respect WITHOUT_TKINTER knob Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat May 26 22:10:11 UTC 2007 Responsible-Changed-Why: freebsd-python@ wants to have py- PRs http://www.freebsd.org/cgi/query-pr.cgi?pr=113040 From owner-freebsd-python@FreeBSD.ORG Sat May 26 22:10:20 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3078D16A41F; Sat, 26 May 2007 22:10:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0819313C46E; Sat, 26 May 2007 22:10:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4QMAJKB092812; Sat, 26 May 2007 22:10:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4QMAJJT092808; Sat, 26 May 2007 22:10:19 GMT (envelope-from edwin) Date: Sat, 26 May 2007 22:10:19 GMT From: Edwin Groothuis Message-Id: <200705262210.l4QMAJJT092808@freefall.freebsd.org> To: mva@sysfault.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/113040: [Patch]: graphics/py-imaging - respect WITHOUT_TKINTER knob X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2007 22:10:20 -0000 Synopsis: [Patch]: graphics/py-imaging - respect WITHOUT_TKINTER knob State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat May 26 22:10:19 UTC 2007 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=113040 From owner-freebsd-python@FreeBSD.ORG Sat May 26 22:32:03 2007 Return-Path: X-Original-To: freebsd-python@hub.freebsd.org Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC03116A498; Sat, 26 May 2007 22:32:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B404413C45A; Sat, 26 May 2007 22:32:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (miwi@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4QMW3tx096694; Sat, 26 May 2007 22:32:03 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4QMW3JK096687; Sat, 26 May 2007 22:32:03 GMT (envelope-from miwi) Date: Sat, 26 May 2007 22:32:03 GMT From: Martin Wilke Message-Id: <200705262232.l4QMW3JK096687@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-python@FreeBSD.org, miwi@FreeBSD.org Cc: Subject: Re: ports/113040: [Patch]: graphics/py-imaging - respect WITHOUT_TKINTER knob X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2007 22:32:03 -0000 Synopsis: [Patch]: graphics/py-imaging - respect WITHOUT_TKINTER knob Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sat May 26 22:32:02 UTC 2007 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=113040