Date: Mon, 5 Jan 2009 01:34:57 GMT From: "Pedro F. Giffuni" <giffunip@tutopia.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/130175: Update math/PDL to version 2.4.4 Message-ID: <200901050134.n051Yv3H062796@www.freebsd.org> Resent-Message-ID: <200901050140.n051e3RW037748@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 130175 >Category: ports >Synopsis: Update math/PDL to version 2.4.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jan 05 01:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 7.1-RC2 >Organization: >Environment: FreeBSD kakumen.cable.net.co 7.1-RC2 FreeBSD 7.1-RC2 #0: Tue Dec 23 11:42:13 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - Update - Remove comments wrt the Alpha arch which we don't support anymore. - Defined the canonical regression-test target: note that we fail many tests. >How-To-Repeat: In order to build this port I had to update graphics/pgperl and download it manually because the ports system was not catching properly the mirror. >Fix: diff -ruN PDL.orig/Makefile PDL/Makefile --- PDL.orig/Makefile 2009-01-04 19:15:02.000000000 -0500 +++ PDL/Makefile 2009-01-04 20:23:09.000000000 -0500 @@ -7,8 +7,7 @@ # PORTNAME= PDL -PORTVERSION= 2.4.3 -PORTREVISION= 4 +PORTVERSION= 2.4.4 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} @@ -53,20 +52,14 @@ ${ECHO} "You can build additional functionality into PDL by defining KITCHEN_SINK" .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" -BROKEN= test script t/flexraw.t fails all 26 tests -.endif - post-patch: @${GREP} -lR "/usr/local/bin/perl" ${WRKSRC} | ${XARGS} \ ${PERL} -pi -e "s!/usr/local/bin/perl!${PERL}!" @${GREP} -lR "x86_64" ${WRKSRC} | ${XARGS} \ ${PERL} -pi -e "s!x86_64!amd64!" -test: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} make test +regression-test: build + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} test # autogen plist post-install: @@ -84,4 +77,4 @@ ${FIND} ${SITE_PERL}/${PERL_ARCH}/auto/PDL -type d | ${SORT} -r | \ ${SED} "s,^${PREFIX}/,@dirrm ," >> ${TMPPLIST}) -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -ruN PDL.orig/distinfo PDL/distinfo --- PDL.orig/distinfo 2009-01-04 19:15:02.000000000 -0500 +++ PDL/distinfo 2009-01-04 19:17:50.000000000 -0500 @@ -1,3 +1,3 @@ -MD5 (PDL-2.4.3.tar.gz) = 8fa453a4ac90d5c0382020d5635ad90a -SHA256 (PDL-2.4.3.tar.gz) = c1687e74f8304223ddcec59a0d0cc6322f0db43153bd00a8b9ed9fdf0eb7bcae -SIZE (PDL-2.4.3.tar.gz) = 2247010 +MD5 (PDL-2.4.4.tar.gz) = 1c3e8f2fd001a8b48687fb277bc16eed +SHA256 (PDL-2.4.4.tar.gz) = e7d4dfcae14f02dac1b0b353465bb49f474304d8a6e7e139dc62fefdcb77978d +SIZE (PDL-2.4.4.tar.gz) = 2341784 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901050134.n051Yv3H062796>