From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 8 07:00:36 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29FBF16A4CE for ; Mon, 8 Mar 2004 07:00:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E8CA43D2D for ; Mon, 8 Mar 2004 07:00:36 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i28F0Zbv043594 for ; Mon, 8 Mar 2004 07:00:35 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i28F0ZmV043590; Mon, 8 Mar 2004 07:00:35 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 8 Mar 2004 07:00:35 -0800 (PST) Resent-Message-Id: <200403081500.i28F0ZmV043590@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Quincey Koziol Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ECC416A4CE for ; 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 ; 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 ; Mon, 8 Mar 2004 08:58:28 -0600 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) i28EwS5D028250 for ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/63929: Attempt to fix build on Sparc platform X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Quincey Koziol List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2004 15:00:36 -0000 >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 - -.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: