FreeBSD Bugzilla – Attachment 177708 Details for
Bug 215089
[PATCH] graphics/graphviz: Backport patch to make the build work with BSD grep and WITHOUT_GNU_GREP_COMPAT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
graphviz-egrep-v1.diff (text/plain), 1.22 KB, created by
Raphael Kubo da Costa
on 2016-12-06 08:16:21 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2016-12-06 08:16:21 UTC
Size:
1.22 KB
patch
obsolete
>Index: graphics/graphviz/files/patch-Makefile.in >=================================================================== >--- graphics/graphviz/files/patch-Makefile.in (nonexistent) >+++ graphics/graphviz/files/patch-Makefile.in (working copy) >@@ -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 > >Property changes on: graphics/graphviz/files/patch-Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rakuco
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 215089
: 177708