[macports-ports] branch master updated: coreutils: Prevent conflict with gegl - Rename gcut to gnucut
Ryan Schmidt
ryandesign at macports.org
Tue Dec 26 21:08:09 UTC 2017
On Dec 26, 2017, at 14:08, Frank Schima wrote:
> Frank Schima (mf2k) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/7ec5110be2cd0c5f659c36d7721243558458b1e4
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new 7ec5110 coreutils: Prevent conflict with gegl - Rename gcut to gnucut
>
> 7ec5110 is described below
>
>
> commit 7ec5110be2cd0c5f659c36d7721243558458b1e4
>
> Author: Frank Schima
> AuthorDate: Tue Dec 26 13:07:29 2017 -0700
>
>
> coreutils: Prevent conflict with gegl
>
> - Rename gcut to gnucut
>
>
>
> Fixes: https://trac.macports.org/ticket/55327
>
> ---
> sysutils/coreutils/Portfile | 10 ++++++++++
> 1 file changed, 10 insertions(+)
> @@ -56,14 +57,23 @@ post-destroot {
> xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \
> THANKS THANKS-to-translators TODO ${destroot}${docdir}
>
> + # Prevent conflict with gegl
> + # See https://trac.macports.org/ticket/55327
> + move ${destroot}${prefix}/bin/gcut ${destroot}${prefix}/bin/gnucut
> +
> xinstall -m 755 -d ${destroot}${prefix}/libexec/gnubin
> foreach binary [glob -tails -directory ${destroot}${prefix}/bin g*] {
> ln -s ${prefix}/bin/${binary} ${destroot}${prefix}/libexec/gnubin/[string range $binary 1 end]
> }
> +
> + # Fix symlink to gnucut
> + move ${destroot}${prefix}/libexec/gnubin/nucut ${destroot}${prefix}/libexec/gnubin/gnucut
What about the manpage? That should be renamed to match.
More information about the macports-dev
mailing list