From owner-cvs-ports@FreeBSD.ORG Sat Aug 21 11:15:00 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BAD516A4CE for ; Sat, 21 Aug 2004 11:15:00 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242E943D1D for ; Sat, 21 Aug 2004 11:15:00 +0000 (GMT) (envelope-from hyeshik@gmail.com) Received: by mproxy.gmail.com with SMTP id v30so48255rnb for ; Sat, 21 Aug 2004 04:14:48 -0700 (PDT) Received: by 10.38.206.50 with SMTP id d50mr612110rng; Sat, 21 Aug 2004 04:14:48 -0700 (PDT) Received: by 10.38.8.23 with HTTP; Sat, 21 Aug 2004 04:14:48 -0700 (PDT) Message-ID: <4f0b69dc040821041465b4809b@mail.gmail.com> Date: Sat, 21 Aug 2004 20:14:48 +0900 From: Hye-Shik Chang To: kstewart In-Reply-To: <200408210010.50417.kstewart@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200408202356.i7KNuGa7046016@repoman.freebsd.org> <200408210010.50417.kstewart@owt.com> cc: cvs-ports@freebsd.org cc: Hye-Shik Chang cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: Re: cvs commit: ports/lang/python Makefile pkg-plistpatch-Lib::posixfile.py patch-setup.py X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hye-Shik Chang List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2004 11:15:00 -0000 On Sat, 21 Aug 2004 00:10:50 -0700, kstewart wrote: > On Friday 20 August 2004 04:56 pm, Hye-Shik Chang wrote: > > perky 2004-08-20 23:56:16 UTC > > > > FreeBSD ports repository > > > > Modified files: > > lang/python Makefile pkg-plist > > lang/python/files patch-setup.py > > Added files: > > lang/python/files patch-Lib::plat-freebsd6::IN.py > > patch-Lib::posixfile.py > > Log: > > - Add support for FreeBSD 6. > > - Remove support for FreeBSD 2. > > This update has a problem. When you try to build a package, you get the > following > > ==> Building package for python-2.3.4_2 > Creating package /usr/ports/packages/All/python-2.3.4_2.tgz > Registering depends:. > Registering conflicts: stackless_python-*. > Creating gzip'd tar ball in '/usr/ports/packages/All/python-2.3.4_2.tgz' > tar: lib/python2.3/plat-freebsd6/IN.py: Cannot stat: No such file or directory > tar: lib/python2.3/plat-freebsd6/IN.pyc: Cannot stat: No such file or > directory > tar: lib/python2.3/plat-freebsd6/IN.pyo: Cannot stat: No such file or > directory I just fixed in CVS. Thank you for the reporting! Hye-Shik