From nobody@FreeBSD.org  Mon Jan  5 01:34:58 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 266CC106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Jan 2009 01:34:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 153CF8FC1F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Jan 2009 01:34:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n051Yv7x062797
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 5 Jan 2009 01:34:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n051Yv3H062796;
	Mon, 5 Jan 2009 01:34:57 GMT
	(envelope-from nobody)
Message-Id: <200901050134.n051Yv3H062796@www.freebsd.org>
Date: Mon, 5 Jan 2009 01:34:57 GMT
From: "Pedro F. Giffuni" <giffunip@tutopia.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update math/PDL to version 2.4.4
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         130175
>Category:       ports
>Synopsis:       Update math/PDL to version 2.4.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 05 01:40:03 UTC 2009
>Closed-Date:    Tue Mar 24 15:26:00 UTC 2009
>Last-Modified:  Tue Mar 24 15:26:00 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 5 01:40:12 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130175 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Mar 24 15:25:59 UTC 2009 
State-Changed-Why:  
already updated. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130175 
>Unformatted:
