Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2007 14:15:10 +0100 (CET)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        koziol@ncsa.uiuc.edu
Subject:   ports/109019: [PATCH] science/hdf5
Message-ID:  <200702101315.l1ADFA2Y064130@miwi.homeunix.org>
Resent-Message-ID: <200702101320.l1ADKHGX093086@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         109019
>Category:       ports
>Synopsis:       [PATCH] science/hdf5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 10 13:20:16 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD miwi.homeunix.org 7.0-CURRENT FreeBSD 7.0-CURRENT #202: Wed Jan 31 16:12:15 CET 2007
>Description:
- Fix after objformat removal
- TB: http://miwibox.org/tb/index.php?action=describe_port&id=2521

Port maintainer (koziol@ncsa.uiuc.edu) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- hdf5-1.6.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/science/hdf5/Makefile,v
retrieving revision 1.36
diff -u -u -r1.36 Makefile
--- Makefile	7 May 2006 13:32:25 -0000	1.36
+++ Makefile	10 Feb 2007 13:13:54 -0000
@@ -21,12 +21,14 @@
 		--enable-threadsafe --disable-debug \
 		--with-pthread
 ALL_TARGET=	lib progs
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 .include <bsd.port.pre.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
+	    -e 's|echo aout|echo elf|g' \
+	${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
 		 s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g'  \
 			${WRKSRC}/config/freebsd
--- hdf5-1.6.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702101315.l1ADFA2Y064130>