ports/63929: Attempt to fix build on Sparc platform

Quincey Koziol koziol at ncsa.uiuc.edu
Mon Mar 8 15:00:36 UTC 2004


>Number:         63929
>Category:       ports
>Synopsis:       Attempt to fix build on Sparc platform
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 08 07:00:35 PST 2004
>Closed-Date:
>Last-Modified:
>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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list