Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2012 12:44:54 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mm@FreeBSD.org
Subject:   ports/169606: [PATCH] graphics/opencv: mark MAKE_JOBS_UNSAFE
Message-ID:  <201207021644.q62Gis9F064025@meatwad.mouf.net>
Resent-Message-ID: <201207021650.q62Go8pa066707@freefall.freebsd.org>

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

>Number:         169606
>Category:       ports
>Synopsis:       [PATCH] graphics/opencv: 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:   Mon Jul 02 16:50:08 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 #2 r237195: Sun Jun 17 12:28:44 EDT
>Description:
This failed for me in tinderbox with MAKE_JOBS enabled. Marking
it MAKE_JOBS_UNSAFE fixed the issue for me.

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

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

--- opencv-2.3.1_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/opencv/Makefile,v
retrieving revision 1.39
diff -u -u -r1.39 Makefile
--- Makefile	6 Jun 2012 06:43:56 -0000	1.39
+++ Makefile	2 Jul 2012 16:44:08 -0000
@@ -20,7 +20,7 @@
 
 USE_GNOME=	pkgconfig
 WANT_GSTREAMER=	yes
-MAKE_JOBS_SAFE=	yes
+MAKE_JOBS_UNSAFE=	yes
 USE_BZIP2=	yes
 USE_CMAKE=	yes
 USE_LDCONFIG=	yes
--- opencv-2.3.1_4.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?201207021644.q62Gis9F064025>