Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2009 01:16:19 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/136533: [PATCH] dns/p5-Net-DNS-ToolKit: mark make jobs unsafe, minor nit
Message-ID:  <200907090116.n691GJpx001368@freefall.freebsd.org>
Resent-Message-ID: <200907090120.n691KI8C012139@freefall.freebsd.org>

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

>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:



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