ports/169606: [PATCH] graphics/opencv: mark MAKE_JOBS_UNSAFE

Steve Wills swills at FreeBSD.org
Mon Jul 2 16:50:08 UTC 2012


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



More information about the freebsd-ports-bugs mailing list