Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2005 14:52:34 +0200
From:      Christopher Illies <christopher.illies@molmed.ki.se>
To:        freebsd-ports@freebsd.org
Cc:        randy@psg.com, tg@freebsd.org
Subject:   Re: py-numeric patch failure
Message-ID:  <20050723125234.GA32271@Klabautermann.ks.se>

next in thread | raw e-mail | index | archive | help

--bg08WKrSYDhXBjb5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline


> => 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
> 
> Stop in /usr/ports/math/py-numeric.
>
>
> extremely -current on thinkpad t41p
> 
> randy

I got the same error. The following patch fixed it for me.
Maintainer Cc'ed.

Christopher


--bg08WKrSYDhXBjb5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-Makefile

--- 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}

--bg08WKrSYDhXBjb5--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050723125234.GA32271>