From owner-svn-ports-all@FreeBSD.ORG Wed May 7 00:39:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8C30BCE; Wed, 7 May 2014 00:39:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4B1F8E3; Wed, 7 May 2014 00:39:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s470d7FI029335; Wed, 7 May 2014 00:39:07 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s470d7T5029333; Wed, 7 May 2014 00:39:07 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201405070039.s470d7T5029333@svn.freebsd.org> From: John Marino Date: Wed, 7 May 2014 00:39:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353138 - in head/devel/libical: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 00:39:07 -0000 Author: marino Date: Wed May 7 00:39:06 2014 New Revision: 353138 URL: http://svnweb.freebsd.org/changeset/ports/353138 QAT: https://qat.redports.org/buildarchive/r353138/ Log: devel/libical: Mark not jobs safe This port isn't safe for parallel building. While here, also bring in configure modification for DragonFly Approved by: x11 (kwm) Modified: head/devel/libical/Makefile head/devel/libical/files/patch-configure Modified: head/devel/libical/Makefile ============================================================================== --- head/devel/libical/Makefile Tue May 6 23:52:43 2014 (r353137) +++ head/devel/libical/Makefile Wed May 7 00:39:06 2014 (r353138) @@ -16,6 +16,8 @@ USES= cmake gmake pathfix perl5 USE_PERL5= build USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE= yes + .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" Modified: head/devel/libical/files/patch-configure ============================================================================== --- head/devel/libical/files/patch-configure Tue May 6 23:52:43 2014 (r353137) +++ head/devel/libical/files/patch-configure Wed May 7 00:39:06 2014 (r353138) @@ -5,7 +5,7 @@ os_win32=yes ;; -*linux*) -+*linux*|*freebsd*) ++*linux*|*dragonfly*|*freebsd*) use_builtin_timezone=no os_win32=no ;;