From owner-svn-ports-head@freebsd.org Thu Dec 8 20:30:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BDF3C6E0C1; Thu, 8 Dec 2016 20:30:31 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DF85A12EA; Thu, 8 Dec 2016 20:30:30 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB8KUUg5059624; Thu, 8 Dec 2016 20:30:30 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB8KUUvR059623; Thu, 8 Dec 2016 20:30:30 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201612082030.uB8KUUvR059623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 8 Dec 2016 20:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428157 - head/graphics/graphviz/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-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 08 Dec 2016 20:30:31 -0000 Author: dinoex Date: Thu Dec 8 20:30:29 2016 New Revision: 428157 URL: https://svnweb.freebsd.org/changeset/ports/428157 Log: - use egrep for portability PR: 215089 Submitted by: Raphael Kubo da Costa Added: head/graphics/graphviz/files/patch-Makefile.in (contents, props changed) Added: head/graphics/graphviz/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/graphviz/files/patch-Makefile.in Thu Dec 8 20:30:29 2016 (r428157) @@ -0,0 +1,15 @@ +Backported from https://github.com/ellson/graphviz/pull/1179 + +Use egrep so that the command works with base's BSD grep when it is built +without compatibility with GNU grep. +--- Makefile.in.orig 2016-12-05 10:31:12.865899000 +0100 ++++ Makefile.in 2016-12-05 10:31:32.065451000 +0100 +@@ -1246,7 +1246,7 @@ + find $(distdir) -name CVS -type d -prune -exec rm -rf {} \; + + $(top_builddir)/graphviz_version.h: config.h +- $(GREP) 'PACKAGE\|VERSION\|GVPLUGIN' config.h > $(top_builddir)/graphviz_version.h ++ $(EGREP) 'PACKAGE|VERSION|GVPLUGIN' config.h > $(top_builddir)/graphviz_version.h + + .PHONY: rpm + rpm: dist