From owner-cvs-ports@FreeBSD.ORG Fri Jul 22 15:29:26 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 18C4216A424 for ; Fri, 22 Jul 2005 15:29:26 +0000 (GMT) (envelope-from john_m_cooper@yahoo.com) Received: from smtp105.mail.sc5.yahoo.com (smtp105.mail.sc5.yahoo.com [66.163.169.225]) by mx1.FreeBSD.org (Postfix) with SMTP id CBA6943D7F for ; Fri, 22 Jul 2005 15:29:12 +0000 (GMT) (envelope-from john_m_cooper@yahoo.com) Received: (qmail 94228 invoked from network); 22 Jul 2005 15:29:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=YC/VSGSzKATamBcLpVN8Aq78bfZoqdaEuZ90g9aO4WkY0F+9ofuj/fvbZB+bTF63jOB1AraFO71OGkfP0pSvJXk2szzDMDfABkgBvUS/V8KBJGEC2tb7mBq/SenbZPvvXWt/oDYKjMpGB4mpZSQE00eLRDSDnNynY95NZ72hNW4= ; Received: from unknown (HELO ?192.168.2.237?) (john?m?cooper@67.143.164.116 with plain) by smtp105.mail.sc5.yahoo.com with SMTP; 22 Jul 2005 15:29:09 -0000 Message-ID: <42E110B7.209@yahoo.com> Date: Fri, 22 Jul 2005 09:28:55 -0600 From: John Merryweather Cooper User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050721) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas Gellekum References: <200507221252.j6MCqcmu004961@repoman.freebsd.org> In-Reply-To: <200507221252.j6MCqcmu004961@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/math/py-numeric Makefile distinfo pkg-plist ports/math/py-numeric/files patch-setup.py X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2005 15:29:26 -0000 Thomas Gellekum wrote: >tg 2005-07-22 12:52:37 UTC > > FreeBSD ports repository > > Modified files: > math/py-numeric Makefile distinfo pkg-plist > Removed files: > math/py-numeric/files patch-setup.py > Log: > Upgrade to 23.8. > > Revision Changes Path > 1.45 +20 -9 ports/math/py-numeric/Makefile > 1.25 +4 -2 ports/math/py-numeric/distinfo > 1.7 +0 -30 ports/math/py-numeric/files/patch-setup.py (dead) > 1.23 +12 -10 ports/math/py-numeric/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" > > > There's a small problem. When I attempt to rebuild this port after this update it chokes when "make" tries to change directory into the WRKDIR. I can get an error "not a directory" and the build stops. jmc