From andymac at bullseye.apana.org.au Wed Jul 1 13:11:46 2009 From: andymac at bullseye.apana.org.au (Andrew MacIntyre) Date: Wed Jul 1 13:11:53 2009 Subject: [RFC] lang/python30 (and lang/python*) fixes In-Reply-To: <1e39c0a90906301349m5e6035acxb5098924d0aea90f@mail.gmail.com> References: <1e39c0a90906301349m5e6035acxb5098924d0aea90f@mail.gmail.com> Message-ID: <4A4B5D2A.8060208@bullseye.apana.org.au> Li-Wen Hsu wrote: > Hi all, > > After reviewing python31 port and freebsd-python's PRs, > I propose this patch for lang/python30: > > http://people.freebsd.org/~lwhsu/python30.diff > > Changes are: > > - Honor EXAMPLESDIR, DATADIR and NOPORTEXAMPLES, NOPORTDATA > - Remove bsddb module in pkg-message since it's removed from > Python default modules > (python3 user should use databases/py-bsddb3) > - Fix WITH_UCS4 support (ports/133440) > - Mark jobs safe > - Makefile cleanup > > If nobody objects, I'll commit it after 24 hours. > > For python31, shar is updated at the same place: > > http://people.freebsd.org/~lwhsu/bsd.python.mk-python31.diff > http://people.freebsd.org/~lwhsu/python31.shar > > For python2*, I'll update them after patches for python3* committed > (of course if nobody objects) > and probably include tmclaugh@'s patch in ports/109550 for python*. I > think this matches > what bsd.python.mk does. Given the experimental nature of Python 3.0, and the fact that 3.1 is out, it seems to me that Python 3.0's time in the ports collection should not be extended. -- ------------------------------------------------------------------------- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andymac@bullseye.apana.org.au (pref) | Snail: PO Box 370 andymac@pcug.org.au (alt) | Belconnen ACT 2616 Web: http://www.andymac.org/ | Australia From lwhsu at FreeBSD.org Wed Jul 1 15:01:57 2009 From: lwhsu at FreeBSD.org (Li-Wen Hsu) Date: Wed Jul 1 15:02:06 2009 Subject: [RFC] lang/python30 (and lang/python*) fixes In-Reply-To: <4A4B5D2A.8060208@bullseye.apana.org.au> References: <1e39c0a90906301349m5e6035acxb5098924d0aea90f@mail.gmail.com> <4A4B5D2A.8060208@bullseye.apana.org.au> Message-ID: <20090701144202.GA78637@FreeBSD.cs.nctu.edu.tw> On Wed, Jul 01, 2009 at 22:57:14 +1000, Andrew MacIntyre wrote: > Given the experimental nature of Python 3.0, and the fact that 3.1 is > out, it seems to me that Python 3.0's time in the ports collection > should not be extended. Yes. But as long as we do not set Python 3.0 as the default Python version, I thought there is no harm keeping 3.0 in the ports tree. However, is there any need for keeping python 2.3, or even 2.4 in the ports tree? -- Li-Wen Hsu http://lwhsu.org From uwe at laverenz.de Wed Jul 1 15:42:27 2009 From: uwe at laverenz.de (Uwe Laverenz) Date: Wed Jul 1 15:42:34 2009 Subject: [RFC] lang/python30 (and lang/python*) fixes In-Reply-To: <20090701144202.GA78637@FreeBSD.cs.nctu.edu.tw> References: <1e39c0a90906301349m5e6035acxb5098924d0aea90f@mail.gmail.com> <4A4B5D2A.8060208@bullseye.apana.org.au> <20090701144202.GA78637@FreeBSD.cs.nctu.edu.tw> Message-ID: <4A4B8108.6050105@laverenz.de> Li-Wen Hsu schrieb: > However, is there any need for keeping python 2.3, or even 2.4 in the > ports tree? Yes, 2.4 for example is needed for Zope 2.x and I am glad that the ports system lets me choose the needed python version with a simple setting in /etc/make.conf. :) bye, Uwe From ohauer at gmx.de Wed Jul 1 21:30:05 2009 From: ohauer at gmx.de (olli hauer) Date: Wed Jul 1 21:30:10 2009 Subject: ports/135484: port lang/python and python26 build failed Message-ID: <200907012130.n61LU4H6034832@freefall.freebsd.org> The following reply was made to PR ports/135484; it has been noted by GNATS. From: olli hauer To: bug-followup@FreeBSD.org, ohauer@gmx.de Cc: Subject: Re: ports/135484: port lang/python and python26 build failed Date: Wed, 1 Jul 2009 23:25:04 +0200 hmm, I tried the build a view times after reporting and always it doesn't build the package in lang/python (with or without this line #PYTHON_DEFAULT_VERSION?= python2.6 in etc/make.conf) Test case was always to deinstall all ports that use python and make sure there is nothing left like /usr/local/lib/python*. Then delete directories lang/python lang/python2(5|6) remove the line in ports/.portsnap.INDEX fetch and update. I don't know what happened but port python26 could build at a given time where lang/python does noting except extract with the following command $> make package DEPENDS_TARGET=package clean One thing I remember a day after report the port lang/python tried to build python25 instead python26. It even hasn't work after removing this lines in make.conf WRKDIRPREFIX?= /build/work DISTDIR?= /data/distfiles PACKAGES?= /data/packages After your feedback I tried today building package with both ports and it works as expected for both. A side note: most of the ports use PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} except the following they use PKGNAMEPREFIX= py- py-libmpdclient-0.10.0 py-MySQL-1.4 py-SQLDict-1.0.0 py-Ice-3.3.1 py-kqueue-1.4_2 py-subversion-1.6.3 py-tconfpy-2.112 py-thrift-20070917 py-gnuplot-1.8 py-mp-random-1.0_4 py-punjab-0.12 py-HyperText-1.0.1 py-gnome-1.4.4_9 py-gtk-0.6.11_6 py-gtkscintilla-0.8.2_6 Maybe it is a good idea to make this consistent? For me the port is working now, please close the PR Regards, olli From lwhsu at FreeBSD.org Thu Jul 2 01:47:11 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Thu Jul 2 01:47:17 2009 Subject: ports/133440: Building lang/python30 with UCS-4 support doesn't work Message-ID: <200907020147.n621lAZQ034326@freefall.freebsd.org> Synopsis: Building lang/python30 with UCS-4 support doesn't work State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Thu Jul 2 01:47:10 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=133440 From dfilter at FreeBSD.ORG Thu Jul 2 01:50:03 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu Jul 2 01:50:09 2009 Subject: ports/133440: commit references a PR Message-ID: <200907020150.n621o33X034439@freefall.freebsd.org> The following reply was made to PR ports/133440; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/133440: commit references a PR Date: Thu, 2 Jul 2009 01:46:43 +0000 (UTC) lwhsu 2009-07-02 01:46:33 UTC FreeBSD ports repository Modified files: lang/python30 Makefile pkg-message pkg-plist lang/python30/files patch-setup.py Log: - Honor EXAMPLESDIR, DATADIR and NOPORTEXAMPLES, NOPORTDATA - Remove bsddb module in pkg-message since it's removed from Python default modules (python3 user should use databases/py-bsddb3) - Fix WITH_UCS4 support - Mark jobs safe - Makefile/patch cleanup PR: ports/133440 Submitted by: Paul Hoffman Revision Changes Path 1.156 +15 -18 ports/lang/python30/Makefile 1.20 +1 -1 ports/lang/python30/files/patch-setup.py 1.2 +0 -1 ports/lang/python30/pkg-message 1.77 +547 -547 ports/lang/python30/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From ohauer at gmx.de Thu Jul 2 08:22:12 2009 From: ohauer at gmx.de (olli hauer) Date: Thu Jul 2 08:22:20 2009 Subject: ports/135484: port lang/python and python26 build failed Message-ID: <20090702075523.GA2219@sorry.mine.nu> >Synopsis: port lang/python and python26 build failed > State-Changed-From-To: open->feedback > State-Changed-By: lwhsu > State-Changed-When: Tue Jun 30 16:13:43 UTC 2009 > State-Changed-Why: > I cannot reproduce here. Could you update your ports tree and try > again. If it still fails, please list your /etc/make.conf and the > installed packages.l > http://www.freebsd.org/cgi/query-pr.cgi?pr=135484 hmm, I tried the build a view times after reporting and always it doesn't build the package in lang/python (with or without this line #PYTHON_DEFAULT_VERSION?= python2.6 in etc/make.conf) Test case was always to deinstall all ports that use python and make sure there is nothing left like /usr/local/lib/python*. Then delete directories lang/python lang/python2(5|6) remove the line in ports/.portsnap.INDEX fetch and update. I don't know what happened but port python26 could build at a given time where lang/python does noting except extract with the following command $> make package DEPENDS_TARGET=package clean One thing I remember a day after report the port lang/python tried to build python25 instead python26. It even hasn't work after removing this lines in make.conf WRKDIRPREFIX?= /build/work DISTDIR?= /data/distfiles PACKAGES?= /data/packages After your feedback I tried today building package with both ports and it works as expected for both. A side note: most of the ports use PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} except the following they use PKGNAMEPREFIX= py- py-libmpdclient-0.10.0 py-MySQL-1.4 py-SQLDict-1.0.0 py-Ice-3.3.1 py-kqueue-1.4_2 py-subversion-1.6.3 py-tconfpy-2.112 py-thrift-20070917 py-gnuplot-1.8 py-mp-random-1.0_4 py-punjab-0.12 py-HyperText-1.0.1 py-gnome-1.4.4_9 py-gtk-0.6.11_6 py-gtkscintilla-0.8.2_6 Maybe it is a good idea to make this consistent? For me the port is working now, please close the PR Regards, olli From andymac at bullseye.apana.org.au Fri Jul 3 11:55:39 2009 From: andymac at bullseye.apana.org.au (Andrew MacIntyre) Date: Fri Jul 3 11:55:50 2009 Subject: [RFC] lang/python30 (and lang/python*) fixes In-Reply-To: <20090701144202.GA78637@FreeBSD.cs.nctu.edu.tw> References: <1e39c0a90906301349m5e6035acxb5098924d0aea90f@mail.gmail.com> <4A4B5D2A.8060208@bullseye.apana.org.au> <20090701144202.GA78637@FreeBSD.cs.nctu.edu.tw> Message-ID: <4A4DF1EC.2090002@bullseye.apana.org.au> Li-Wen Hsu wrote: > On Wed, Jul 01, 2009 at 22:57:14 +1000, Andrew MacIntyre wrote: >> Given the experimental nature of Python 3.0, and the fact that 3.1 is >> out, it seems to me that Python 3.0's time in the ports collection >> should not be extended. > > Yes. But as long as we do not set Python 3.0 as the default Python > version, I thought there is no harm keeping 3.0 in the ports tree. Python 3.0 was never intended for production use, and is pretty much dead as far as the Python dev team are concerned. A decision has basically been taken that no further maintenance releases will be issued. Very few third party extension modules have been ported to it. All effort devoted to Python 3.x is being focussed on 3.1 and later. I think there are strong grounds for burying the 3.0 port, in the same way that release candidate ports get buried when a final release is made - Python 3.x was effectively a release candidate (beta release more like) of Python 3.1. > However, is there any need for keeping python 2.3, or even 2.4 in the > ports tree? 2.4 definitely, as Zope is still tied (officially) to it. 2.3 is still widely used in some environments, and is still being actively supported by some third party module developers. -- ------------------------------------------------------------------------- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andymac@bullseye.apana.org.au (pref) | Snail: PO Box 370 andymac@pcug.org.au (alt) | Belconnen ACT 2616 Web: http://www.andymac.org/ | Australia From edwin at FreeBSD.org Fri Jul 3 13:50:25 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Jul 3 13:50:36 2009 Subject: ports/136283: [update] net/py-libnet : Update to 1.1 Message-ID: <200907031350.n63DoNH8063111@freefall.freebsd.org> Synopsis: [update] net/py-libnet : Update to 1.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 3 13:50:22 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136283 From wxs at FreeBSD.org Fri Jul 3 15:17:52 2009 From: wxs at FreeBSD.org (wxs@FreeBSD.org) Date: Fri Jul 3 15:18:00 2009 Subject: ports/136283: [update] net/py-libnet : Update to 1.1 Message-ID: <200907031517.n63FHpQN029093@freefall.freebsd.org> Synopsis: [update] net/py-libnet : Update to 1.1 State-Changed-From-To: open->closed State-Changed-By: wxs State-Changed-When: Fri Jul 3 15:17:51 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=136283 From dfilter at FreeBSD.ORG Fri Jul 3 15:20:11 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Fri Jul 3 15:20:24 2009 Subject: ports/136283: commit references a PR Message-ID: <200907031520.n63FK9QE029234@freefall.freebsd.org> The following reply was made to PR ports/136283; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/136283: commit references a PR Date: Fri, 3 Jul 2009 15:17:51 +0000 (UTC) wxs 2009-07-03 15:17:42 UTC FreeBSD ports repository Modified files: net/py-libnet Makefile distinfo Added files: net/py-libnet pkg-plist Removed files: net/py-libnet/files patch-libnet.i Log: - Update to 1.1 - Switch to using SF macro - Pass maintainer to submitter PR: ports/136283 Submitted by: Sofian Brabez Revision Changes Path 1.14 +15 -11 ports/net/py-libnet/Makefile 1.4 +3 -3 ports/net/py-libnet/distinfo 1.2 +0 -66 ports/net/py-libnet/files/patch-libnet.i (dead) 1.3 +7 -0 ports/net/py-libnet/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From nivit at FreeBSD.org Sun Jul 5 12:42:59 2009 From: nivit at FreeBSD.org (nivit@FreeBSD.org) Date: Sun Jul 5 12:43:05 2009 Subject: ports/134736: [Update]www/py-pylons:update to 0.9.7 Message-ID: <200907051242.n65Cgwok023028@freefall.freebsd.org> Synopsis: [Update]www/py-pylons:update to 0.9.7 Responsible-Changed-From-To: freebsd-python->nivit Responsible-Changed-By: nivit Responsible-Changed-When: Sun Jul 5 12:42:58 UTC 2009 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=134736 From daichi at ongs.co.jp Mon Jul 6 09:32:27 2009 From: daichi at ongs.co.jp (Daichi GOTO) Date: Mon Jul 6 09:32:34 2009 Subject: [CFI] About Python3+ libraries Message-ID: <4A51C05B.7060108@ongs.co.jp> Hi python ports folks, I want to know your ideas and suggestions. Right now, there are 2 major python branches, python 2.x and 3.x. Most ports uses python 2.x as their supported version python. But for i18n user, python 3+ is better than python 2.x, at least for me. So I'm developing some tools and utilities using python 3.0. And encountered a problem, how would I use 3rd party's python 3+ libraries even simultaneously with python2 environment. To use python 2.x as default python is reasonable, because most python applications and libraries use it. But I want to use python3 concurrently. Easy and non-impact solution is to add ports with py3- prefix I guess. For example, right now I want to python3 verion x11-toolkits/py-tkinter. x11-toolkits/py-tkinter - (current port) x11-toolkits/py3-tkinter - (I want to add, suiting for Python 3+) Ideally, in the future while python3 as default version, that will be follow I guess. x11-toolkits/py-tkinter - (meta port depending on PYTHON_DEFAULT_VERSION) x11-toolkits/py2-tkinter - (suiting for Python 2.x, modified from original x11-toolkits/py-tkinter) x11-toolkits/py3-tkinter - (suiting for Python 3+) I think that strategy is reasonable. So I am thinking to add some python3+ libraries with py3- prefix if there is no objections. Are there any more good ideas and solutions? I want to know your ideas. Thanks :) -- ONGS Inc. CEO, Daichi GOTO (daichi@ongs.co.jp) TEL: 81-42-316-7945 FAX: 81-42-316-7946 WWW: http://www.ongs.co.jp/ From bugmaster at FreeBSD.org Mon Jul 6 11:07:05 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 6 11:09:19 2009 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200907061107.n66B75IH010900@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/136096 python New port: devel/py-h5py o ports/136083 python New port: devel/py-gitosis Software for hosting git re o ports/136058 python [maintainer update]Fix build of science/py-scipy when o ports/135832 python security/py-pycrypto: Deprecation warnings when used w f ports/135484 python port lang/python and python26 build failed o ports/134239 python [patch] rc script for net-p2p/py-bittornado o ports/133844 python New port: databases/py-postgresql python3 pgsql drive o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken o ports/132093 python lang/python26: python's subprocess.py fails with 'Inte o ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o ports/115940 python Missed one file in lang/python25 if NO_NIS defined o ports/109550 python lang/python25 does not install /usr/local/bin/python 14 problems total. From edwin at FreeBSD.org Mon Jul 6 12:30:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Jul 6 12:30:19 2009 Subject: ports/136379: www/py-utidy not 64-bit clean Message-ID: <200907061230.n66CUCI4078480@freefall.freebsd.org> Synopsis: www/py-utidy not 64-bit clean Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 6 12:30:12 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136379 From lwhsu at FreeBSD.org Mon Jul 6 17:46:09 2009 From: lwhsu at FreeBSD.org (Li-Wen Hsu) Date: Mon Jul 6 17:46:42 2009 Subject: [CFI] About Python3+ libraries In-Reply-To: <4A51C05B.7060108@ongs.co.jp> References: <4A51C05B.7060108@ongs.co.jp> Message-ID: <1e39c0a90907061046l5c52ff4fu196ee1836df2bda@mail.gmail.com> On Mon, Jul 6, 2009 at 17:14, Daichi GOTO wrote: > Easy and non-impact solution is to add ports with > py3- prefix I guess. For example, right now I want to > python3 verion x11-toolkits/py-tkinter. I think it is reasonable. I will add databases/py25-bsddb soon, for mail/py-spambayes using, which can only use Python 2.5 > ?x11-toolkits/py-tkinter ? - (current port) > ?x11-toolkits/py3-tkinter ?- (I want to add, suiting for > ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Python 3+) Please have a look at ports/136198, which makes py-tkinter work for both python 2.x and 3.x. I would like your comments. Also, there is ports/136199 for making databases/py-gdbm work for python 3.x, comments welcomed, too. > Ideally, in the future while python3 as default version, > that will be follow I guess. > > ?x11-toolkits/py-tkinter ? - (meta port depending on PYTHON_DEFAULT_VERSION) > ?x11-toolkits/py2-tkinter ?- (suiting for Python 2.x, modified from original > ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? x11-toolkits/py-tkinter) > ?x11-toolkits/py3-tkinter ?- (suiting for Python 3+) > > I think that strategy is reasonable. So I am thinking to > add some python3+ libraries with py3- prefix if there is > no objections. I like this convention, and I prefer have py-* being as a master port, work both for every python version. Let py2-*, py3-*, and even py25*-, py24*-, py31*- as slave ports by setting USE_PYTHON to specified version in the Makefile. Anybody likes this suggestion? (although I came to this idea after requesting repocopy databases/py-bsddb to databases/py25-bsddb) > Are there any more good ideas and solutions? ?I want to > know your ideas. > That's great! Thanks work for Python on FreeBSD! -- Li-Wen Hsu http://lwhsu.org From pav at FreeBSD.org Wed Jul 8 13:21:55 2009 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Wed Jul 8 13:22:01 2009 Subject: ports/136379: www/py-utidy not 64-bit clean Message-ID: <200907081321.n68DLrav080374@freefall.freebsd.org> Synopsis: www/py-utidy not 64-bit clean State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Wed Jul 8 13:07:23 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=136379 From dfilter at FreeBSD.ORG Wed Jul 8 13:30:06 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Jul 8 13:30:20 2009 Subject: ports/136379: commit references a PR Message-ID: <200907081330.n68DU6rr081110@freefall.freebsd.org> The following reply was made to PR ports/136379; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/136379: commit references a PR Date: Wed, 8 Jul 2009 13:21:58 +0000 (UTC) pav 2009-07-08 13:21:43 UTC FreeBSD ports repository Modified files: www/py-utidy Makefile pkg-descr Added files: www/py-utidy/files patch-tidy-lib.py Log: - Fix runtime crash bug on amd64 PR: ports/136379 Submitted by: Phil Pennock Revision Changes Path 1.5 +2 -1 ports/www/py-utidy/Makefile 1.1 +10 -0 ports/www/py-utidy/files/patch-tidy-lib.py (new) 1.2 +3 -4 ports/www/py-utidy/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From edwin at FreeBSD.org Wed Jul 8 14:00:27 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jul 8 14:00:38 2009 Subject: ports/136462: upgrade math/py-gato from 0.99_1 to 0.99D Message-ID: <200907081400.n68E0Qk8013725@freefall.freebsd.org> Synopsis: upgrade math/py-gato from 0.99_1 to 0.99D Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 8 14:00:25 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136462 From erwin at FreeBSD.org Thu Jul 9 13:32:44 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Thu Jul 9 13:32:50 2009 Subject: Ports with duplicate LATEST_LINKS Message-ID: <200907091332.n69DWgXF055913@pointyhat.freebsd.org> Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Erwin "Annoying Reminder Guy III" Lansing LATEST_LINK PORTNAME MAINTAINER ========================================================================== mod_jk-ap2 www/mod_jk girgen@FreeBSD.org mod_jk-ap2 www/mod_jk-apache2 girgen@FreeBSD.org py25-bsddb databases/py-bsddb perky@FreeBSD.org py25-bsddb databases/py25-bsddb python@FreeBSD.org py25-wxPython x11-toolkits/py-wxPython26 neal@nelson.name py25-wxPython x11-toolkits/py-wxPython28 neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython26-common neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython28-common neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython26-unicode neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython28-unicode neal@nelson.name qmailadmin mail/qmailadmin-devel ismail.yenigul@endersys.com.tr qmailadmin mail/qmailadmin roam@FreeBSD.org Total: 12 ports From pav at FreeBSD.org Thu Jul 9 21:34:01 2009 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Jul 9 21:34:33 2009 Subject: [Fwd: py26-scriptaculous-1.8.1.1 failed on amd64 6] Message-ID: <1247173616.16088.11.camel@hood.oook.cz> -------- P?eposlan? zpr?va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz > P?edm?t: py26-scriptaculous-1.8.1.1 failed on amd64 6 > Datum: Thu, 9 Jul 2009 05:42:09 GMT > > You can also find this build log at > > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.6.20090708211753/py26-scriptaculous-1.8.1.1.log > > building py26-scriptaculous-1.8.1.1 on hammer2.isc.freebsd.org > in directory /usr2/pkgbuild/6/20090708211753/chroot/742 > building for: 6.4-STABLE amd64 > maintained by: python@FreeBSD.org > port directory: /usr/ports/www/py-scriptaculous > Makefile ident: $FreeBSD: ports/www/py-scriptaculous/Makefile,v 1.3 2009/01/19 22:11:14 nivit Exp $ > build started at Thu Jul 9 05:41:26 UTC 2009 > FETCH_DEPENDS= > PATCH_DEPENDS= > EXTRACT_DEPENDS=unzip-5.52_5.tbz > BUILD_DEPENDS=gettext-0.17_1.tbz libiconv-1.13.1.tbz py26-AddOns-0.6.tbz py26-BytecodeAssembler-0.5.1.tbz py26-DecoratorTools-1.7.tbz py26-Extremes-1.1.1.tbz py26-PEAK-Rules-0.5a1_1.tbz py26-Paste-1.7.2.tbz py26-PasteDeploy-1.3.3.tbz py26-PasteScript-1.7.3.tbz py26-PyProtocols-1.0.a0.r2302.tbz py26-RuleDispatch-0.5.a1.r2506_1.tbz py26-SymbolType-1.0.tbz py26-TurboCheetah-1.0.tbz py26-TurboGears-1.0.8.tbz py26-TurboJson-1.2.1.tbz py26-TurboKid-1.0.4.tbz py26-cheetah-2.2.1.tbz py26-cherrypy-old-2.3.0,1.tbz py26-configobj-4.6.0.tbz py26-flup-1.0.2.tbz py26-formencode-1.2.2.tbz py26-kid-0.9.6_1.tbz py26-prioritized_methods-0.2.1.tbz py26-setuptools-0.6c9.tbz py26-simplejson-2.0.9.tbz py26-sqlobject-0.10.6.tbz py26-wsgiutils-0.7_1.tbz python26-2.6.2.tbz > RUN_DEPENDS=gettext-0.17_1.tbz libiconv-1.13.1.tbz py26-AddOns-0.6.tbz py26-BytecodeAssembler-0.5.1.tbz py26-DecoratorTools-1.7.tbz py26-Extremes-1.1.1.tbz py26-PEAK-Rules-0.5a1_1.tbz py26-Paste-1.7.2.tbz py26-PasteDeploy-1.3.3.tbz py26-PasteScript-1.7.3.tbz py26-PyProtocols-1.0.a0.r2302.tbz py26-RuleDispatch-0.5.a1.r2506_1.tbz py26-SymbolType-1.0.tbz py26-TurboCheetah-1.0.tbz py26-TurboGears-1.0.8.tbz py26-TurboJson-1.2.1.tbz py26-TurboKid-1.0.4.tbz py26-cheetah-2.2.1.tbz py26-cherrypy-old-2.3.0,1.tbz py26-configobj-4.6.0.tbz py26-flup-1.0.2.tbz py26-formencode-1.2.2.tbz py26-kid-0.9.6_1.tbz py26-prioritized_methods-0.2.1.tbz py26-setuptools-0.6c9.tbz py26-simplejson-2.0.9.tbz py26-sqlobject-0.10.6.tbz py26-wsgiutils-0.7_1.tbz python26-2.6.2.tbz > prefixes: LOCALBASE=usr/local X11BASE=usr/local > add_pkg > ================================================================ > ======================================== > => Scriptaculous-1.8.1.1.zip doesn't seem to exist in /tmp/distfiles/. > => Attempting to fetch from ftp://freebsd.isc.org/pub/FreeBSD/ports/distfiles/. > Scriptaculous-1.8.1.1.zip 75 kB 2185 kBps > => MD5 Checksum OK for Scriptaculous-1.8.1.1.zip. > => SHA256 Checksum OK for Scriptaculous-1.8.1.1.zip. > ================================================================ > ======================================== > add_pkg unzip-5.52_5.tbz > adding dependencies > pkg_add unzip-5.52_5.tbz > ===> Extracting for py26-scriptaculous-1.8.1.1 > => MD5 Checksum OK for Scriptaculous-1.8.1.1.zip. > => SHA256 Checksum OK for Scriptaculous-1.8.1.1.zip. > ===> py26-scriptaculous-1.8.1.1 depends on executable: unzip - found > Deleting unzip-5.52_5 > ================================================================ > ======================================== > add_pkg > ===> Patching for py26-scriptaculous-1.8.1.1 > ================================================================ > ======================================== > add_pkg gettext-0.17_1.tbz libiconv-1.13.1.tbz py26-AddOns-0.6.tbz py26-BytecodeAssembler-0.5.1.tbz py26-DecoratorTools-1.7.tbz py26-Extremes-1.1.1.tbz py26-PEAK-Rules-0.5a1_1.tbz py26-Paste-1.7.2.tbz py26-PasteDeploy-1.3.3.tbz py26-PasteScript-1.7.3.tbz py26-PyProtocols-1.0.a0.r2302.tbz py26-RuleDispatch-0.5.a1.r2506_1.tbz py26-SymbolType-1.0.tbz py26-TurboCheetah-1.0.tbz py26-TurboGears-1.0.8.tbz py26-TurboJson-1.2.1.tbz py26-TurboKid-1.0.4.tbz py26-cheetah-2.2.1.tbz py26-cherrypy-old-2.3.0,1.tbz py26-configobj-4.6.0.tbz py26-flup-1.0.2.tbz py26-formencode-1.2.2.tbz py26-kid-0.9.6_1.tbz py26-prioritized_methods-0.2.1.tbz py26-setuptools-0.6c9.tbz py26-simplejson-2.0.9.tbz py26-sqlobject-0.10.6.tbz py26-wsgiutils-0.7_1.tbz python26-2.6.2.tbz > adding dependencies > pkg_add gettext-0.17_1.tbz > pkg_add libiconv-1.13.1.tbz > skipping libiconv-1.13.1, already added > pkg_add py26-AddOns-0.6.tbz > > ==== > 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 > sqlite3 databases/py-sqlite3 > tkinter x11-toolkits/py-tkinter > > Install them as needed. > ==== > > pkg_add py26-BytecodeAssembler-0.5.1.tbz > pkg_add py26-DecoratorTools-1.7.tbz > skipping py26-DecoratorTools-1.7, already added > pkg_add py26-Extremes-1.1.1.tbz > pkg_add py26-PEAK-Rules-0.5a1_1.tbz > pkg_add py26-Paste-1.7.2.tbz > pkg_add py26-PasteDeploy-1.3.3.tbz > pkg_add py26-PasteScript-1.7.3.tbz > Processing Cheetah-2.2.1-py2.6-freebsd-6.4-STABLE-amd64.egg > Adding Cheetah 2.2.1 to easy-install.pth file > Installing cheetah script to /usr/local/bin > Installing cheetah-compile script to /usr/local/bin > > Installed /usr/local/lib/python2.6/site-packages/Cheetah-2.2.1-py2.6-freebsd-6.4-STABLE-amd64.egg > pkg_add py26-PyProtocols-1.0.a0.r2302.tbz > pkg_add py26-RuleDispatch-0.5.a1.r2506_1.tbz > pkg_add py26-SymbolType-1.0.tbz > skipping py26-SymbolType-1.0, already added > pkg_add py26-TurboCheetah-1.0.tbz > pkg_add py26-TurboGears-1.0.8.tbz > pkg_add py26-TurboJson-1.2.1.tbz > skipping py26-TurboJson-1.2.1, already added > pkg_add py26-TurboKid-1.0.4.tbz > skipping py26-TurboKid-1.0.4, already added > pkg_add py26-cheetah-2.2.1.tbz > skipping py26-cheetah-2.2.1, already added > pkg_add py26-cherrypy-old-2.3.0,1.tbz > skipping py26-cherrypy-old-2.3.0,1, already added > pkg_add py26-configobj-4.6.0.tbz > skipping py26-configobj-4.6.0, already added > pkg_add py26-flup-1.0.2.tbz > skipping py26-flup-1.0.2, already added > pkg_add py26-formencode-1.2.2.tbz > skipping py26-formencode-1.2.2, already added > pkg_add py26-kid-0.9.6_1.tbz > skipping py26-kid-0.9.6_1, already added > pkg_add py26-prioritized_methods-0.2.1.tbz > skipping py26-prioritized_methods-0.2.1, already added > pkg_add py26-setuptools-0.6c9.tbz > skipping py26-setuptools-0.6c9, already added > pkg_add py26-simplejson-2.0.9.tbz > skipping py26-simplejson-2.0.9, already added > pkg_add py26-sqlobject-0.10.6.tbz > skipping py26-sqlobject-0.10.6, already added > pkg_add py26-wsgiutils-0.7_1.tbz > skipping py26-wsgiutils-0.7_1, already added > pkg_add python26-2.6.2.tbz > skipping python26-2.6.2, already added > ===> py26-scriptaculous-1.8.1.1 depends on package: py26-TurboGears>=1.0.1 - found > ===> py26-scriptaculous-1.8.1.1 depends on file: /usr/local/bin/easy_install-2.6 - found > ===> py26-scriptaculous-1.8.1.1 depends on file: /usr/local/bin/python2.6 - found > ===> Configuring for py26-scriptaculous-1.8.1.1 > /usr/local/lib/python2.6/site-packages/cherrypy/lib/cptools.py:3: DeprecationWarning: the md5 module is deprecated; use hashlib instead > import md5 > /usr/local/lib/python2.6/site-packages/cherrypy/filters/sessionfilter.py:33: DeprecationWarning: the sha module is deprecated; use the hashlib module instead > import sha > /usr/local/lib/python2.6/site-packages/PEAK_Rules-0.5a1.dev_r2582-py2.6.egg/peak/rules/indexing.py:220: DeprecationWarning: object.__new__() takes no parameters > /usr/local/lib/python2.6/site-packages/RuleDispatch-0.5a1.dev_r2506-py2.6-freebsd-6.4-STABLE-amd64.egg/dispatch/predicates.py:379: DeprecationWarning: object.__new__() takes no parameters > Traceback (most recent call last): > File "setup.py", line 2, in > from turbogears.finddata import find_package_data > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/__init__.py", line 8, in > from turbogears import controllers, view, database, validators, command, \ > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/widgets/__init__.py", line 1, in > from turbogears.widgets.base import * > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/widgets/base.py", line 5, in > from turbogears import view, startup, config > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/startup.py", line 24, in > pkg_resources.require("TurboGears") > File "build/bdist.freebsd-6.4-STABLE-amd64/egg/pkg_resources.py", line 626, in require > File "build/bdist.freebsd-6.4-STABLE-amd64/egg/pkg_resources.py", line 528, in resolve > pkg_resources.VersionConflict: (TurboJson 1.2.1 (/usr/local/lib/python2.6/site-packages/TurboJson-1.2.1-py2.6.egg), Requirement.parse('TurboJson>=1.1.4,<1.2')) > *** Error code 1 > > Stop in /a/ports/www/py-scriptaculous. > ================================================================ > build of /usr/ports/www/py-scriptaculous ended at Thu Jul 9 05:42:05 UTC 2009 -- Pav Lucistnik But soft, what light through yonder window breaks? It is the East, and Juliet is the sun! Arise, fair sun, and kill the envious moon, who is already sick and pale with grief that thou her maid art far more fair than she. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20090709/dc1abfcb/attachment.pgp From pav at FreeBSD.org Thu Jul 9 21:34:19 2009 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Jul 9 21:35:10 2009 Subject: [Fwd: py26-tgwebservices-1.2.2 failed on amd64 6] Message-ID: <1247173634.16088.12.camel@hood.oook.cz> -------- P?eposlan? zpr?va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz > P?edm?t: py26-tgwebservices-1.2.2 failed on amd64 6 > Datum: Thu, 9 Jul 2009 20:38:21 GMT > > You can also find this build log at > > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.6.20090708211753/py26-tgwebservices-1.2.2.log > > building py26-tgwebservices-1.2.2 on hammer1.isc.freebsd.org > in directory /usr2/pkgbuild/6/20090708211753/chroot/833 > building for: 6.4-STABLE amd64 > maintained by: python@FreeBSD.org > port directory: /usr/ports/www/py-tgwebservices > Makefile ident: $FreeBSD: ports/www/py-tgwebservices/Makefile,v 1.7 2009/01/20 16:45:40 nivit Exp $ > build started at Thu Jul 9 20:37:48 UTC 2009 > FETCH_DEPENDS= > PATCH_DEPENDS= > EXTRACT_DEPENDS= > BUILD_DEPENDS=gettext-0.17_1.tbz libiconv-1.13.1.tbz py26-AddOns-0.6.tbz py26-BytecodeAssembler-0.5.1.tbz py26-DecoratorTools-1.7.tbz py26-Extremes-1.1.1.tbz py26-Genshi-0.5.1_2.tbz py26-PEAK-Rules-0.5a1_1.tbz py26-Paste-1.7.2.tbz py26-PasteDeploy-1.3.3.tbz py26-PasteScript-1.7.3.tbz py26-PyProtocols-1.0.a0.r2302.tbz py26-RuleDispatch-0.5.a1.r2506_1.tbz py26-SymbolType-1.0.tbz py26-TurboCheetah-1.0.tbz py26-TurboGears-1.0.8.tbz py26-TurboJson-1.2.1.tbz py26-TurboKid-1.0.4.tbz py26-cheetah-2.2.1.tbz py26-cherrypy-old-2.3.0,1.tbz py26-configobj-4.6.0.tbz py26-flup-1.0.2.tbz py26-formencode-1.2.2.tbz py26-kid-0.9.6_1.tbz py26-prioritized_methods-0.2.1.tbz py26-setuptools-0.6c9.tbz py26-simplejson-2.0.9.tbz py26-sqlobject-0.10.6.tbz py26-wsgiutils-0.7_1.tbz python26-2.6.2.tbz > RUN_DEPENDS=gettext-0.17_1.tbz libiconv-1.13.1.tbz py26-AddOns-0.6.tbz py26-BytecodeAssembler-0.5.1.tbz py26-DecoratorTools-1.7.tbz py26-Extremes-1.1.1.tbz py26-Genshi-0.5.1_2.tbz py26-PEAK-Rules-0.5a1_1.tbz py26-Paste-1.7.2.tbz py26-PasteDeploy-1.3.3.tbz py26-PasteScript-1.7.3.tbz py26-PyProtocols-1.0.a0.r2302.tbz py26-RuleDispatch-0.5.a1.r2506_1.tbz py26-SymbolType-1.0.tbz py26-TurboCheetah-1.0.tbz py26-TurboGears-1.0.8.tbz py26-TurboJson-1.2.1.tbz py26-TurboKid-1.0.4.tbz py26-cheetah-2.2.1.tbz py26-cherrypy-old-2.3.0,1.tbz py26-configobj-4.6.0.tbz py26-flup-1.0.2.tbz py26-formencode-1.2.2.tbz py26-kid-0.9.6_1.tbz py26-prioritized_methods-0.2.1.tbz py26-setuptools-0.6c9.tbz py26-simplejson-2.0.9.tbz py26-sqlobject-0.10.6.tbz py26-wsgiutils-0.7_1.tbz python26-2.6.2.tbz > prefixes: LOCALBASE=usr/local X11BASE=usr/local > add_pkg > ================================================================ > ======================================== > => TGWebServices-1.2.2.tar.gz doesn't seem to exist in /tmp/distfiles/. > => Attempting to fetch from ftp://freebsd.isc.org/pub/FreeBSD/ports/distfiles/. > TGWebServices-1.2.2.tar.gz 20 kB 428 kBps > => MD5 Checksum OK for TGWebServices-1.2.2.tar.gz. > => SHA256 Checksum OK for TGWebServices-1.2.2.tar.gz. > ================================================================ > ======================================== > add_pkg > ===> Extracting for py26-tgwebservices-1.2.2 > => MD5 Checksum OK for TGWebServices-1.2.2.tar.gz. > => SHA256 Checksum OK for TGWebServices-1.2.2.tar.gz. > ================================================================ > ======================================== > add_pkg > ===> Patching for py26-tgwebservices-1.2.2 > ================================================================ > ======================================== > add_pkg gettext-0.17_1.tbz libiconv-1.13.1.tbz py26-AddOns-0.6.tbz py26-BytecodeAssembler-0.5.1.tbz py26-DecoratorTools-1.7.tbz py26-Extremes-1.1.1.tbz py26-Genshi-0.5.1_2.tbz py26-PEAK-Rules-0.5a1_1.tbz py26-Paste-1.7.2.tbz py26-PasteDeploy-1.3.3.tbz py26-PasteScript-1.7.3.tbz py26-PyProtocols-1.0.a0.r2302.tbz py26-RuleDispatch-0.5.a1.r2506_1.tbz py26-SymbolType-1.0.tbz py26-TurboCheetah-1.0.tbz py26-TurboGears-1.0.8.tbz py26-TurboJson-1.2.1.tbz py26-TurboKid-1.0.4.tbz py26-cheetah-2.2.1.tbz py26-cherrypy-old-2.3.0,1.tbz py26-configobj-4.6.0.tbz py26-flup-1.0.2.tbz py26-formencode-1.2.2.tbz py26-kid-0.9.6_1.tbz py26-prioritized_methods-0.2.1.tbz py26-setuptools-0.6c9.tbz py26-simplejson-2.0.9.tbz py26-sqlobject-0.10.6.tbz py26-wsgiutils-0.7_1.tbz python26-2.6.2.tbz > adding dependencies > pkg_add gettext-0.17_1.tbz > pkg_add libiconv-1.13.1.tbz > skipping libiconv-1.13.1, already added > pkg_add py26-AddOns-0.6.tbz > > ==== > 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 > sqlite3 databases/py-sqlite3 > tkinter x11-toolkits/py-tkinter > > Install them as needed. > ==== > > pkg_add py26-BytecodeAssembler-0.5.1.tbz > pkg_add py26-DecoratorTools-1.7.tbz > skipping py26-DecoratorTools-1.7, already added > pkg_add py26-Extremes-1.1.1.tbz > pkg_add py26-Genshi-0.5.1_2.tbz > pkg_add py26-PEAK-Rules-0.5a1_1.tbz > pkg_add py26-Paste-1.7.2.tbz > pkg_add py26-PasteDeploy-1.3.3.tbz > pkg_add py26-PasteScript-1.7.3.tbz > Processing Cheetah-2.2.1-py2.6-freebsd-6.4-STABLE-amd64.egg > Adding Cheetah 2.2.1 to easy-install.pth file > Installing cheetah script to /usr/local/bin > Installing cheetah-compile script to /usr/local/bin > > Installed /usr/local/lib/python2.6/site-packages/Cheetah-2.2.1-py2.6-freebsd-6.4-STABLE-amd64.egg > pkg_add py26-PyProtocols-1.0.a0.r2302.tbz > pkg_add py26-RuleDispatch-0.5.a1.r2506_1.tbz > pkg_add py26-SymbolType-1.0.tbz > skipping py26-SymbolType-1.0, already added > pkg_add py26-TurboCheetah-1.0.tbz > pkg_add py26-TurboGears-1.0.8.tbz > pkg_add py26-TurboJson-1.2.1.tbz > skipping py26-TurboJson-1.2.1, already added > pkg_add py26-TurboKid-1.0.4.tbz > skipping py26-TurboKid-1.0.4, already added > pkg_add py26-cheetah-2.2.1.tbz > skipping py26-cheetah-2.2.1, already added > pkg_add py26-cherrypy-old-2.3.0,1.tbz > skipping py26-cherrypy-old-2.3.0,1, already added > pkg_add py26-configobj-4.6.0.tbz > skipping py26-configobj-4.6.0, already added > pkg_add py26-flup-1.0.2.tbz > skipping py26-flup-1.0.2, already added > pkg_add py26-formencode-1.2.2.tbz > skipping py26-formencode-1.2.2, already added > pkg_add py26-kid-0.9.6_1.tbz > skipping py26-kid-0.9.6_1, already added > pkg_add py26-prioritized_methods-0.2.1.tbz > skipping py26-prioritized_methods-0.2.1, already added > pkg_add py26-setuptools-0.6c9.tbz > skipping py26-setuptools-0.6c9, already added > pkg_add py26-simplejson-2.0.9.tbz > skipping py26-simplejson-2.0.9, already added > pkg_add py26-sqlobject-0.10.6.tbz > skipping py26-sqlobject-0.10.6, already added > pkg_add py26-wsgiutils-0.7_1.tbz > skipping py26-wsgiutils-0.7_1, already added > pkg_add python26-2.6.2.tbz > skipping python26-2.6.2, already added > ===> py26-tgwebservices-1.2.2 depends on package: py26-TurboGears>=1.0.1 - found > ===> py26-tgwebservices-1.2.2 depends on package: py26-Genshi>=0.3.6 - found > ===> py26-tgwebservices-1.2.2 depends on file: /usr/local/bin/easy_install-2.6 - found > ===> py26-tgwebservices-1.2.2 depends on file: /usr/local/bin/python2.6 - found > ===> Configuring for py26-tgwebservices-1.2.2 > /usr/local/lib/python2.6/site-packages/cherrypy/lib/cptools.py:3: DeprecationWarning: the md5 module is deprecated; use hashlib instead > import md5 > /usr/local/lib/python2.6/site-packages/cherrypy/filters/sessionfilter.py:33: DeprecationWarning: the sha module is deprecated; use the hashlib module instead > import sha > /usr/local/lib/python2.6/site-packages/PEAK_Rules-0.5a1.dev_r2582-py2.6.egg/peak/rules/indexing.py:220: DeprecationWarning: object.__new__() takes no parameters > /usr/local/lib/python2.6/site-packages/RuleDispatch-0.5a1.dev_r2506-py2.6-freebsd-6.4-STABLE-amd64.egg/dispatch/predicates.py:379: DeprecationWarning: object.__new__() takes no parameters > Traceback (most recent call last): > File "setup.py", line 2, in > from turbogears.finddata import find_package_data > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/__init__.py", line 8, in > from turbogears import controllers, view, database, validators, command, \ > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/widgets/__init__.py", line 1, in > from turbogears.widgets.base import * > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/widgets/base.py", line 5, in > from turbogears import view, startup, config > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/startup.py", line 24, in > pkg_resources.require("TurboGears") > File "build/bdist.freebsd-6.4-STABLE-amd64/egg/pkg_resources.py", line 626, in require > File "build/bdist.freebsd-6.4-STABLE-amd64/egg/pkg_resources.py", line 528, in resolve > pkg_resources.VersionConflict: (TurboJson 1.2.1 (/usr/local/lib/python2.6/site-packages/TurboJson-1.2.1-py2.6.egg), Requirement.parse('TurboJson>=1.1.4,<1.2')) > *** Error code 1 > > Stop in /a/ports/www/py-tgwebservices. > ================================================================ > build of /usr/ports/www/py-tgwebservices ended at Thu Jul 9 20:38:19 UTC 2009 -- Pav Lucistnik On real UNIX, /usr/bin/more prints -More-. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20090709/c566fe33/attachment.pgp From pav at FreeBSD.org Thu Jul 9 21:34:41 2009 From: pav at FreeBSD.org (Pav Lucistnik) Date: Thu Jul 9 21:35:21 2009 Subject: [Fwd: py26-turbomail-2.1 failed on amd64 6] Message-ID: <1247173657.16088.14.camel@hood.oook.cz> -------- P?eposlan? zpr?va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz > P?edm?t: py26-turbomail-2.1 failed on amd64 6 > Datum: Thu, 9 Jul 2009 13:51:34 GMT > > You can also find this build log at > > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.6.20090708211753/py26-turbomail-2.1.log > > building py26-turbomail-2.1 on gohan11.freebsd.org > in directory /x/pkgbuild/6/20090708211753/chroot/1956 > building for: 6.4-STABLE amd64 > maintained by: python@FreeBSD.org > port directory: /usr/ports/mail/py-turbomail > Makefile ident: $FreeBSD: ports/mail/py-turbomail/Makefile,v 1.5 2009/01/20 16:40:04 nivit Exp $ > build started at Thu Jul 9 13:50:18 UTC 2009 > FETCH_DEPENDS= > PATCH_DEPENDS= > EXTRACT_DEPENDS= > BUILD_DEPENDS=gettext-0.17_1.tbz libiconv-1.13.1.tbz py26-AddOns-0.6.tbz py26-BytecodeAssembler-0.5.1.tbz py26-DecoratorTools-1.7.tbz py26-Extremes-1.1.1.tbz py26-PEAK-Rules-0.5a1_1.tbz py26-Paste-1.7.2.tbz py26-PasteDeploy-1.3.3.tbz py26-PasteScript-1.7.3.tbz py26-PyProtocols-1.0.a0.r2302.tbz py26-RuleDispatch-0.5.a1.r2506_1.tbz py26-SymbolType-1.0.tbz py26-TurboCheetah-1.0.tbz py26-TurboGears-1.0.8.tbz py26-TurboJson-1.2.1.tbz py26-TurboKid-1.0.4.tbz py26-cheetah-2.2.1.tbz py26-cherrypy-old-2.3.0,1.tbz py26-configobj-4.6.0.tbz py26-flup-1.0.2.tbz py26-formencode-1.2.2.tbz py26-kid-0.9.6_1.tbz py26-prioritized_methods-0.2.1.tbz py26-setuptools-0.6c9.tbz py26-simplejson-2.0.9.tbz py26-sqlobject-0.10.6.tbz py26-wsgiutils-0.7_1.tbz python26-2.6.2.tbz > RUN_DEPENDS=gettext-0.17_1.tbz libiconv-1.13.1.tbz py26-AddOns-0.6.tbz py26-BytecodeAssembler-0.5.1.tbz py26-DecoratorTools-1.7.tbz py26-Extremes-1.1.1.tbz py26-PEAK-Rules-0.5a1_1.tbz py26-Paste-1.7.2.tbz py26-PasteDeploy-1.3.3.tbz py26-PasteScript-1.7.3.tbz py26-PyProtocols-1.0.a0.r2302.tbz py26-RuleDispatch-0.5.a1.r2506_1.tbz py26-SymbolType-1.0.tbz py26-TurboCheetah-1.0.tbz py26-TurboGears-1.0.8.tbz py26-TurboJson-1.2.1.tbz py26-TurboKid-1.0.4.tbz py26-cheetah-2.2.1.tbz py26-cherrypy-old-2.3.0,1.tbz py26-configobj-4.6.0.tbz py26-flup-1.0.2.tbz py26-formencode-1.2.2.tbz py26-kid-0.9.6_1.tbz py26-prioritized_methods-0.2.1.tbz py26-setuptools-0.6c9.tbz py26-simplejson-2.0.9.tbz py26-sqlobject-0.10.6.tbz py26-wsgiutils-0.7_1.tbz python26-2.6.2.tbz > prefixes: LOCALBASE=usr/local X11BASE=usr/local > add_pkg > ================================================================ > ======================================== > => TurboMail-2.1.tar.gz doesn't seem to exist in /tmp/distfiles/. > => Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/. > TurboMail-2.1.tar.gz 21 kB 1153 kBps > => MD5 Checksum OK for TurboMail-2.1.tar.gz. > => SHA256 Checksum OK for TurboMail-2.1.tar.gz. > ================================================================ > ======================================== > add_pkg > ===> Extracting for py26-turbomail-2.1 > => MD5 Checksum OK for TurboMail-2.1.tar.gz. > => SHA256 Checksum OK for TurboMail-2.1.tar.gz. > ================================================================ > ======================================== > add_pkg > ===> Patching for py26-turbomail-2.1 > ================================================================ > ======================================== > add_pkg gettext-0.17_1.tbz libiconv-1.13.1.tbz py26-AddOns-0.6.tbz py26-BytecodeAssembler-0.5.1.tbz py26-DecoratorTools-1.7.tbz py26-Extremes-1.1.1.tbz py26-PEAK-Rules-0.5a1_1.tbz py26-Paste-1.7.2.tbz py26-PasteDeploy-1.3.3.tbz py26-PasteScript-1.7.3.tbz py26-PyProtocols-1.0.a0.r2302.tbz py26-RuleDispatch-0.5.a1.r2506_1.tbz py26-SymbolType-1.0.tbz py26-TurboCheetah-1.0.tbz py26-TurboGears-1.0.8.tbz py26-TurboJson-1.2.1.tbz py26-TurboKid-1.0.4.tbz py26-cheetah-2.2.1.tbz py26-cherrypy-old-2.3.0,1.tbz py26-configobj-4.6.0.tbz py26-flup-1.0.2.tbz py26-formencode-1.2.2.tbz py26-kid-0.9.6_1.tbz py26-prioritized_methods-0.2.1.tbz py26-setuptools-0.6c9.tbz py26-simplejson-2.0.9.tbz py26-sqlobject-0.10.6.tbz py26-wsgiutils-0.7_1.tbz python26-2.6.2.tbz > adding dependencies > pkg_add gettext-0.17_1.tbz > pkg_add libiconv-1.13.1.tbz > skipping libiconv-1.13.1, already added > pkg_add py26-AddOns-0.6.tbz > > ==== > 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 > sqlite3 databases/py-sqlite3 > tkinter x11-toolkits/py-tkinter > > Install them as needed. > ==== > > pkg_add py26-BytecodeAssembler-0.5.1.tbz > pkg_add py26-DecoratorTools-1.7.tbz > skipping py26-DecoratorTools-1.7, already added > pkg_add py26-Extremes-1.1.1.tbz > pkg_add py26-PEAK-Rules-0.5a1_1.tbz > pkg_add py26-Paste-1.7.2.tbz > pkg_add py26-PasteDeploy-1.3.3.tbz > pkg_add py26-PasteScript-1.7.3.tbz > Processing Cheetah-2.2.1-py2.6-freebsd-6.4-STABLE-amd64.egg > Adding Cheetah 2.2.1 to easy-install.pth file > Installing cheetah script to /usr/local/bin > Installing cheetah-compile script to /usr/local/bin > > Installed /usr/local/lib/python2.6/site-packages/Cheetah-2.2.1-py2.6-freebsd-6.4-STABLE-amd64.egg > pkg_add py26-PyProtocols-1.0.a0.r2302.tbz > pkg_add py26-RuleDispatch-0.5.a1.r2506_1.tbz > pkg_add py26-SymbolType-1.0.tbz > skipping py26-SymbolType-1.0, already added > pkg_add py26-TurboCheetah-1.0.tbz > pkg_add py26-TurboGears-1.0.8.tbz > pkg_add py26-TurboJson-1.2.1.tbz > skipping py26-TurboJson-1.2.1, already added > pkg_add py26-TurboKid-1.0.4.tbz > skipping py26-TurboKid-1.0.4, already added > pkg_add py26-cheetah-2.2.1.tbz > skipping py26-cheetah-2.2.1, already added > pkg_add py26-cherrypy-old-2.3.0,1.tbz > skipping py26-cherrypy-old-2.3.0,1, already added > pkg_add py26-configobj-4.6.0.tbz > skipping py26-configobj-4.6.0, already added > pkg_add py26-flup-1.0.2.tbz > skipping py26-flup-1.0.2, already added > pkg_add py26-formencode-1.2.2.tbz > skipping py26-formencode-1.2.2, already added > pkg_add py26-kid-0.9.6_1.tbz > skipping py26-kid-0.9.6_1, already added > pkg_add py26-prioritized_methods-0.2.1.tbz > skipping py26-prioritized_methods-0.2.1, already added > pkg_add py26-setuptools-0.6c9.tbz > skipping py26-setuptools-0.6c9, already added > pkg_add py26-simplejson-2.0.9.tbz > skipping py26-simplejson-2.0.9, already added > pkg_add py26-sqlobject-0.10.6.tbz > skipping py26-sqlobject-0.10.6, already added > pkg_add py26-wsgiutils-0.7_1.tbz > skipping py26-wsgiutils-0.7_1, already added > pkg_add python26-2.6.2.tbz > skipping python26-2.6.2, already added > ===> py26-turbomail-2.1 depends on executable: tg-admin - found > ===> py26-turbomail-2.1 depends on file: /usr/local/bin/easy_install-2.6 - found > ===> py26-turbomail-2.1 depends on file: /usr/local/bin/python2.6 - found > ===> Configuring for py26-turbomail-2.1 > /usr/local/lib/python2.6/site-packages/cherrypy/lib/cptools.py:3: DeprecationWarning: the md5 module is deprecated; use hashlib instead > import md5 > /usr/local/lib/python2.6/site-packages/cherrypy/filters/sessionfilter.py:33: DeprecationWarning: the sha module is deprecated; use the hashlib module instead > import sha > /usr/local/lib/python2.6/site-packages/PEAK_Rules-0.5a1.dev_r2582-py2.6.egg/peak/rules/indexing.py:220: DeprecationWarning: object.__new__() takes no parameters > /usr/local/lib/python2.6/site-packages/RuleDispatch-0.5a1.dev_r2506-py2.6-freebsd-6.4-STABLE-amd64.egg/dispatch/predicates.py:379: DeprecationWarning: object.__new__() takes no parameters > Traceback (most recent call last): > File "setup.py", line 6, in > from turbogears.finddata import find_package_data > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/__init__.py", line 8, in > from turbogears import controllers, view, database, validators, command, \ > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/widgets/__init__.py", line 1, in > from turbogears.widgets.base import * > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/widgets/base.py", line 5, in > from turbogears import view, startup, config > File "/usr/local/lib/python2.6/site-packages/TurboGears-1.0.8-py2.6.egg/turbogears/startup.py", line 24, in > pkg_resources.require("TurboGears") > File "build/bdist.freebsd-6.4-STABLE-amd64/egg/pkg_resources.py", line 626, in require > File "build/bdist.freebsd-6.4-STABLE-amd64/egg/pkg_resources.py", line 528, in resolve > pkg_resources.VersionConflict: (TurboJson 1.2.1 (/usr/local/lib/python2.6/site-packages/TurboJson-1.2.1-py2.6.egg), Requirement.parse('TurboJson>=1.1.4,<1.2')) > *** Error code 1 > > Stop in /a/ports/mail/py-turbomail. > ================================================================ > build of /usr/ports/mail/py-turbomail ended at Thu Jul 9 13:51:29 UTC 2009 -- Pav Lucistnik Linux is a happy free-for-all chaos. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20090709/c677bc93/attachment.pgp From lwhsu at FreeBSD.org Fri Jul 10 03:08:56 2009 From: lwhsu at FreeBSD.org (Li-Wen Hsu) Date: Fri Jul 10 03:09:02 2009 Subject: Ports with duplicate LATEST_LINKS In-Reply-To: <200907091332.n69DWgXF055913@pointyhat.freebsd.org> References: <200907091332.n69DWgXF055913@pointyhat.freebsd.org> Message-ID: <1e39c0a90907091948i5b11a4fdrb0d75cd08f245eac@mail.gmail.com> On Thu, Jul 9, 2009 at 21:32, Erwin Lansing wrote: > LATEST_LINK ? ? ? ? ?PORTNAME ? ? ? ? ? ? ? ? ? ? ? MAINTAINER > ========================================================================== > py25-bsddb ? ? ? ? ? databases/py-bsddb ? ? ? ? ? ? perky@FreeBSD.org > py25-bsddb ? ? ? ? ? databases/py25-bsddb ? ? ? ? ? python@FreeBSD.org I think these two are not an issue. Default Python version is switched to 2.6. But how this report generated? Switching happened before databases/py25-bsddb repocpoied. -- Li-Wen Hsu http://lwhsu.org From erwin at FreeBSD.org Fri Jul 10 12:51:48 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Fri Jul 10 12:51:54 2009 Subject: Ports with duplicate LATEST_LINKS Message-ID: <200907101251.n6ACplkT010180@pointyhat.freebsd.org> Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Erwin "Annoying Reminder Guy III" Lansing LATEST_LINK PORTNAME MAINTAINER ========================================================================== mod_jk-ap2 www/mod_jk girgen@FreeBSD.org mod_jk-ap2 www/mod_jk-apache2 girgen@FreeBSD.org py25-bsddb databases/py-bsddb perky@FreeBSD.org py25-bsddb databases/py25-bsddb python@FreeBSD.org py25-wxPython x11-toolkits/py-wxPython26 neal@nelson.name py25-wxPython x11-toolkits/py-wxPython28 neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython26-common neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython28-common neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython26-unicode neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython28-unicode neal@nelson.name qmailadmin mail/qmailadmin-devel ismail.yenigul@endersys.com.tr qmailadmin mail/qmailadmin roam@FreeBSD.org Total: 12 ports From erwin at FreeBSD.org Fri Jul 10 14:55:50 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Fri Jul 10 14:55:56 2009 Subject: Ports with duplicate LATEST_LINKS In-Reply-To: <1e39c0a90907091948i5b11a4fdrb0d75cd08f245eac@mail.gmail.com> References: <200907091332.n69DWgXF055913@pointyhat.freebsd.org> <1e39c0a90907091948i5b11a4fdrb0d75cd08f245eac@mail.gmail.com> Message-ID: <20090710145547.GE86673@droso.net> On Fri, Jul 10, 2009 at 10:48:41AM +0800, Li-Wen Hsu wrote: > On Thu, Jul 9, 2009 at 21:32, Erwin Lansing wrote: > > LATEST_LINK ? ? ? ? ?PORTNAME ? ? ? ? ? ? ? ? ? ? ? MAINTAINER > > ========================================================================== > > py25-bsddb ? ? ? ? ? databases/py-bsddb ? ? ? ? ? ? perky@FreeBSD.org > > py25-bsddb ? ? ? ? ? databases/py25-bsddb ? ? ? ? ? python@FreeBSD.org > > I think these two are not an issue. Default Python version is switched to 2.6. > > But how this report generated? Switching happened before > databases/py25-bsddb repocpoied. > The script is in Tools/scripts/check-latest-link. Could this be caused by the installed python version on the system it runs on? -erwin -- Erwin Lansing (o_ _o) http://droso.org \\\_\ /_/// The rest is silence <____) (____> erwin@lansing.dk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20090710/f6edc703/attachment.pgp From edwin at FreeBSD.org Fri Jul 10 20:20:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Jul 10 20:20:20 2009 Subject: ports/136644: [PATCH] mail/py-spambayes: update for python 2.6 Message-ID: <200907102020.n6AKKDtI005883@freefall.freebsd.org> Synopsis: [PATCH] mail/py-spambayes: update for python 2.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 10 20:20:13 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136644 From erwin at FreeBSD.org Sat Jul 11 12:51:41 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Sat Jul 11 12:51:47 2009 Subject: Ports with duplicate LATEST_LINKS Message-ID: <200907111251.n6BCpd0r002735@pointyhat.freebsd.org> Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Erwin "Annoying Reminder Guy III" Lansing LATEST_LINK PORTNAME MAINTAINER ========================================================================== mod_jk-ap2 www/mod_jk girgen@FreeBSD.org mod_jk-ap2 www/mod_jk-apache2 girgen@FreeBSD.org py25-bsddb databases/py-bsddb perky@FreeBSD.org py25-bsddb databases/py25-bsddb python@FreeBSD.org py25-wxPython x11-toolkits/py-wxPython26 neal@nelson.name py25-wxPython x11-toolkits/py-wxPython28 neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython26-common neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython28-common neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython26-unicode neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython28-unicode neal@nelson.name qmailadmin mail/qmailadmin-devel ismail.yenigul@endersys.com.tr qmailadmin mail/qmailadmin roam@FreeBSD.org Total: 12 ports From lwhsu at FreeBSD.org Sun Jul 12 09:22:15 2009 From: lwhsu at FreeBSD.org (Li-Wen Hsu) Date: Sun Jul 12 09:22:22 2009 Subject: Ports with duplicate LATEST_LINKS In-Reply-To: <20090710145547.GE86673@droso.net> References: <200907091332.n69DWgXF055913@pointyhat.freebsd.org> <1e39c0a90907091948i5b11a4fdrb0d75cd08f245eac@mail.gmail.com> <20090710145547.GE86673@droso.net> Message-ID: <1e39c0a90907120222m4d0d7736ga6a7221e514b836b@mail.gmail.com> On Fri, Jul 10, 2009 at 22:55, Erwin Lansing wrote: > On Fri, Jul 10, 2009 at 10:48:41AM +0800, Li-Wen Hsu wrote: >> On Thu, Jul 9, 2009 at 21:32, Erwin Lansing wrote: >> > LATEST_LINK ? ? ? ? ?PORTNAME ? ? ? ? ? ? ? ? ? ? ? MAINTAINER >> > ========================================================================== >> > py25-bsddb ? ? ? ? ? databases/py-bsddb ? ? ? ? ? ? perky@FreeBSD.org >> > py25-bsddb ? ? ? ? ? databases/py25-bsddb ? ? ? ? ? python@FreeBSD.org >> >> I think these two are not an issue. ?Default Python version is switched to 2.6. >> >> But how this report generated? ?Switching happened before >> databases/py25-bsddb repocpoied. >> > The script is in Tools/scripts/check-latest-link. ?Could this be caused > by the installed python version on the system it runs on? Sounds possible, and that's what bsd.python.mk does. databases/py25-bsddb is a slave port of databases/py-bsddb, which generates python 2.5 package for some ports depend on specified python version. When a system with python 2.5 as the default setting, databases/py-bsddb and databases/py25-bsddb should generate same package. So now the problem is, is it OK for them have same LATEST_LINK? Or we can just ignore this problem, since this should not effect official package build, and the latest links on the ftp. -- Li-Wen Hsu http://lwhsu.org From miwi at FreeBSD.org Sun Jul 12 10:28:32 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Jul 12 10:28:49 2009 Subject: ports/136644: [PATCH] mail/py-spambayes: update for python 2.6 Message-ID: <200907121028.n6CASWrJ057376@freefall.freebsd.org> Synopsis: [PATCH] mail/py-spambayes: update for python 2.6 Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sun Jul 12 10:28:32 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=136644 From award at googleinc.com Sun Jul 12 10:34:36 2009 From: award at googleinc.com (Google Incorporations Promotion Team) Date: Sun Jul 12 10:34:43 2009 Subject: GUK/877/798/2009 Message-ID: <200907120951.n6C9p9rU082348@king6.kingsnake.com> Google Incorporations. Stamford New Road, Altrincham Cheshire, WA14 1EP London, United Kingdom. Winning No: GUK/877/798/2009 Ticket No: GUK/699/33/2009 Notification Date: 10/07/2009 GOOGLE ANNIVERSARY WINNING NOTIFICATION. We wish to congratulate you once again on this note, for being part of our winners selected this year. This promotion was set-up to encourage the active users of the Google search engine and the Google ancillary services. Hence we do believe with your winning prize, you will continue to be active and patronage to the Google search engine. Google is now the biggest search engine worldwide and in an effort to make sure that it remains the most widely used search engine, we ran an online e-mail beta test which your email address won ?450,000. {Four Hundred And Fifty Thousand Great British Pounds Sterling} We wish to formally announce to you that you have successfully passed the requirements, statutory obligations, verifications, validations and satisfactory report Test conducted for all online winners. A winning cheque will be issued in your name by Google Promotion Award Team, You have therefore won the entire sum of ?450,000.00 {Four Hundred And Fifty Thousand Great British Pounds Sterling} and also a certificate of prize claims will be sent along side your winning cheque. Sir.Anderson Clarks Google Promotion Award Team Email: sir.anderson_clarks@live.co.uk You are advised to contact your Foreign Transfer Manager with the following details to avoid unnecessary delay and complications: VERIFICATION AND FUNDS RELEASE FORM. (1) Your contact address. (2) Your Tel/Fax numbers. (3) Your Nationality/Country. (4) Your Full Name/Sex. (5) Occupation/Age. (6) Ever won an online lottery? (7) Your Preferred Method of Receiving Your Prize (From Below) Mode Of Prize Remittance. (1)Cash Pick-Up (You coming Down to United Kingdom Personally to Pick Your Prize). (2)Courier Delivery Of your Certified Winning Cheque Name and other Winning Documents safely to you. The Google Promotion Award Team has discovered a huge number of double claims due to winners informing close friends relatives and third parties about their winning and also sharing their pin numbers. As a result of this, these friends try to claim the lottery on behalf of the real winners. The Google Promotion Award Team has reached a decision from headquarters that any double claim discovered by the Lottery Board will result to the canceling of that particular winning, making a loss for both the double claimer and the real winner, as it is taken that the real winner was the informer to the double claimer about the lottery. So you are hereby strongly advised once more to keep your winnings strictly confidential until you claim your prize. Congratulations from the Staffs & Members of the Google interactive Lotteries Board Commission. Sincerely, Dr. Leslie Spears. Google Promotion Award Team From edwin at FreeBSD.org Sun Jul 12 12:10:13 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Jul 12 12:10:19 2009 Subject: ports/136685: Update port: devel/py-ipaddr update from 1.0.2 to 1.1.1 Message-ID: <200907121210.n6CCABmB040171@freefall.freebsd.org> Synopsis: Update port: devel/py-ipaddr update from 1.0.2 to 1.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 12 12:10:11 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136685 From edwin at FreeBSD.org Sun Jul 12 12:10:16 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Jul 12 12:10:30 2009 Subject: ports/136685: Update port: devel/py-ipaddr update from 1.0.2 to 1.1.1 Message-ID: <200907121210.n6CCAGW8040837@freefall.freebsd.org> Synopsis: Update port: devel/py-ipaddr update from 1.0.2 to 1.1.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Jul 12 12:10:15 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136685 From edwin at FreeBSD.org Sun Jul 12 12:20:02 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sun Jul 12 12:20:08 2009 Subject: ports/136685: Update port: devel/py-ipaddr update from 1.0.2 to 1.1.1 Message-ID: <200907121220.n6CCK2MF047887@freefall.freebsd.org> The following reply was made to PR ports/136685; it has been noted by GNATS. From: Edwin Groothuis To: mopsfelder@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/136685: Update port: devel/py-ipaddr update from 1.0.2 to 1.1.1 Date: Sun, 12 Jul 2009 12:10:13 UT Maintainer of devel/py-ipaddr, Please note that PR ports/136685 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/136685 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From erwin at FreeBSD.org Sun Jul 12 12:55:50 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Sun Jul 12 12:55:57 2009 Subject: Ports with duplicate LATEST_LINKS Message-ID: <200907121255.n6CCtnLA025777@pointyhat.freebsd.org> Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Erwin "Annoying Reminder Guy III" Lansing LATEST_LINK PORTNAME MAINTAINER ========================================================================== mod_jk-ap2 www/mod_jk girgen@FreeBSD.org mod_jk-ap2 www/mod_jk-apache2 girgen@FreeBSD.org py25-bsddb databases/py-bsddb perky@FreeBSD.org py25-bsddb databases/py25-bsddb python@FreeBSD.org py25-wxPython x11-toolkits/py-wxPython26 neal@nelson.name py25-wxPython x11-toolkits/py-wxPython28 neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython26-common neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython28-common neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython26-unicode neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython28-unicode neal@nelson.name qmailadmin mail/qmailadmin-devel ismail.yenigul@endersys.com.tr qmailadmin mail/qmailadmin roam@FreeBSD.org Total: 12 ports From mopsfelder at gmail.com Sun Jul 12 23:10:04 2009 From: mopsfelder at gmail.com (=?ISO-8859-1?Q?Murilo_Opsfelder_Ara=FAjo?=) Date: Sun Jul 12 23:18:26 2009 Subject: ports/136685: Update port: devel/py-ipaddr update from 1.0.2 to 1.1.1 Message-ID: <200907122310.n6CNA3sp039064@freefall.freebsd.org> The following reply was made to PR ports/136685; it has been noted by GNATS. From: =?ISO-8859-1?Q?Murilo_Opsfelder_Ara=FAjo?= To: bug-followup@freebsd.org Cc: Subject: Re: ports/136685: Update port: devel/py-ipaddr update from 1.0.2 to 1.1.1 Date: Sun, 12 Jul 2009 20:04:40 -0300 Approved. Thanks. On Sun, Jul 12, 2009 at 9:10 AM, Edwin Groothuis wrote: > Maintainer of devel/py-ipaddr, > > Please note that PR ports/136685 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/136685 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --=20 Murilo Opsfelder Ara=FAjo From lwhsu at FreeBSD.org Mon Jul 13 03:27:48 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 03:27:54 2009 Subject: ports/136685: Update port: devel/py-ipaddr update from 1.0.2 to 1.1.1 Message-ID: <200907130327.n6D3RlP1036798@freefall.freebsd.org> Synopsis: Update port: devel/py-ipaddr update from 1.0.2 to 1.1.1 State-Changed-From-To: feedback->closed State-Changed-By: lwhsu State-Changed-When: Mon Jul 13 03:27:47 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=136685 From dfilter at FreeBSD.ORG Mon Jul 13 03:30:03 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Jul 13 03:30:10 2009 Subject: ports/136685: commit references a PR Message-ID: <200907130330.n6D3U3Sk036907@freefall.freebsd.org> The following reply was made to PR ports/136685; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/136685: commit references a PR Date: Mon, 13 Jul 2009 03:23:37 +0000 (UTC) lwhsu 2009-07-13 03:23:28 UTC FreeBSD ports repository Modified files: devel/py-ipaddr Makefile distinfo Log: - Update to 1.1.1 PR: ports/136685 Submitted by: Kouki Hashimoto Approved by: Murilo Opsfelder Araujo (maintainer) Revision Changes Path 1.4 +1 -1 ports/devel/py-ipaddr/Makefile 1.4 +3 -3 ports/devel/py-ipaddr/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From lwhsu at FreeBSD.org Mon Jul 13 05:20:55 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 05:21:01 2009 Subject: ports/132093: lang/python26: python's subprocess.py fails with 'Interrupted system call' Message-ID: <200907130520.n6D5KsOe036545@freefall.freebsd.org> Synopsis: lang/python26: python's subprocess.py fails with 'Interrupted system call' State-Changed-From-To: open->feedback State-Changed-By: lwhsu State-Changed-When: Mon Jul 13 05:20:54 UTC 2009 State-Changed-Why: Does this still happen in 2.6.2? http://www.freebsd.org/cgi/query-pr.cgi?pr=132093 From lwhsu at FreeBSD.org Mon Jul 13 06:05:15 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 06:05:21 2009 Subject: ports/136462: upgrade math/py-gato from 0.99_1 to 0.99D Message-ID: <200907130605.n6D65Dbi069558@freefall.freebsd.org> Synopsis: upgrade math/py-gato from 0.99_1 to 0.99D State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Mon Jul 13 06:02:23 UTC 2009 State-Changed-Why: Committed. Thanks! There are some points can make your patch better: - "SIZE (Gato-0.99.tar.gz) = 194444" should be Gato-0.99D.tar.gz - Check pkg-plist for added/deleted files (install/deinstall test) - Use portlint(1) Thank you for work on this port! http://www.freebsd.org/cgi/query-pr.cgi?pr=136462 From dfilter at FreeBSD.ORG Mon Jul 13 06:10:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Jul 13 06:10:10 2009 Subject: ports/136462: commit references a PR Message-ID: <200907130610.n6D6A4pN070109@freefall.freebsd.org> The following reply was made to PR ports/136462; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/136462: commit references a PR Date: Mon, 13 Jul 2009 06:00:21 +0000 (UTC) lwhsu 2009-07-13 05:59:54 UTC FreeBSD ports repository Modified files: math/py-gato Makefile distinfo pkg-plist math/py-gato/files patch-Gato.py patch-Gred.py Log: - Update to to 0.99D - Respect PORTEXAMPLES, NOPORTEXAMPLES - portlint(1) PR: ports/136462 Submitted by: Kouki Hashimoto (based on) Revision Changes Path 1.11 +3 -4 ports/math/py-gato/Makefile 1.8 +3 -3 ports/math/py-gato/distinfo 1.4 +3 -37 ports/math/py-gato/files/patch-Gato.py 1.4 +5 -5 ports/math/py-gato/files/patch-Gred.py 1.4 +82 -85 ports/math/py-gato/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From daichi at ongs.co.jp Mon Jul 13 08:50:57 2009 From: daichi at ongs.co.jp (Daichi GOTO) Date: Mon Jul 13 08:51:04 2009 Subject: [CFI] About Python3+ libraries In-Reply-To: <1e39c0a90907061046l5c52ff4fu196ee1836df2bda@mail.gmail.com> References: <4A51C05B.7060108@ongs.co.jp> <1e39c0a90907061046l5c52ff4fu196ee1836df2bda@mail.gmail.com> Message-ID: <4A5AF570.8030603@ongs.co.jp> I have committed x11-toolkits/py31-tkinter as my first step. Thanks :) Li-Wen Hsu wrote: > On Mon, Jul 6, 2009 at 17:14, Daichi GOTO wrote: >> Easy and non-impact solution is to add ports with >> py3- prefix I guess. For example, right now I want to >> python3 verion x11-toolkits/py-tkinter. > > I think it is reasonable. I will add databases/py25-bsddb soon, for > mail/py-spambayes using, which can only use Python 2.5 > >> x11-toolkits/py-tkinter - (current port) >> x11-toolkits/py3-tkinter - (I want to add, suiting for >> Python 3+) > > Please have a look at ports/136198, which makes py-tkinter work for both > python 2.x and 3.x. I would like your comments. > > Also, there is ports/136199 for making databases/py-gdbm work for python 3.x, > comments welcomed, too. > >> Ideally, in the future while python3 as default version, >> that will be follow I guess. >> >> x11-toolkits/py-tkinter - (meta port depending on PYTHON_DEFAULT_VERSION) >> x11-toolkits/py2-tkinter - (suiting for Python 2.x, modified from original >> x11-toolkits/py-tkinter) >> x11-toolkits/py3-tkinter - (suiting for Python 3+) >> >> I think that strategy is reasonable. So I am thinking to >> add some python3+ libraries with py3- prefix if there is >> no objections. > > I like this convention, and I prefer have py-* being as a master port, > work both for > every python version. Let py2-*, py3-*, and even py25*-, py24*-, > py31*- as slave > ports by setting USE_PYTHON to specified version in the Makefile. Anybody likes > this suggestion? > > (although I came to this idea after requesting repocopy databases/py-bsddb to > databases/py25-bsddb) > >> Are there any more good ideas and solutions? I want to >> know your ideas. >> > > That's great! Thanks work for Python on FreeBSD! > -- ???????? ?????? ???? (daichi@ongs.co.jp) TEL: 042-316-7945 FAX: 042-316-7946 WWW: http://www.ongs.co.jp/ From lwhsu at FreeBSD.org Mon Jul 13 09:45:03 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 09:45:09 2009 Subject: ports/136058: [maintainer update]Fix build of science/py-scipy when suitesparse is installed, and other minor changes in science/py-scipy and math/py-numpy Message-ID: <200907130945.n6D9j2pk078052@freefall.freebsd.org> Synopsis: [maintainer update]Fix build of science/py-scipy when suitesparse is installed, and other minor changes in science/py-scipy and math/py-numpy State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Mon Jul 13 09:45:02 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=136058 From dfilter at FreeBSD.ORG Mon Jul 13 09:50:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Jul 13 09:50:11 2009 Subject: ports/136058: commit references a PR Message-ID: <200907130950.n6D9o30g078170@freefall.freebsd.org> The following reply was made to PR ports/136058; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/136058: commit references a PR Date: Mon, 13 Jul 2009 09:45:05 +0000 (UTC) lwhsu 2009-07-13 09:44:48 UTC FreeBSD ports repository Modified files: science/py-scipy Makefile math/py-numpy Makefile distinfo pkg-plist math/py-numpy/files site.cfg Log: * Fix build of science/py-scipy when math/suitesparse is installed, by correctly detect and depend on it in math/py-numpy * Replace the old numpy documentation with the new numpy book * Explicitly tell the distutil to use gnu95 fortran compiler * Use ${PYTHONPREFIX_SITELIBDIR} rather than ${PYTHON_SITELIBDIR} when generating the packing list for science/py-scipy * Bump PORTREVISIONs, for packing lists are changed PR: ports/136058 Submitted by: Li-Lun Wang (Leland Wang) (maintainer) Revision Changes Path 1.24 +13 -5 ports/math/py-numpy/Makefile 1.12 +3 -3 ports/math/py-numpy/distinfo 1.5 +1 -1 ports/math/py-numpy/files/site.cfg 1.12 +1 -1 ports/math/py-numpy/pkg-plist 1.23 +11 -2 ports/science/py-scipy/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From lwhsu at FreeBSD.org Mon Jul 13 10:03:58 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 10:04:15 2009 Subject: ports/133451: www/plone3 build fails. Plone3 needs python-2.4 but libxcb-1.2_1 needs Python 2.5 Message-ID: <200907131003.n6DA3vL5092042@freefall.freebsd.org> Synopsis: www/plone3 build fails. Plone3 needs python-2.4 but libxcb-1.2_1 needs Python 2.5 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: lwhsu Responsible-Changed-When: Mon Jul 13 10:03:57 UTC 2009 Responsible-Changed-Why: Grab for python@ to gain more visibility. http://www.freebsd.org/cgi/query-pr.cgi?pr=133451 From lwhsu at FreeBSD.org Mon Jul 13 10:07:29 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 10:07:35 2009 Subject: ports/136096: New port: devel/py-h5py Message-ID: <200907131007.n6DA7Sle092206@freefall.freebsd.org> Synopsis: New port: devel/py-h5py State-Changed-From-To: open->feedback State-Changed-By: lwhsu State-Changed-When: Mon Jul 13 10:07:27 UTC 2009 State-Changed-Why: How about file this port under science? http://www.freebsd.org/cgi/query-pr.cgi?pr=136096 From lwhsu at FreeBSD.org Mon Jul 13 10:17:27 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 10:17:33 2009 Subject: ports/123154: New port: devel/py-yapps2 (an easy-to-use parser generator that generates Python code) Message-ID: <200907131017.n6DAHPC9000454@freefall.freebsd.org> Synopsis: New port: devel/py-yapps2 (an easy-to-use parser generator that generates Python code) State-Changed-From-To: open->feedback State-Changed-By: lwhsu State-Changed-When: Mon Jul 13 10:17:25 UTC 2009 State-Changed-Why: The last patch you sent corrupted, could you send again? Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=123154 From fmysh at iijmio-mail.jp Mon Jul 13 10:48:38 2009 From: fmysh at iijmio-mail.jp (TAOKA Fumiyoshi) Date: Mon Jul 13 10:49:01 2009 Subject: ports/136096: New port: devel/py-h5py In-Reply-To: <200907131007.n6DA7Sle092206@freefall.freebsd.org> References: <200907131007.n6DA7Sle092206@freefall.freebsd.org> Message-ID: On 2009/07/13, at 19:07, lwhsu@FreeBSD.org wrote: > Synopsis: New port: devel/py-h5py > > State-Changed-From-To: open->feedback > State-Changed-By: lwhsu > State-Changed-When: Mon Jul 13 10:07:27 UTC 2009 > State-Changed-Why: > How about file this port under science? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=136096 > It's ok. As HDF5 in in science. I pulled by a similar port, devel/py-tables. From bugmaster at FreeBSD.org Mon Jul 13 11:07:04 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 13 11:09:25 2009 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200907131107.n6DB73Bg040752@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/136096 python New port: devel/py-h5py o ports/136083 python New port: devel/py-gitosis Software for hosting git re o ports/135832 python security/py-pycrypto: Deprecation warnings when used w f ports/135484 python port lang/python and python26 build failed o ports/134239 python [patch] rc script for net-p2p/py-bittornado o ports/133844 python New port: databases/py-postgresql python3 pgsql drive f ports/133451 python www/plone3 build fails. Plone3 needs python-2.4 but li o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken f ports/132093 python lang/python26: python's subprocess.py fails with 'Inte f ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o ports/115940 python Missed one file in lang/python25 if NO_NIS defined o ports/109550 python lang/python25 does not install /usr/local/bin/python 14 problems total. From lwhsu at FreeBSD.org Mon Jul 13 11:16:14 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 11:16:20 2009 Subject: ports/136096: New port: devel/py-h5py Message-ID: <200907131116.n6DBG9Y9052377@freefall.freebsd.org> Synopsis: New port: devel/py-h5py State-Changed-From-To: feedback->open State-Changed-By: lwhsu State-Changed-When: Mon Jul 13 11:16:08 UTC 2009 State-Changed-Why: Feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=136096 From erwin at FreeBSD.org Mon Jul 13 13:01:34 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Mon Jul 13 13:01:40 2009 Subject: Ports with duplicate LATEST_LINKS Message-ID: <200907131301.n6DD1Wuq062390@pointyhat.freebsd.org> Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Erwin "Annoying Reminder Guy III" Lansing LATEST_LINK PORTNAME MAINTAINER ========================================================================== mod_jk-ap2 www/mod_jk girgen@FreeBSD.org mod_jk-ap2 www/mod_jk-apache2 girgen@FreeBSD.org py25-bsddb databases/py-bsddb perky@FreeBSD.org py25-bsddb databases/py25-bsddb python@FreeBSD.org py25-wxPython x11-toolkits/py-wxPython26 neal@nelson.name py25-wxPython x11-toolkits/py-wxPython28 neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython26-common neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython28-common neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython26-unicode neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython28-unicode neal@nelson.name qmailadmin mail/qmailadmin-devel ismail.yenigul@endersys.com.tr qmailadmin mail/qmailadmin roam@FreeBSD.org Total: 12 ports From lapo at lapo.it Mon Jul 13 13:40:06 2009 From: lapo at lapo.it (Lapo Luchini) Date: Mon Jul 13 13:40:12 2009 Subject: ports/132093: lang/python26: python's subprocess.py fails with 'Interrupted system call' Message-ID: <200907131340.n6DDe33v066734@freefall.freebsd.org> The following reply was made to PR ports/132093; it has been noted by GNATS. From: Lapo Luchini To: lwhsu@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/132093: lang/python26: python's subprocess.py fails with 'Interrupted system call' Date: Mon, 13 Jul 2009 15:33:53 +0200 Unfortunately latest devel/qct is not compatible with subversion 1.6.x so testing it will take me a bit more time (i.e. portdowngrading svn) From lapo at lapo.it Mon Jul 13 14:00:41 2009 From: lapo at lapo.it (Lapo Luchini) Date: Mon Jul 13 14:00:48 2009 Subject: ports/132093: lang/python26: python's subprocess.py fails with 'Interrupted system call' In-Reply-To: <200907130520.n6D5KsOe036545@freefall.freebsd.org> References: <200907130520.n6D5KsOe036545@freefall.freebsd.org> Message-ID: <4A5B37C1.9070500@lapo.it> Unfortunately latest devel/qct is not compatible with subversion 1.6.x so testing it will take me a bit more time (i.e. portdowngrading svn) From lwhsu at FreeBSD.org Mon Jul 13 14:07:50 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 14:07:57 2009 Subject: ports/136096: New port: devel/py-h5py Message-ID: <200907131407.n6DE7oWS087988@freefall.freebsd.org> Synopsis: New port: devel/py-h5py State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Mon Jul 13 14:07:49 UTC 2009 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=136096 From dfilter at FreeBSD.ORG Mon Jul 13 14:10:03 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Jul 13 14:10:09 2009 Subject: ports/136096: commit references a PR Message-ID: <200907131410.n6DEA37F088066@freefall.freebsd.org> The following reply was made to PR ports/136096; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/136096: commit references a PR Date: Mon, 13 Jul 2009 14:07:25 +0000 (UTC) lwhsu 2009-07-13 14:07:16 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/py-h5py Makefile distinfo pkg-descr pkg-plist Log: Add py-h5py 1.2.0, a general-purpose Python interface to the HDF5 library. PR: ports/136096 Submitted by: TAOKA Fumiyoshi Revision Changes Path 1.151 +1 -0 ports/science/Makefile 1.1 +24 -0 ports/science/py-h5py/Makefile (new) 1.1 +3 -0 ports/science/py-h5py/distinfo (new) 1.1 +13 -0 ports/science/py-h5py/pkg-descr (new) 1.1 +181 -0 ports/science/py-h5py/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From edwin at FreeBSD.org Mon Jul 13 14:20:34 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Jul 13 14:20:40 2009 Subject: ports/136716: New port: devel/py-unittestplus test utilities built on unittest Message-ID: <200907131420.n6DEKWjK001427@freefall.freebsd.org> Synopsis: New port: devel/py-unittestplus test utilities built on unittest Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 13 14:20:32 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136716 From lwhsu at FreeBSD.org Mon Jul 13 14:29:10 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 14:29:17 2009 Subject: ports/135832: security/py-pycrypto: Deprecation warnings when used with Python 2.6. Message-ID: <200907131429.n6DET98j003367@freefall.freebsd.org> Synopsis: security/py-pycrypto: Deprecation warnings when used with Python 2.6. State-Changed-From-To: open->feedback State-Changed-By: lwhsu State-Changed-When: Mon Jul 13 14:29:09 UTC 2009 State-Changed-Why: I'm not sure that it's a good fix to suppress the warning in the Python 2.6. I think it should be there for its own reason. Maybe marking security/py-pycrypto use Python 2.5 work? http://www.freebsd.org/cgi/query-pr.cgi?pr=135832 From miwi at FreeBSD.org Mon Jul 13 14:33:04 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Jul 13 14:33:16 2009 Subject: ports/136716: New port: devel/py-unittestplus test utilities built on unittest Message-ID: <200907131433.n6DEX3nV012731@freefall.freebsd.org> Synopsis: New port: devel/py-unittestplus test utilities built on unittest Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Jul 13 14:33:03 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=136716 From edwin at FreeBSD.org Mon Jul 13 15:00:20 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Jul 13 15:00:32 2009 Subject: ports/136721: [MAINTAINER] net/py-netaddr: update to 0.6.3 Message-ID: <200907131500.n6DF0Ja5028625@freefall.freebsd.org> Synopsis: [MAINTAINER] net/py-netaddr: update to 0.6.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 13 15:00:19 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136721 From lwhsu at FreeBSD.org Mon Jul 13 15:03:39 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 15:03:45 2009 Subject: ports/136721: [MAINTAINER] net/py-netaddr: update to 0.6.3 Message-ID: <200907131503.n6DF3cQ4034920@freefall.freebsd.org> Synopsis: [MAINTAINER] net/py-netaddr: update to 0.6.3 Responsible-Changed-From-To: freebsd-python->lwhsu Responsible-Changed-By: lwhsu Responsible-Changed-When: Mon Jul 13 15:03:38 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=136721 From lwhsu at FreeBSD.org Mon Jul 13 15:14:54 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 15:15:00 2009 Subject: ports/133844: New port: databases/py-postgresql python3 pgsql driver Message-ID: <200907131514.n6DFEsuF043604@freefall.freebsd.org> Synopsis: New port: databases/py-postgresql python3 pgsql driver State-Changed-From-To: open->feedback State-Changed-By: lwhsu State-Changed-When: Mon Jul 13 15:14:53 UTC 2009 State-Changed-Why: Please have a look on this shar, http://people.freebsd.org/~lwhsu/py-postgresql.shar . http://www.freebsd.org/cgi/query-pr.cgi?pr=133844 From lwhsu at FreeBSD.org Mon Jul 13 15:56:46 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Mon Jul 13 15:56:52 2009 Subject: ports/134239: [patch] rc script for net-p2p/py-bittornado Message-ID: <200907131556.n6DFujsw076551@freefall.freebsd.org> Synopsis: [patch] rc script for net-p2p/py-bittornado State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Mon Jul 13 15:56:44 UTC 2009 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=134239 From dfilter at FreeBSD.ORG Mon Jul 13 16:00:11 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Jul 13 16:00:29 2009 Subject: ports/134239: commit references a PR Message-ID: <200907131600.n6DG0BR9076663@freefall.freebsd.org> The following reply was made to PR ports/134239; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/134239: commit references a PR Date: Mon, 13 Jul 2009 15:56:38 +0000 (UTC) lwhsu 2009-07-13 15:56:23 UTC FreeBSD ports repository Modified files: net-p2p/py-bittornado Makefile pkg-plist Added files: net-p2p/py-bittornado/files bttrack.in Log: - Add rc script [1] - Respect PORTEXAMPLES, NOPORTEXAMPLES PR: ports/134239 [1] Submitted by: Christopher Cowart Approved by: Mohacsi Janos (maintainer) Revision Changes Path 1.32 +5 -1 ports/net-p2p/py-bittornado/Makefile 1.1 +36 -0 ports/net-p2p/py-bittornado/files/bttrack.in (new) 1.11 +2 -2 ports/net-p2p/py-bittornado/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From erwin at FreeBSD.org Mon Jul 13 17:37:42 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Mon Jul 13 17:37:49 2009 Subject: Ports with duplicate LATEST_LINKS In-Reply-To: <1e39c0a90907120222m4d0d7736ga6a7221e514b836b@mail.gmail.com> References: <200907091332.n69DWgXF055913@pointyhat.freebsd.org> <1e39c0a90907091948i5b11a4fdrb0d75cd08f245eac@mail.gmail.com> <20090710145547.GE86673@droso.net> <1e39c0a90907120222m4d0d7736ga6a7221e514b836b@mail.gmail.com> Message-ID: <20090713173739.GJ83265@droso.net> On Sun, Jul 12, 2009 at 05:22:14PM +0800, Li-Wen Hsu wrote: > >> > >> I think these two are not an issue. ?Default Python version is switched to 2.6. > >> > >> But how this report generated? ?Switching happened before > >> databases/py25-bsddb repocpoied. > >> > > The script is in Tools/scripts/check-latest-link. ?Could this be caused > > by the installed python version on the system it runs on? > > Sounds possible, and that's what bsd.python.mk does. > databases/py25-bsddb is a slave port of databases/py-bsddb, > which generates python 2.5 package for some ports depend on > specified python version. When a system with python 2.5 > as the default setting, databases/py-bsddb and databases/py25-bsddb > should generate same package. So now the problem is, is it OK for them > have same LATEST_LINK? Or we can just ignore this problem, since this > should not effect official package build, and the latest links on the ftp. > As you probably saw on the ports list, this also broke INDEX (not noticed before because the INDEX script has wedged it zfs mount). It looks like overriding LOCALBASE to /nonexistent does fix both issue as the script will no longer see the locally installed python version. This solves this issue. -erwin -- Erwin Lansing (o_ _o) http://droso.org \\\_\ /_/// The rest is silence <____) (____> erwin@lansing.dk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20090713/88b7f461/attachment.pgp From lwhsu at FreeBSD.org Tue Jul 14 01:13:23 2009 From: lwhsu at FreeBSD.org (Li-Wen Hsu) Date: Tue Jul 14 01:13:54 2009 Subject: Ports with duplicate LATEST_LINKS In-Reply-To: <20090713173739.GJ83265@droso.net> References: <200907091332.n69DWgXF055913@pointyhat.freebsd.org> <1e39c0a90907091948i5b11a4fdrb0d75cd08f245eac@mail.gmail.com> <20090710145547.GE86673@droso.net> <1e39c0a90907120222m4d0d7736ga6a7221e514b836b@mail.gmail.com> <20090713173739.GJ83265@droso.net> Message-ID: <20090714005451.GA90576@FreeBSD.cs.nctu.edu.tw> On Mon, Jul 13, 2009 at 19:37:40 +0200, Erwin Lansing wrote: > On Sun, Jul 12, 2009 at 05:22:14PM +0800, Li-Wen Hsu wrote: > > >> > > >> I think these two are not an issue.  Default Python version is switched to 2.6. > > >> > > >> But how this report generated?  Switching happened before > > >> databases/py25-bsddb repocpoied. > > >> > > > The script is in Tools/scripts/check-latest-link.  Could this be caused > > > by the installed python version on the system it runs on? > > > > Sounds possible, and that's what bsd.python.mk does. > > databases/py25-bsddb is a slave port of databases/py-bsddb, > > which generates python 2.5 package for some ports depend on > > specified python version. When a system with python 2.5 > > as the default setting, databases/py-bsddb and databases/py25-bsddb > > should generate same package. So now the problem is, is it OK for them > > have same LATEST_LINK? Or we can just ignore this problem, since this > > should not effect official package build, and the latest links on the ftp. > > > As you probably saw on the ports list, this also broke INDEX (not > noticed before because the INDEX script has wedged it zfs mount). It > looks like overriding LOCALBASE to /nonexistent does fix both issue as > the script will no longer see the locally installed python version. > This solves this issue. Sorry that I am a bit confusted about what you mean. Are you suggesting me to override these ports' LOCALBASE to /nonexistent ? Or this means that everything works fine now? -- Li-Wen Hsu http://lwhsu.org From edwin at FreeBSD.org Tue Jul 14 03:40:16 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Jul 14 03:40:22 2009 Subject: ports/136732: [MAINTAINER] graphics/py-graph: update to 1.6.1 Message-ID: <200907140340.n6E3eDvb021921@freefall.freebsd.org> Synopsis: [MAINTAINER] graphics/py-graph: update to 1.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 14 03:40:12 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136732 From lwhsu at FreeBSD.org Tue Jul 14 06:47:51 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Tue Jul 14 06:47:57 2009 Subject: ports/136732: [MAINTAINER] graphics/py-graph: update to 1.6.1 Message-ID: <200907140647.n6E6loK6080308@freefall.freebsd.org> Synopsis: [MAINTAINER] graphics/py-graph: update to 1.6.1 Responsible-Changed-From-To: freebsd-python->lwhsu Responsible-Changed-By: lwhsu Responsible-Changed-When: Tue Jul 14 06:47:50 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=136732 From erwin at FreeBSD.org Tue Jul 14 07:55:04 2009 From: erwin at FreeBSD.org (Erwin Lansing) Date: Tue Jul 14 07:55:10 2009 Subject: Ports with duplicate LATEST_LINKS In-Reply-To: <20090714005451.GA90576@FreeBSD.cs.nctu.edu.tw> References: <200907091332.n69DWgXF055913@pointyhat.freebsd.org> <1e39c0a90907091948i5b11a4fdrb0d75cd08f245eac@mail.gmail.com> <20090710145547.GE86673@droso.net> <1e39c0a90907120222m4d0d7736ga6a7221e514b836b@mail.gmail.com> <20090713173739.GJ83265@droso.net> <20090714005451.GA90576@FreeBSD.cs.nctu.edu.tw> Message-ID: <20090714075502.GO83265@droso.net> On Tue, Jul 14, 2009 at 08:54:51AM +0800, Li-Wen Hsu wrote: > On Mon, Jul 13, 2009 at 19:37:40 +0200, Erwin Lansing wrote: > > On Sun, Jul 12, 2009 at 05:22:14PM +0800, Li-Wen Hsu wrote: > > > >> > > > >> I think these two are not an issue. ?Default Python version is switched to 2.6. > > > >> > > > >> But how this report generated? ?Switching happened before > > > >> databases/py25-bsddb repocpoied. > > > >> > > > > The script is in Tools/scripts/check-latest-link. ?Could this be caused > > > > by the installed python version on the system it runs on? > > > > > > Sounds possible, and that's what bsd.python.mk does. > > > databases/py25-bsddb is a slave port of databases/py-bsddb, > > > which generates python 2.5 package for some ports depend on > > > specified python version. When a system with python 2.5 > > > as the default setting, databases/py-bsddb and databases/py25-bsddb > > > should generate same package. So now the problem is, is it OK for them > > > have same LATEST_LINK? Or we can just ignore this problem, since this > > > should not effect official package build, and the latest links on the ftp. > > > > > As you probably saw on the ports list, this also broke INDEX (not > > noticed before because the INDEX script has wedged it zfs mount). It > > looks like overriding LOCALBASE to /nonexistent does fix both issue as > > the script will no longer see the locally installed python version. > > This solves this issue. > > Sorry that I am a bit confusted about what you mean. Are you suggesting > me to override these ports' LOCALBASE to /nonexistent ? Or this means > that everything works fine now? > The latter. I was just explaining what I changed in the script to make it less confused. No need for you to change anything. Cheers, -erwin -- Erwin Lansing (o_ _o) http://droso.org \\\_\ /_/// The rest is silence <____) (____> erwin@lansing.dk -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20090714/cd815835/attachment.pgp From lwhsu at FreeBSD.org Tue Jul 14 08:00:19 2009 From: lwhsu at FreeBSD.org (Li-Wen Hsu) Date: Tue Jul 14 08:00:29 2009 Subject: Ports with duplicate LATEST_LINKS In-Reply-To: <20090714075502.GO83265@droso.net> References: <200907091332.n69DWgXF055913@pointyhat.freebsd.org> <1e39c0a90907091948i5b11a4fdrb0d75cd08f245eac@mail.gmail.com> <20090710145547.GE86673@droso.net> <1e39c0a90907120222m4d0d7736ga6a7221e514b836b@mail.gmail.com> <20090713173739.GJ83265@droso.net> <20090714005451.GA90576@FreeBSD.cs.nctu.edu.tw> <20090714075502.GO83265@droso.net> Message-ID: <20090714080015.GA60177@FreeBSD.cs.nctu.edu.tw> On Tue, Jul 14, 2009 at 09:55:02 +0200, Erwin Lansing wrote: > On Tue, Jul 14, 2009 at 08:54:51AM +0800, Li-Wen Hsu wrote: > > On Mon, Jul 13, 2009 at 19:37:40 +0200, Erwin Lansing wrote: > > > On Sun, Jul 12, 2009 at 05:22:14PM +0800, Li-Wen Hsu wrote: > > > > >> > > > > >> I think these two are not an issue. ?Default Python version is switched to 2.6. > > > > >> > > > > >> But how this report generated? ?Switching happened before > > > > >> databases/py25-bsddb repocpoied. > > > > >> > > > > > The script is in Tools/scripts/check-latest-link. ?Could this be caused > > > > > by the installed python version on the system it runs on? > > > > > > > > Sounds possible, and that's what bsd.python.mk does. > > > > databases/py25-bsddb is a slave port of databases/py-bsddb, > > > > which generates python 2.5 package for some ports depend on > > > > specified python version. When a system with python 2.5 > > > > as the default setting, databases/py-bsddb and databases/py25-bsddb > > > > should generate same package. So now the problem is, is it OK for them > > > > have same LATEST_LINK? Or we can just ignore this problem, since this > > > > should not effect official package build, and the latest links on the ftp. > > > > > > > As you probably saw on the ports list, this also broke INDEX (not > > > noticed before because the INDEX script has wedged it zfs mount). It > > > looks like overriding LOCALBASE to /nonexistent does fix both issue as > > > the script will no longer see the locally installed python version. > > > This solves this issue. > > > > Sorry that I am a bit confusted about what you mean. Are you suggesting > > me to override these ports' LOCALBASE to /nonexistent ? Or this means > > that everything works fine now? > > > The latter. I was just explaining what I changed in the script to make > it less confused. No need for you to change anything. That's great. Thanks for the explanation. -- Li-Wen Hsu http://lwhsu.org From lwhsu at FreeBSD.org Tue Jul 14 09:29:31 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Tue Jul 14 09:29:38 2009 Subject: ports/109550: lang/python25 does not install /usr/local/bin/python Message-ID: <200907140929.n6E9TUPb032231@freefall.freebsd.org> Synopsis: lang/python25 does not install /usr/local/bin/python State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Tue Jul 14 09:29:30 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=109550 From dfilter at FreeBSD.ORG Tue Jul 14 09:30:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Tue Jul 14 09:30:11 2009 Subject: ports/109550: commit references a PR Message-ID: <200907140930.n6E9U4pY032436@freefall.freebsd.org> The following reply was made to PR ports/109550; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/109550: commit references a PR Date: Tue, 14 Jul 2009 09:29:23 +0000 (UTC) lwhsu 2009-07-14 09:29:03 UTC FreeBSD ports repository Modified files: lang/python23 Makefile lang/python24 Makefile lang/python25 Makefile lang/python26 Makefile lang/python30 Makefile lang/python31 Makefile Log: - Ask the first Python installed to install the bin/python link, and be the default Python version PR: ports/109550 Submitted by: David Yeske Obtained from: tmclaugh Revision Changes Path 1.157 +3 -2 ports/lang/python23/Makefile 1.169 +3 -3 ports/lang/python24/Makefile 1.157 +3 -3 ports/lang/python25/Makefile 1.160 +3 -2 ports/lang/python26/Makefile 1.158 +3 -3 ports/lang/python30/Makefile 1.162 +3 -3 ports/lang/python31/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From edwin at FreeBSD.org Tue Jul 14 16:10:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Jul 14 16:10:24 2009 Subject: ports/136760: [PATCH] devel/py-boto: update to 1.8d Message-ID: <200907141610.n6EGAHJk041772@freefall.freebsd.org> Synopsis: [PATCH] devel/py-boto: update to 1.8d Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jul 14 16:10:17 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136760 From edwin at FreeBSD.org Tue Jul 14 16:10:23 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Jul 14 16:10:35 2009 Subject: ports/136760: [PATCH] devel/py-boto: update to 1.8d Message-ID: <200907141610.n6EGAMt8042487@freefall.freebsd.org> Synopsis: [PATCH] devel/py-boto: update to 1.8d State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Jul 14 16:10:21 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136760 From edwin at FreeBSD.org Tue Jul 14 16:20:03 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Tue Jul 14 16:20:09 2009 Subject: ports/136760: [PATCH] devel/py-boto: update to 1.8d Message-ID: <200907141620.n6EGK3Vf048612@freefall.freebsd.org> The following reply was made to PR ports/136760; it has been noted by GNATS. From: Edwin Groothuis To: peter.schuller@infidyne.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/136760: [PATCH] devel/py-boto: update to 1.8d Date: Tue, 14 Jul 2009 16:10:20 UT Maintainer of devel/py-boto, Please note that PR ports/136760 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/136760 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From lwhsu at FreeBSD.org Tue Jul 14 17:08:01 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Tue Jul 14 17:08:08 2009 Subject: ports/136760: [PATCH] devel/py-boto: update to 1.8d Message-ID: <200907141708.n6EH80Fu085902@freefall.freebsd.org> Synopsis: [PATCH] devel/py-boto: update to 1.8d Responsible-Changed-From-To: freebsd-python->lwhsu Responsible-Changed-By: lwhsu Responsible-Changed-When: Tue Jul 14 17:08:00 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=136760 From kmgaughan at eircom.net Wed Jul 15 13:30:04 2009 From: kmgaughan at eircom.net (Keith Gaughan) Date: Wed Jul 15 13:30:11 2009 Subject: ports/135832: security/py-pycrypto: Deprecation warnings when used with Python 2.6. Message-ID: <200907151330.n6FDU3Qm060430@freefall.freebsd.org> The following reply was made to PR ports/135832; it has been noted by GNATS. From: Keith Gaughan To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/135832: security/py-pycrypto: Deprecation warnings when used with Python 2.6. Date: Wed, 15 Jul 2009 13:59:25 +0100 The patch that I provided is actually a *backport* from the current development version of PyCrypto (as evidenced by the link I provided to its git repository), so it's safe to say that the PyCrypto developers themselves consider it to be safe and good. The patch doesn't actually do any warning suppression. What it does is first try the non-deprecated method of using hashlib (which works in and is recommended for Python 2.5 and after), and then, if that fails (i.e. in pre-2.5 version of Python), it uses the old deprecated (see PEP-0004) method of importing the md5 and sha modules instead. Because quite a bit of code out there uses PyCrypto, requiring the use of 2.5 would probably cause more trouble than good. -- Keith Gaughan - kmgaughan@eircom.net - http://talideon.com/ - CF9F6473 With Age comes Wisdom--but sometimes Age travels alone. From lwhsu at FreeBSD.org Wed Jul 15 14:39:10 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Wed Jul 15 14:39:17 2009 Subject: ports/135832: security/py-pycrypto: Deprecation warnings when used with Python 2.6. Message-ID: <200907151439.n6FEd9D6020544@freefall.freebsd.org> Synopsis: security/py-pycrypto: Deprecation warnings when used with Python 2.6. State-Changed-From-To: feedback->open State-Changed-By: lwhsu State-Changed-When: Wed Jul 15 14:39:09 UTC 2009 State-Changed-Why: Feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=135832 From edwin at FreeBSD.org Wed Jul 15 17:00:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jul 15 17:00:25 2009 Subject: ports/136799: [patch] mail/py-milter: Fix Python version requirement Message-ID: <200907151700.n6FH0H0P026951@freefall.freebsd.org> Synopsis: [patch] mail/py-milter: Fix Python version requirement Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 15 17:00:17 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136799 From edwin at FreeBSD.org Wed Jul 15 17:00:23 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jul 15 17:00:35 2009 Subject: ports/136799: [patch] mail/py-milter: Fix Python version requirement Message-ID: <200907151700.n6FH0Mla027664@freefall.freebsd.org> Synopsis: [patch] mail/py-milter: Fix Python version requirement State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Jul 15 17:00:21 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136799 From edwin at FreeBSD.org Wed Jul 15 17:10:04 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Wed Jul 15 17:10:09 2009 Subject: ports/136799: [patch] mail/py-milter: Fix Python version requirement Message-ID: <200907151710.n6FHA3AU033581@freefall.freebsd.org> The following reply was made to PR ports/136799; it has been noted by GNATS. From: Edwin Groothuis To: georg@graf.priv.at Cc: bug-followup@FreeBSD.org Subject: Re: ports/136799: [patch] mail/py-milter: Fix Python version requirement Date: Wed, 15 Jul 2009 17:00:19 UT Maintainer of mail/py-milter, Please note that PR ports/136799 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/136799 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From georg at graf.priv.at Wed Jul 15 18:20:04 2009 From: georg at graf.priv.at (Georg Graf) Date: Wed Jul 15 18:20:10 2009 Subject: ports/136799: [patch] mail/py-milter: Fix Python version requirement Message-ID: <200907151820.n6FIK3Td089616@freefall.freebsd.org> The following reply was made to PR ports/136799; it has been noted by GNATS. From: Georg Graf To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/136799: [patch] mail/py-milter: Fix Python version requirement Date: Wed, 15 Jul 2009 20:06:59 +0200 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0388BDFE0F0F668FF6CC1BEB Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable I approve this patch! thank you, George Edwin Groothuis schrieb: > Maintainer of mail/py-milter, >=20 > Please note that PR ports/136799 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/136799 >=20 --=20 Georg Graf http://georg.graf.priv.at/ PGP Key ID: 0xA5232AD5 Gobergasse 43/2 A-1130 Wien Tel: +43 680 2083606 --------------enig0388BDFE0F0F668FF6CC1BEB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkpeGsMACgkQrYhtKaUjKtUrLwCfUGUNaS6nBp7xWB9i9bFCQNAU UqEAnibL+FhW7BtH6uEJAyfl/KHIgWD8 =iblb -----END PGP SIGNATURE----- --------------enig0388BDFE0F0F668FF6CC1BEB-- From lwhsu at FreeBSD.org Thu Jul 16 05:27:21 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Thu Jul 16 05:27:27 2009 Subject: ports/136799: [patch] mail/py-milter: Fix Python version requirement Message-ID: <200907160527.n6G5RKRX009168@freefall.freebsd.org> Synopsis: [patch] mail/py-milter: Fix Python version requirement State-Changed-From-To: feedback->closed State-Changed-By: lwhsu State-Changed-When: Thu Jul 16 05:27:20 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=136799 From dfilter at FreeBSD.ORG Thu Jul 16 05:30:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu Jul 16 05:30:11 2009 Subject: ports/136799: commit references a PR Message-ID: <200907160530.n6G5U44o009404@freefall.freebsd.org> The following reply was made to PR ports/136799; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/136799: commit references a PR Date: Thu, 16 Jul 2009 05:27:20 +0000 (UTC) lwhsu 2009-07-16 05:27:06 UTC FreeBSD ports repository Modified files: mail/py-milter Makefile Log: - Fix Python version requirement, this port works fine with Python 2.4+, but not 3.0+ PR: ports/136799 Submitted by: Oliver Fromme Approved by: Georg Graf (maintainer) Revision Changes Path 1.13 +1 -1 ports/mail/py-milter/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From lwhsu at FreeBSD.org Thu Jul 16 13:47:45 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Thu Jul 16 13:47:51 2009 Subject: ports/135832: security/py-pycrypto: Deprecation warnings when used with Python 2.6. Message-ID: <200907161347.n6GDlif3032476@freefall.freebsd.org> Synopsis: security/py-pycrypto: Deprecation warnings when used with Python 2.6. State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Thu Jul 16 13:47:44 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=135832 From dfilter at FreeBSD.ORG Thu Jul 16 13:50:08 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu Jul 16 13:50:18 2009 Subject: ports/135832: commit references a PR Message-ID: <200907161350.n6GDo8Xq032610@freefall.freebsd.org> The following reply was made to PR ports/135832; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/135832: commit references a PR Date: Thu, 16 Jul 2009 13:47:04 +0000 (UTC) lwhsu 2009-07-16 13:46:55 UTC FreeBSD ports repository Modified files: security/py-pycrypto Makefile Added files: security/py-pycrypto/files python25+.txt Log: - Add a patch to make SHA and MD5 use hashlib if possible - Transfer maintainership to submitter PR: ports/135832 Submitted by: Keith Gaughan Revision Changes Path 1.14 +9 -3 ports/security/py-pycrypto/Makefile 1.1 +58 -0 ports/security/py-pycrypto/files/python25+.txt (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From edwin at FreeBSD.org Mon Jul 20 04:30:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Jul 20 04:30:28 2009 Subject: ports/136917: [patch] lang/python26: gettext detection Message-ID: <200907200430.n6K4UD3r054914@freefall.freebsd.org> Synopsis: [patch] lang/python26: gettext detection Responsible-Changed-From-To: freebsd-ports-bugs->python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 20 04:30:13 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136917 From edwin at FreeBSD.org Mon Jul 20 07:30:21 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Jul 20 07:30:33 2009 Subject: ports/136921: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6 Message-ID: <200907200730.n6K7UKmp021447@freefall.freebsd.org> Synopsis: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 20 07:30:19 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136921 From bf1783 at googlemail.com Mon Jul 20 07:40:12 2009 From: bf1783 at googlemail.com (b. f.) Date: Mon Jul 20 07:40:18 2009 Subject: ports/136921: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6 Message-ID: <200907200740.n6K7e8cL035735@freefall.freebsd.org> The following reply was made to PR ports/136921; it has been noted by GNATS. From: "b. f." To: bug-followup@freebsd.org, freebsd-python@FreeBSD.org Cc: Subject: Re: ports/136921: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6 Date: Mon, 20 Jul 2009 07:34:33 +0000 --001485f7d4ac592f17046f1e2bb8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The corresponding patch for py-libtre, attached. b. --001485f7d4ac592f17046f1e2bb8 Content-Type: text/plain; charset=US-ASCII; name="py-libtre_076_diff.txt" Content-Disposition: attachment; filename="py-libtre_076_diff.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: file0 ZGlmZiAtcnVOIHB5LWxpYnRyZS5vcmlnL01ha2VmaWxlIHB5LWxpYnRyZS9NYWtlZmlsZQotLS0g cHktbGlidHJlLm9yaWcvTWFrZWZpbGUJMjAwOS0wNy0yMCAwMzoxOTo0My4wMDAwMDAwMDAgLTA0 MDAKKysrIHB5LWxpYnRyZS9NYWtlZmlsZQkyMDA5LTA3LTIwIDAzOjE1OjQ4LjAwMDAwMDAwMCAt MDQwMApAQCAtNiw3ICs2LDcgQEAKICMKIAogUE9SVE5BTUU9CWxpYnRyZQotUE9SVFZFUlNJT049 CTAuNy41CitQT1JUVkVSU0lPTj0JMC43LjYKIENBVEVHT1JJRVM9CXRleHRwcm9jIHB5dGhvbgog TUFTVEVSX1NJVEVTPQlodHRwOi8vbGF1cmlrYXJpLm5ldC90cmUvCiBQS0dOQU1FUFJFRklYPQkk e1BZVEhPTl9QS0dOQU1FUFJFRklYfQpkaWZmIC1ydU4gcHktbGlidHJlLm9yaWcvZGlzdGluZm8g cHktbGlidHJlL2Rpc3RpbmZvCi0tLSBweS1saWJ0cmUub3JpZy9kaXN0aW5mbwkyMDA5LTA3LTIw IDAzOjE5OjQzLjAwMDAwMDAwMCAtMDQwMAorKysgcHktbGlidHJlL2Rpc3RpbmZvCTIwMDktMDct MjAgMDM6MTY6MTEuMDAwMDAwMDAwIC0wNDAwCkBAIC0xLDMgKzEsMyBAQAotTUQ1ICh0cmUtMC43 LjUudGFyLmJ6MikgPSBlNzJlNWM5NDAwODg2NWNmNzIwOTkyYTBiMjVkNmU4OQotU0hBMjU2ICh0 cmUtMC43LjUudGFyLmJ6MikgPSAwMzBmMjVlNmU0YzE3MTRkZjAxMzEwNTQ5NGJjNWUyNGIzZTBh Y2M2NTg4NzE1OGE1MmEwM2VmZDhlMDc1OWFhCi1TSVpFICh0cmUtMC43LjUudGFyLmJ6MikgPSAz OTYzNDYKK01ENSAodHJlLTAuNy42LnRhci5iejIpID0gYWRhODg0ZjY1MjQwOTNhYTdkNDk2MWYw Yzk3ZGZlMDEKK1NIQTI1NiAodHJlLTAuNy42LnRhci5iejIpID0gOWNhYTY4MTRmM2M0YjgxMjMx NmZhYWM4ZWI0MDFlMDNiZjAxMDhmNzMzNTYyMGExYTljYWRlZTQzNDQ1MDBlNworU0laRSAodHJl LTAuNy42LnRhci5iejIpID0gMzc4ODkxCg== --001485f7d4ac592f17046f1e2bb8-- From bf1783 at googlemail.com Mon Jul 20 07:56:57 2009 From: bf1783 at googlemail.com (b. f.) Date: Mon Jul 20 07:57:03 2009 Subject: ports/136921: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6 In-Reply-To: <200907200730.n6K7U63v020115@freefall.freebsd.org> References: <200907200729.n6K7Tudi060296@www.freebsd.org> <200907200730.n6K7U63v020115@freefall.freebsd.org> Message-ID: The corresponding patch for py-libtre, attached. b. -------------- next part -------------- diff -ruN py-libtre.orig/Makefile py-libtre/Makefile --- py-libtre.orig/Makefile 2009-07-20 03:19:43.000000000 -0400 +++ py-libtre/Makefile 2009-07-20 03:15:48.000000000 -0400 @@ -6,7 +6,7 @@ # PORTNAME= libtre -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= textproc python MASTER_SITES= http://laurikari.net/tre/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN py-libtre.orig/distinfo py-libtre/distinfo --- py-libtre.orig/distinfo 2009-07-20 03:19:43.000000000 -0400 +++ py-libtre/distinfo 2009-07-20 03:16:11.000000000 -0400 @@ -1,3 +1,3 @@ -MD5 (tre-0.7.5.tar.bz2) = e72e5c94008865cf720992a0b25d6e89 -SHA256 (tre-0.7.5.tar.bz2) = 030f25e6e4c1714df013105494bc5e24b3e0acc65887158a52a03efd8e0759aa -SIZE (tre-0.7.5.tar.bz2) = 396346 +MD5 (tre-0.7.6.tar.bz2) = ada884f6524093aa7d4961f0c97dfe01 +SHA256 (tre-0.7.6.tar.bz2) = 9caa6814f3c4b812316faac8eb401e03bf0108f7335620a1a9cadee4344500e7 +SIZE (tre-0.7.6.tar.bz2) = 378891 From edwin at FreeBSD.org Mon Jul 20 08:10:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Jul 20 08:10:39 2009 Subject: ports/136922: [update] security/py-paramiko : update to 1.7.5 Message-ID: <200907200810.n6K8AHXf060752@freefall.freebsd.org> Synopsis: [update] security/py-paramiko : update to 1.7.5 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 20 08:10:17 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136922 From edwin at FreeBSD.org Mon Jul 20 08:10:22 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Jul 20 08:10:39 2009 Subject: ports/136922: [update] security/py-paramiko : update to 1.7.5 Message-ID: <200907200810.n6K8AM0E061595@freefall.freebsd.org> Synopsis: [update] security/py-paramiko : update to 1.7.5 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jul 20 08:10:21 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136922 From edwin at FreeBSD.org Mon Jul 20 08:20:06 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Mon Jul 20 08:20:12 2009 Subject: ports/136922: [update] security/py-paramiko : update to 1.7.5 Message-ID: <200907200820.n6K8K6b4069049@freefall.freebsd.org> The following reply was made to PR ports/136922; it has been noted by GNATS. From: Edwin Groothuis To: fullermd@over-yonder.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/136922: [update] security/py-paramiko : update to 1.7.5 Date: Mon, 20 Jul 2009 08:10:19 UT Maintainer of security/py-paramiko, Please note that PR ports/136922 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/136922 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From yzlin at FreeBSD.org Mon Jul 20 09:52:27 2009 From: yzlin at FreeBSD.org (yzlin@FreeBSD.org) Date: Mon Jul 20 09:52:33 2009 Subject: ports/136921: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6 Message-ID: <200907200952.n6K9qQci046702@freefall.freebsd.org> Synopsis: [PATCH]textproc/libtre and textproc/py-libtre: update to 0.7.6 Responsible-Changed-From-To: freebsd-python->yzlin Responsible-Changed-By: yzlin Responsible-Changed-When: Mon Jul 20 09:52:25 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=136921 From yzlin at FreeBSD.org Mon Jul 20 09:53:50 2009 From: yzlin at FreeBSD.org (yzlin@FreeBSD.org) Date: Mon Jul 20 09:53:56 2009 Subject: ports/136922: [update] security/py-paramiko : update to 1.7.5 Message-ID: <200907200953.n6K9rnFP046808@freefall.freebsd.org> Synopsis: [update] security/py-paramiko : update to 1.7.5 Responsible-Changed-From-To: freebsd-python->yzlin Responsible-Changed-By: yzlin Responsible-Changed-When: Mon Jul 20 09:53:49 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=136922 From bugmaster at FreeBSD.org Mon Jul 20 11:07:03 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 20 11:09:23 2009 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200907201107.n6KB72LQ002408@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/136083 python New port: devel/py-gitosis Software for hosting git re f ports/135484 python port lang/python and python26 build failed f ports/133844 python New port: databases/py-postgresql python3 pgsql drive f ports/133451 python www/plone3 build fails. Plone3 needs python-2.4 but li o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken f ports/132093 python lang/python26: python's subprocess.py fails with 'Inte f ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o ports/115940 python Missed one file in lang/python25 if NO_NIS defined 10 problems total. From bugmaster at FreeBSD.org Mon Jul 20 11:08:20 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 20 11:10:45 2009 Subject: Current problem reports assigned to python@FreeBSD.org Message-ID: <200907201108.n6KB8G6X003720@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/136917 python [patch] lang/python26: gettext detection 1 problem total. From linimon at FreeBSD.org Mon Jul 20 11:41:20 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Jul 20 11:41:32 2009 Subject: ports/136917: [patch] lang/python26: gettext detection Message-ID: <200907201141.n6KBfIvb039180@freefall.freebsd.org> Synopsis: [patch] lang/python26: gettext detection Responsible-Changed-From-To: python->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 20 11:41:04 UTC 2009 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=136917 From linimon at FreeBSD.org Mon Jul 20 11:41:20 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Jul 20 11:41:32 2009 Subject: ports/136917: [patch] lang/python26: gettext detection Message-ID: <200907201141.n6KBfIvb039180@freefall.freebsd.org> Synopsis: [patch] lang/python26: gettext detection Responsible-Changed-From-To: python->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 20 11:41:04 UTC 2009 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=136917 From edwin at FreeBSD.org Wed Jul 22 12:40:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jul 22 12:40:21 2009 Subject: ports/136992: [lang/python26] bug in Makefile Message-ID: <200907221240.n6MCeDtM087118@freefall.freebsd.org> Synopsis: [lang/python26] bug in Makefile Responsible-Changed-From-To: freebsd-ports-bugs->python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 22 12:40:12 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=136992 From swell.k at gmail.com Thu Jul 23 03:40:04 2009 From: swell.k at gmail.com (Anonymous) Date: Thu Jul 23 03:40:10 2009 Subject: ports/136992: [lang/python26] bug in Makefile Message-ID: <200907230340.n6N3e4tD042003@freefall.freebsd.org> The following reply was made to PR ports/136992; it has been noted by GNATS. From: Anonymous To: bug-followup@FreeBSD.org,andrey.zonov@gmail.com Cc: Subject: Re: ports/136992: [lang/python26] bug in Makefile Date: Thu, 23 Jul 2009 07:32:51 +0400 I don't think you'll be able to build with POSIX semaphores. But the error you get is due to an extra dot crept in 1.157. --- python26.diff begins here --- Index: lang/python26/Makefile =================================================================== RCS file: /home/csup/ports/lang/python26/Makefile,v retrieving revision 1.160 diff -u -p -r1.160 Makefile --- lang/python26/Makefile 14 Jul 2009 09:29:02 -0000 1.160 +++ lang/python26/Makefile 23 Jul 2009 03:25:32 -0000 @@ -66,7 +66,6 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- SEM_MSG= "" .else IGNORE= POSIX semaphore support only works in FreeBSD 7-STABLE and later -. .endif # ${OSVERSION} >= 701106 .else # !defined(WITH_SEM) SEM_MSG= "@comment " --- python26.diff begins here --- From lapo at lapo.it Thu Jul 23 16:00:08 2009 From: lapo at lapo.it (Lapo Luchini) Date: Thu Jul 23 16:00:15 2009 Subject: ports/132093: lang/python26: python's subprocess.py fails with 'Interrupted system call' Message-ID: <200907231600.n6NG07VM053904@freefall.freebsd.org> The following reply was made to PR ports/132093; it has been noted by GNATS. From: Lapo Luchini To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/132093: lang/python26: python's subprocess.py fails with 'Interrupted system call' Date: Thu, 23 Jul 2009 17:50:42 +0200 After having created ports/137000 I'm again capable of testing qct... and can no longer reproduce the bug. I'm not so sure about it (only a day since I'm capable of using qct again) but I think this is no longer is a problem (though I can't see any difference in subprocess.py, but maybe the problem has been solved elsewhere). From desnudopenguino at gmail.com Thu Jul 23 21:00:49 2009 From: desnudopenguino at gmail.com (Adam Townsend) Date: Thu Jul 23 21:01:01 2009 Subject: FreeBSD Port: python31-3.1_2 Message-ID: <26d677980907231333ya7f9221qad94787771268072@mail.gmail.com> Hello, I'm using the ports online (from the freebsd.org site) to get ports for my my computers running FreeBSD (running on dial-up). I found that the Python 3.1 source links are all broken. They all contain "/ftp/python//Python-.tgz" in the urls. I found that the correct path in the urls is "/ftp/python/3.1/Python-3.1.tgz" after looking at the other sources. I'm not really sure if this is the correct way to report this, but I figured I'd let you know. Adam Townsend From lwhsu at FreeBSD.org Fri Jul 24 15:21:34 2009 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Fri Jul 24 15:21:40 2009 Subject: ports/132093: lang/python26: python's subprocess.py fails with 'Interrupted system call' Message-ID: <200907241521.n6OFLXm8068595@freefall.freebsd.org> Synopsis: lang/python26: python's subprocess.py fails with 'Interrupted system call' State-Changed-From-To: feedback->closed State-Changed-By: lwhsu State-Changed-When: Fri Jul 24 15:21:33 UTC 2009 State-Changed-Why: Close per submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=132093 From nakaji at jp.FreeBSD.org Mon Jul 27 10:14:59 2009 From: nakaji at jp.FreeBSD.org (NAKAJI Hiroyuki) Date: Mon Jul 27 10:15:11 2009 Subject: ports/133451: www/plone3 build fails. Plone3 needs python-2.4 but libxcb-1.2_1 needs Python 2.5 In-Reply-To: <200907131003.n6DA3vL5092042@freefall.freebsd.org> (lwhsu@freebsd.org's message of "Mon, 13 Jul 2009 10:03:57 GMT") References: <200907131003.n6DA3vL5092042@freefall.freebsd.org> Message-ID: <87my6qv4vi.fsf@roddy.4407.kankyo-u.ac.jp> This PR is related to ports/136779. Is it possible to install py-* packages for various versions of python, for example, py24-elementtree and py26-elementtree at the same time? I think it is enough for two versions: PYTHON_DEFAULT_VERSION and the latest. In this case, Plone3 needs python2.4, py24-imaging and py24-elementtree(*), and libxcb etc need python2.6. According to /usr/ports/UPDATING, python2.6 also updates py24-* to py26-*, and then plone3 does not work even if lang/python24 is installed, because py24-elementtree is lost by python's upgrade. I know PYTHON_DEFAULT_VERSION can do the trick. When I want py24-elementtree and don't want py26-elementtree, I can set PYTHON_DEFAULT_VERSION=python2.4. And, I cannot say that I'll never use py26-elementtree even if both python2.4 and python2.6+ are installed. Thanks. (*) Plone 3.x does not work with python2.5 and later. >>>>> In <200907131003.n6DA3vL5092042@freefall.freebsd.org> >>>>> lwhsu@FreeBSD.org wrote: > Synopsis: www/plone3 build fails. Plone3 needs python-2.4 but libxcb-1.2_1 needs Python 2.5 > Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python > Responsible-Changed-By: lwhsu > Responsible-Changed-When: Mon Jul 13 10:03:57 UTC 2009 > Responsible-Changed-Why: > Grab for python@ to gain more visibility. > http://www.freebsd.org/cgi/query-pr.cgi?pr=133451 -- NAKAJI Hiroyuki From bugmaster at FreeBSD.org Mon Jul 27 11:07:01 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 27 11:09:27 2009 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200907271107.n6RB70Sg019068@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/136917 python [patch] lang/python26: gettext detection o ports/136083 python New port: devel/py-gitosis Software for hosting git re f ports/135484 python port lang/python and python26 build failed f ports/133844 python New port: databases/py-postgresql python3 pgsql drive f ports/133451 python www/plone3 build fails. Plone3 needs python-2.4 but li o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken f ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o ports/115940 python Missed one file in lang/python25 if NO_NIS defined 10 problems total. From bugmaster at FreeBSD.org Mon Jul 27 11:08:18 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jul 27 11:11:03 2009 Subject: Current problem reports assigned to python@FreeBSD.org Message-ID: <200907271108.n6RB8FYu020371@freefall.freebsd.org> Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/136992 python [lang/python26] bug in Makefile 1 problem total. From linimon at FreeBSD.org Mon Jul 27 15:20:44 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Jul 27 15:20:55 2009 Subject: ports/136992: [lang/python26] bug in Makefile Message-ID: <200907271520.n6RFKhS3023897@freefall.freebsd.org> Synopsis: [lang/python26] bug in Makefile Responsible-Changed-From-To: python->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 27 15:20:27 UTC 2009 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=136992 From linimon at FreeBSD.org Mon Jul 27 15:20:44 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Jul 27 15:20:56 2009 Subject: ports/136992: [lang/python26] bug in Makefile Message-ID: <200907271520.n6RFKhS3023897@freefall.freebsd.org> Synopsis: [lang/python26] bug in Makefile Responsible-Changed-From-To: python->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 27 15:20:27 UTC 2009 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=136992 From edwin at FreeBSD.org Wed Jul 29 09:20:27 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jul 29 09:20:33 2009 Subject: ports/137234: New port: databases/py-south Intelligent schema migrations for Django apps Message-ID: <200907290920.n6T9KQem029124@freefall.freebsd.org> Synopsis: New port: databases/py-south Intelligent schema migrations for Django apps Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 29 09:20:26 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=137234 From edwin at FreeBSD.org Wed Jul 29 09:20:32 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jul 29 09:20:52 2009 Subject: ports/137235: New port: textproc/py-creole Python lib for creole markup Message-ID: <200907290920.n6T9KVUM029967@freefall.freebsd.org> Synopsis: New port: textproc/py-creole Python lib for creole markup Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 29 09:20:30 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=137235 From edwin at FreeBSD.org Wed Jul 29 09:30:20 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jul 29 09:30:25 2009 Subject: ports/137236: New port: net/py-netifaces Getting network addresses from Python Message-ID: <200907290930.n6T9UJRF034309@freefall.freebsd.org> Synopsis: New port: net/py-netifaces Getting network addresses from Python Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 29 09:30:18 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=137236 From miwi at FreeBSD.org Wed Jul 29 09:43:27 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Jul 29 09:43:45 2009 Subject: ports/137235: New port: textproc/py-creole Python lib for creole markup Message-ID: <200907290943.n6T9hRLq048947@freefall.freebsd.org> Synopsis: New port: textproc/py-creole Python lib for creole markup Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Jul 29 09:43:27 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=137235 From miwi at FreeBSD.org Wed Jul 29 09:43:30 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Jul 29 09:43:45 2009 Subject: ports/137234: New port: databases/py-south Intelligent schema migrations for Django apps Message-ID: <200907290943.n6T9hTQf049016@freefall.freebsd.org> Synopsis: New port: databases/py-south Intelligent schema migrations for Django apps Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Jul 29 09:43:29 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=137234 From miwi at FreeBSD.org Wed Jul 29 09:43:32 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Wed Jul 29 09:43:46 2009 Subject: ports/137236: New port: net/py-netifaces Getting network addresses from Python Message-ID: <200907290943.n6T9hVrQ049082@freefall.freebsd.org> Synopsis: New port: net/py-netifaces Getting network addresses from Python Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Wed Jul 29 09:43:31 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=137236 From edwin at FreeBSD.org Thu Jul 30 13:00:29 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Jul 30 13:00:40 2009 Subject: ports/137262: [maintainer update] security/py-PF : update to 0.0.4 Message-ID: <200907301300.n6UD0Sw7045787@freefall.freebsd.org> Synopsis: [maintainer update] security/py-PF : update to 0.0.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 30 13:00:27 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=137262 From edwin at FreeBSD.org Thu Jul 30 16:00:29 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Jul 30 16:00:40 2009 Subject: ports/137270: CVS revision 1.160 of ports/lang/python26/Makefile, v contains a spurious . (dot) on line 69 Message-ID: <200907301600.n6UG0STC081194@freefall.freebsd.org> Synopsis: CVS revision 1.160 of ports/lang/python26/Makefile,v contains a spurious . (dot) on line 69 Responsible-Changed-From-To: freebsd-ports-bugs->python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jul 30 16:00:28 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=137270 From Trond.Endrestol at fagskolen.gjovik.no Thu Jul 30 17:21:27 2009 From: Trond.Endrestol at fagskolen.gjovik.no (=?ISO-8859-1?Q?Trond_Endrest=F8l?=) Date: Thu Jul 30 17:21:35 2009 Subject: ports/137270: CVS revision 1.160 of ports/lang/python26/Makefile, v contains a spurious . (dot) on line 69 In-Reply-To: <200907301600.n6UG0HLv080382@freefall.freebsd.org> References: <200907301600.n6UG0HLv080382@freefall.freebsd.org> Message-ID: <20090730191801.J1087@ramstind.fig.ol.no> On Thu, 30 Jul 2009 16:00-0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > >Synopsis: CVS revision 1.160 of ports/lang/python26/Makefile,v contains a spurious . (dot) on line 69 What was I thinking? This was done on a 6.4-S system and I accidently turned on POSIX semaphores. I even claimed this happened on a 7.2-S system. If the dot was intended, I apologize for all the noise. -- ---------------------------------------------------------------------- Trond Endrest?l | Trond.Endrestol@fagskolen.gjovik.no ACM, NAS, NUUG, SAGE, USENIX | FreeBSD 6.2-STABLE & Pine 4.64 From linimon at FreeBSD.org Fri Jul 31 05:03:33 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Fri Jul 31 05:03:40 2009 Subject: ports/137270: CVS revision 1.160 of ports/lang/python26/Makefile, v contains a spurious . (dot) on line 69 Message-ID: <200907310503.n6V53WIg007753@freefall.freebsd.org> Synopsis: CVS revision 1.160 of ports/lang/python26/Makefile,v contains a spurious . (dot) on line 69 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Fri Jul 31 05:03:12 UTC 2009 State-Changed-Why: >From misfiled PR ports/137273: Date: Thu, 30 Jul 2009 19:28:23 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: bug-followup@FreeBSD.org Subject: Re: ports/137270: CVS revision 1.160 of ports/lang/python26/Makefile,v contains a spurious . (dot) on line 69 --0-966013999-1248974903=:1087 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Ignore this PR as I actually did ran this on a 6.4-S system and accidently turned on POSIX semaphores. I apologize for the extra noise if the dot is intended. -- ---------------------------------------------------------------------- Trond Endrestøl | Trond.Endrestol@fagskolen.gjovik.no ACM, NAS, NUUG, SAGE, USENIX | FreeBSD 6.2-STABLE & Pine 4.64 --0-966013999-1248974903=:1087-- http://www.freebsd.org/cgi/query-pr.cgi?pr=137270 From yzlin at FreeBSD.org Fri Jul 31 11:51:43 2009 From: yzlin at FreeBSD.org (yzlin@FreeBSD.org) Date: Fri Jul 31 11:51:49 2009 Subject: ports/137262: [maintainer update] security/py-PF : update to 0.0.4 Message-ID: <200907311151.n6VBphWg045775@freefall.freebsd.org> Synopsis: [maintainer update] security/py-PF : update to 0.0.4 Responsible-Changed-From-To: freebsd-python->yzlin Responsible-Changed-By: yzlin Responsible-Changed-When: Fri Jul 31 11:51:42 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=137262