Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2005 08:17:49 -1000
From:      Randy Bush <randy@psg.com>
To:        Christopher Illies <christopher.illies@molmed.ki.se>
Cc:        tg@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: py-numeric patch failure
Message-ID:  <17122.35277.391878.962332@roam.psg.com>
References:  <20050723125234.GA32271@Klabautermann.ks.se>

next in thread | previous in thread | raw e-mail | index | archive | help
>> => 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




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