From koziol@ncsa.uiuc.edu  Mon Mar  8 06:58:29 2004
Return-Path: <koziol@ncsa.uiuc.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3ECC416A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Mar 2004 06:58:29 -0800 (PST)
Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E171243D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  8 Mar 2004 06:58:28 -0800 (PST)
	(envelope-from koziol@ncsa.uiuc.edu)
Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.96.70])
	by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id i28EwSU01821
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 8 Mar 2004 08:58:28 -0600
Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1])
	by sleipnir.ncsa.uiuc.edu (8.12.10/8.12.10) with ESMTP id i28EwS5D028250
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 8 Mar 2004 08:58:28 -0600 (CST)
	(envelope-from koziol@sleipnir.ncsa.uiuc.edu)
Received: (from koziol@localhost)
	by sleipnir.ncsa.uiuc.edu (8.12.10/8.12.10/Submit) id i28EwSxx028249;
	Mon, 8 Mar 2004 08:58:28 -0600 (CST)
	(envelope-from koziol)
Message-Id: <200403081458.i28EwSxx028249@sleipnir.ncsa.uiuc.edu>
Date: Mon, 8 Mar 2004 08:58:28 -0600 (CST)
From: Quincey Koziol <koziol@ncsa.uiuc.edu>
Reply-To: Quincey Koziol <koziol@ncsa.uiuc.edu>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Attempt to fix build on Sparc platform
X-Send-Pr-Version: 3.113

>Number:         63929
>Category:       ports
>Synopsis:       Attempt to fix build on Sparc platform
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 08 07:00:35 PST 2004
>Closed-Date:    Mon Mar 08 14:52:51 PST 2004
>Last-Modified:  Mon Mar 08 14:52:51 PST 2004
>Originator:     Quincey Koziol
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD sleipnir.ncsa.uiuc.edu 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Jan 22 12:49:49 CST 2004 sukoziol@sleipnir.ncsa.uiuc.edu:/usr/obj/usr/src/sys/SLEIPNIR i386


>Description:
    Update port with fix for Sparc platform by moving to latest HDF5 snapshot.

        Thanks!

>How-To-Repeat:
>Fix:
    Apply patches below to science/hdf5 port.

diff -uNr hdf5/Makefile hdf5.new/Makefile
--- hdf5/Makefile	Sat Mar  6 20:18:52 2004
+++ hdf5.new/Makefile	Mon Mar  8 08:50:36 2004
@@ -8,9 +8,10 @@
 
 PORTNAME=	hdf5
 PORTVERSION=	1.6.2
+PORTREVISION=	1
 CATEGORIES=	science archivers graphics
 MASTER_SITES=	ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots/
-DISTNAME=	${PORTNAME}-${PORTVERSION}-post1
+DISTNAME=	${PORTNAME}-${PORTVERSION}-post2
 
 MAINTAINER=	koziol@ncsa.uiuc.edu
 COMMENT=	Hierarchical Data Format library (from NCSA)
@@ -27,10 +28,6 @@
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN=		"Configure fails on sparc64"
-.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
diff -uNr hdf5/distinfo hdf5.new/distinfo
--- hdf5/distinfo	Wed Feb 25 16:53:22 2004
+++ hdf5.new/distinfo	Mon Mar  8 08:41:38 2004
@@ -1,2 +1,2 @@
-MD5 (hdf5-1.6.2-post1.tar.bz2) = 21034e876db6e0da14114e5f645b4294
-SIZE (hdf5-1.6.2-post1.tar.bz2) = 3201684
+MD5 (hdf5-1.6.2-post2.tar.bz2) = 7982990e60baccb5dfde0d07147658fe
+SIZE (hdf5-1.6.2-post2.tar.bz2) = 3204824
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Mar 8 14:52:42 PST 2004 
State-Changed-Why:  
Committed, thanks! 

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