Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2012 20:51:02 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301351 - head/graphics/opencv
Message-ID:  <201207222051.q6MKp2ta025197@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jul 22 20:51:02 2012
New Revision: 301351
URL: http://svn.freebsd.org/changeset/ports/301351

Log:
  - Mark MAKE_JOBS_UNSAFE since this failed with it enabled for me, multiple times
  
  PR:		ports/169606
  Approved by:	maintainer timeout (mm, >2 weeks)

Modified:
  head/graphics/opencv/Makefile   (contents, props changed)

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Sun Jul 22 20:50:59 2012	(r301350)
+++ head/graphics/opencv/Makefile	Sun Jul 22 20:51:02 2012	(r301351)
@@ -20,7 +20,7 @@ LICENSE_FILE=	${WRKSRC}/doc/license.txt
 
 USE_GNOME=	pkgconfig
 WANT_GSTREAMER=	yes
-MAKE_JOBS_SAFE=	yes
+MAKE_JOBS_UNSAFE=	yes
 USE_BZIP2=	yes
 USE_CMAKE=	yes
 USE_LDCONFIG=	yes



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