From owner-freebsd-ports@FreeBSD.ORG Sat Jul 23 18:17:51 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D740F16A41F; Sat, 23 Jul 2005 18:17:51 +0000 (GMT) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E7DA43D48; Sat, 23 Jul 2005 18:17:51 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtp (Exim 4.51 (FreeBSD)) id 1DwOZK-000ER7-NX; Sat, 23 Jul 2005 18:17:50 +0000 Received: from [127.0.0.1] (helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.51 (FreeBSD)) id 1DwOZJ-0003US-WD; Sat, 23 Jul 2005 08:17:50 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17122.35277.391878.962332@roam.psg.com> Date: Sat, 23 Jul 2005 08:17:49 -1000 To: Christopher Illies References: <20050723125234.GA32271@Klabautermann.ks.se> Cc: tg@freebsd.org, freebsd-ports@freebsd.org Subject: Re: py-numeric patch failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jul 2005 18:17:52 -0000 >> => Checksum OK for Numeric-23.8.tar.gz. >> => Checksum OK for numpy.pdf. >> ===> Patching for py24-numeric-23.8 >> ===> Applying FreeBSD patches for py24-numeric-23.8 >> patch: **** can't cd to /usr/ports/math/py-numeric/work/numeric-23.8: >> Not a directory >> => Patch patch-Src_umathmodule.c failed to apply cleanly. >> *** Error code 1 > > --- Makefile.orig Sat Jul 23 14:31:21 2005 > +++ Makefile Sat Jul 23 14:31:48 2005 > @@ -15,6 +15,7 @@ > DISTFILES= Numeric-${PORTVERSION}${EXTRACT_SUFX}:source \ > numpy.pdf:doc > EXTRACT_ONLY= Numeric-${PORTVERSION}${EXTRACT_SUFX} > +WRKSRC= work/Numeric-23.8 > > MAINTAINER= tg@FreeBSD.org > COMMENT= The Numeric Extension to Python > @@ -35,7 +36,7 @@ > .endif > > post-extract: > - @${CP} ${DISTDIR}/numpy.pdf ${WRKSRC} > + @${CP} ${DISTDIR}/numpy.pdf ${WRKDIR} > > post-install: > @${MKDIR} ${EXAMPLESDIR} patch works here thanks randy