py-numeric patch failure

Randy Bush randy at psg.com
Sat Jul 23 18:17:52 GMT 2005


>> => 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 at 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



More information about the freebsd-ports mailing list