svn commit: r301351 - head/graphics/opencv

Steve Wills swills at FreeBSD.org
Sun Jul 22 20:51:03 UTC 2012


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



More information about the svn-ports-all mailing list