Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Aug 2009 22:18:01 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        koziol@hdfgroup.org
Subject:   ports/137462: [PATCH] science/hdf5: Mark MAKE_JOBS_UNSAFE
Message-ID:  <20090805181801.1A964108842@hades.panopticon>
Resent-Message-ID: <200908051820.n75IK5K7053290@freefall.freebsd.org>

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

>Number:         137462
>Category:       ports
>Synopsis:       [PATCH] science/hdf5: Mark MAKE_JOBS_UNSAFE
>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:   Wed Aug 05 18:20:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Fri Jul 31 16:00:15 MSD 2009
>Description:
Mark MAKE_JOBS_UNSAFE, fails with force make jobs:

http://people.freebsd.org/~amdmi3/hdf5-1.6.8_1.log

Port maintainer (koziol@hdfgroup.org) is cc'd.

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

--- hdf5-1.6.8_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/science/hdf5/Makefile,v
retrieving revision 1.52
diff -u -u -r1.52 Makefile
--- Makefile	2 Aug 2009 19:35:22 -0000	1.52
+++ Makefile	5 Aug 2009 18:13:06 -0000
@@ -32,6 +32,7 @@
 		--with-ssl=/usr \
 		--with-zlib=/usr
 ALL_TARGET=	lib progs
+MAKE_JOBS_UNSAFE=	yes
 
 .include <bsd.port.pre.mk>
 
--- hdf5-1.6.8_1.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?20090805181801.1A964108842>