From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 17 14:50:02 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 1D605106566C for ; Fri, 17 Jul 2009 14:50:02 +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 D0F5B8FC28 for ; Fri, 17 Jul 2009 14:50:01 +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 n6HEo12V012320 for ; Fri, 17 Jul 2009 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6HEo1Mv012319; Fri, 17 Jul 2009 14:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 17 Jul 2009 14:50:01 GMT Resent-Message-Id: <200907171450.n6HEo1Mv012319@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 9848C106564A for ; Fri, 17 Jul 2009 14:46:30 +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 582628FC13 for ; Fri, 17 Jul 2009 14:46:30 +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 1MRohj-0005Qk-WB; Fri, 17 Jul 2009 18:46:32 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 13416B860; Fri, 17 Jul 2009 18:46:28 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 08966108842; Fri, 17 Jul 2009 18:46:28 +0400 (MSD) Message-Id: <20090717144628.08966108842@hades.panopticon> Date: Fri, 17 Jul 2009 18:46:28 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: matthias.andree@gmx.de Subject: ports/136870: [PATCH] misc/e2fsprogs-libuuid: 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: Fri, 17 Jul 2009 14:50:02 -0000 >Number: 136870 >Category: ports >Synopsis: [PATCH] misc/e2fsprogs-libuuid: 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: Fri Jul 17 14:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun 1 22:13:51 MSD >Description: Mark MAKE_JOBS_UNSAFE, it fails with forced jobs. Note that this is likely applicable to master port, sysutils/e2fsprogs. Port maintainer (matthias.andree@gmx.de) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- e2fsprogs-libuuid-1.41.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/misc/e2fsprogs-libuuid/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 16 Jul 2009 21:41:38 -0000 1.11 +++ Makefile 17 Jul 2009 14:44:37 -0000 @@ -25,6 +25,7 @@ INSTALL_WRKSRC= ${WRKSRC}/lib/uuid FILESDIR= ${.CURDIR}/files USE_RC_SUBR= uuidd +MAKE_JOBS_UNSAFE=yes MAN1= uuidgen.1 --- e2fsprogs-libuuid-1.41.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: