svn commit: r322646 - head/devel/insight

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 11:18:03 UTC 2013


Author: bapt
Date: Wed Jul 10 11:18:03 2013
New Revision: 322646
URL: http://svnweb.freebsd.org/changeset/ports/322646

Log:
  Mark job unsafe

Modified:
  head/devel/insight/Makefile

Modified: head/devel/insight/Makefile
==============================================================================
--- head/devel/insight/Makefile	Wed Jul 10 11:16:59 2013	(r322645)
+++ head/devel/insight/Makefile	Wed Jul 10 11:18:03 2013	(r322646)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:    gdb-insight
-# Date created:         December 2, 2010
-# Whom:                 Mikhail Teterin
-#
+# Created by: Mikhail Teterin
 # $FreeBSD$
 
 PORTREVISION=	1
@@ -15,4 +12,6 @@ MASTERDIR=	${.CURDIR:H}/gdb66
 WITH_INSIGHT=	true
 CONFLICTS=	gdb-[6-9]*
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list