From owner-svn-ports-head@FreeBSD.ORG Fri Apr 10 22:26:30 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 897D9D79; Fri, 10 Apr 2015 22:26:30 +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 754F0FC1; Fri, 10 Apr 2015 22:26:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3AMQUsp081216; Fri, 10 Apr 2015 22:26:30 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3AMQUMw081215; Fri, 10 Apr 2015 22:26:30 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201504102226.t3AMQUMw081215@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 10 Apr 2015 22:26:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383769 - head/graphics/exiv2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2015 22:26:30 -0000 Author: mat Date: Fri Apr 10 22:26:29 2015 New Revision: 383769 URL: https://svnweb.freebsd.org/changeset/ports/383769 Log: Mark MAKE_JOBS_UNSAFE=yes, it tries to use exv_conf.h before/while generating it. Sponsored by: Absolight Modified: head/graphics/exiv2/Makefile Modified: head/graphics/exiv2/Makefile ============================================================================== --- head/graphics/exiv2/Makefile Fri Apr 10 22:25:11 2015 (r383768) +++ head/graphics/exiv2/Makefile Fri Apr 10 22:26:29 2015 (r383769) @@ -18,6 +18,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/tex GNU_CONFIGURE= yes USES= gettext gmake iconv libtool USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib