ports/136533: [PATCH] dns/p5-Net-DNS-ToolKit: mark make jobs unsafe, minor nit
Philip M. Gollucci
pgollucci at FreeBSD.org
Thu Jul 9 01:20:19 UTC 2009
>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 at 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:
More information about the freebsd-ports-bugs
mailing list