Commits

George Plymale II authored and Perry E. Metzger committed 0de04ea3cb9
revamp grep port due to 35915ffebe and adjust its dependents

There was a mailing list discussion started here: https://lists.macports.org/pipermail/macports-dev/2018-June/039101.html Basically, offering the g_prefix variant introduced in 35915ffebe could cause problems in other ports that use grep. So, after some deliberation, the decision was made to revamp the grep port to be like other GNU ports in that it would install itself as ggrep and add non-g* symlinks in ${prefix}libexec/gnubin. Other ports which relied on grep have either had their dependencies removed, which means that they now rely on /usr/bin/grep, or they were adjusted to work with the new changes to grep's installation. Many of these ports, though, actually only use grep during the configure phase and they are able to detect and use ggrep rather than /usr/bin/grep.
No tags

audio/tagtool/Portfile

Modified
20 20
21 21 master_sites sourceforge
22 22 use_bzip2 yes
23 23 checksums \
24 24 md5 447b3a505fee68a82f25dcda9377b676 \
25 25 sha1 e7ed4ebf8f9881cf38b2340b18e95947f658308e \
26 26 rmd160 9f5ae223580948c403cd44d82ecef0d03040ff09
27 27
28 28 patchfiles patch-str_util-lp64.diff
29 29
30 -depends_build bin:grep:grep \
31 - bin:fgrep:grep \
32 - port:pkgconfig \
30 +depends_build port:pkgconfig \
33 31 port:intltool
34 32 depends_lib port:id3lib \
35 33 port:libvorbis \
36 34 port:gettext \
37 35 port:gtk2 \
38 36 port:libglade2 \
39 37 port:libxml2 \
40 38 port:sqlite3 \
41 39 port:libffi
42 40

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut