Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2012 11:49:46 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lth@FreeBSD.org
Subject:   ports/165778: [PATCH] net/p5-File-RsyncP: mark MAKE_JOBS_UNSAFE
Message-ID:  <201203061649.q26GnkTX043114@meatwad.mouf.net>
Resent-Message-ID: <201203061650.q26GoCkm097739@freefall.freebsd.org>

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

>Number:         165778
>Category:       ports
>Synopsis:       [PATCH] net/p5-File-RsyncP: 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:   Tue Mar 06 16:50:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar  2 21:54:42
>Description:
failed to build for me with MAKE_JOBS enabled, so here's a patch to mark it unsafe

Port maintainer (lth@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-File-RsyncP-0.70.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-File-RsyncP/Makefile,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile
--- Makefile	31 Jul 2010 20:26:13 -0000	1.15
+++ Makefile	6 Mar 2012 16:49:24 -0000
@@ -14,6 +14,8 @@
 MAINTAINER=	lth@FreeBSD.org
 COMMENT=	Perl Rsync client
 
+MAKE_JOBS_UNSAFE=	yes
+
 PERL_CONFIGURE=	yes
 
 MAN3=		File::RsyncP.3 \
--- p5-File-RsyncP-0.70.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?201203061649.q26GnkTX043114>