Date: Mon, 8 Mar 2004 08:58:28 -0600 (CST) From: Quincey Koziol <koziol@ncsa.uiuc.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/63929: Attempt to fix build on Sparc platform Message-ID: <200403081458.i28EwSxx028249@sleipnir.ncsa.uiuc.edu> Resent-Message-ID: <200403081500.i28F0ZmV043590@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403081458.i28EwSxx028249>