From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Aug 5 18:20:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 236691065674 for ; Wed, 5 Aug 2009 18:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D5E8C8FC12 for ; Wed, 5 Aug 2009 18:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n75IK5J5053291 for ; Wed, 5 Aug 2009 18:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n75IK5K7053290; Wed, 5 Aug 2009 18:20:05 GMT (envelope-from gnats) Resent-Date: Wed, 5 Aug 2009 18:20:05 GMT Resent-Message-Id: <200908051820.n75IK5K7053290@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, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFDE41065670 for ; Wed, 5 Aug 2009 18:18:23 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id 8FBBD8FC1B for ; Wed, 5 Aug 2009 18:18:23 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.69) (envelope-from ) id 1MYl4D-000344-Hw; Wed, 05 Aug 2009 22:18:25 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 0E1B1B860; Wed, 5 Aug 2009 22:18:21 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 1A964108842; Wed, 5 Aug 2009 22:18:01 +0400 (MSD) Message-Id: <20090805181801.1A964108842@hades.panopticon> Date: Wed, 5 Aug 2009 22:18:01 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: koziol@hdfgroup.org Subject: ports/137462: [PATCH] science/hdf5: Mark MAKE_JOBS_UNSAFE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2009 18:20:06 -0000 >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 --- hdf5-1.6.8_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: