From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 9 01:20:19 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 10F95106566B for ; Thu, 9 Jul 2009 01:20:19 +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 C7AF78FC2C for ; Thu, 9 Jul 2009 01:20:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n691KI80012152 for ; Thu, 9 Jul 2009 01:20:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691KI8C012139; Thu, 9 Jul 2009 01:20:18 GMT (envelope-from gnats) Resent-Date: Thu, 9 Jul 2009 01:20:18 GMT Resent-Message-Id: <200907090120.n691KI8C012139@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE4CA106566B; Thu, 9 Jul 2009 01:16:19 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DCCE88FC12; Thu, 9 Jul 2009 01:16:19 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (pgollucci@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n691GJ7v001369; Thu, 9 Jul 2009 01:16:19 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n691GJpx001368; Thu, 9 Jul 2009 01:16:19 GMT (envelope-from pgollucci) Message-Id: <200907090116.n691GJpx001368@freefall.freebsd.org> Date: Thu, 9 Jul 2009 01:16:19 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/136533: [PATCH] dns/p5-Net-DNS-ToolKit: mark make jobs unsafe, minor nit 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: Thu, 09 Jul 2009 01:20:19 -0000 >Number: 136533 >Category: ports >Synopsis: [PATCH] dns/p5-Net-DNS-ToolKit: mark make jobs unsafe, minor nit >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: Thu Jul 09 01:20:18 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.2-STABLE i386 >Organization: RideCharge Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #38 r194101: Sat Jun 13 11:12:24 UTC >Description: - Mark make jobs unsafe - fix := -> = Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Net-DNS-ToolKit-0.42.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/dns/p5-Net-DNS-ToolKit/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- Makefile 19 Jun 2009 07:34:37 -0000 1.12 +++ Makefile 9 Jul 2009 01:15:52 -0000 @@ -16,7 +16,9 @@ BUILD_DEPENDS= ${SITE_PERL}/Net/DNS/Codes.pm:${PORTSDIR}/dns/p5-Net-DNS-Codes \ ${SITE_PERL}/${PERL_ARCH}/NetAddr/IP/Util.pm:${PORTSDIR}/net-mgmt/p5-NetAddr-IP -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAKE_JOBS_UNSAFE= yes PERL_CONFIGURE= yes --- p5-Net-DNS-ToolKit-0.42.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: