[MacPorts] #2610: REVISION: gimp-1.2.5 (WITH PATCH)

MacPorts noreply at macports.org
Thu Mar 24 07:03:49 PDT 2016


#2610: REVISION: gimp-1.2.5 (WITH PATCH)
---------------------+--------------------------------
  Reporter:  sal@…   |      Owner:  macports-tickets@…
      Type:  defect  |     Status:  closed
  Priority:  Low     |  Milestone:
 Component:  ports   |    Version:  1.0
Resolution:  fixed   |   Keywords:
      Port:  gimp    |
---------------------+--------------------------------
Changes (by ryandesign@…):

 * port:   => gimp


Old description:

> charset.alias is an autogenerated file that causes the gimp port to
> conflict
> with several other ports (none of which should be installing this file).
> Added a
> line to the Portfile to remove this file after destroot'ing.
>
> --- Portfile    19 Mar 2004 23:18:42 -0000      1.25
> +++ Portfile    24 Jan 2005 09:12:24 -0000
> @@ -24,7 +24,8 @@ patchfiles    patch-Makefile.in patch-plug_
>
>  configure.env  PATH=$\{PATH\}:${prefix}/bin CPPFLAGS=-I${prefix}/include
>  configure.args --disable-print --disable-perl
> --mandir=${prefix}/share/man
> -post-destroot  { system "rm ${destroot}${prefix}/bin/gimp"
> +post-destroot  { system "rm ${destroot}${prefix}/lib/charset.alias"
> +                 system "rm ${destroot}${prefix}/bin/gimp"
>                   set script [open "${destroot}${prefix}/bin/gimp" w
> 0755]
>                   puts $script "#!/bin/sh"
>                   puts $script \

New description:

 charset.alias is an autogenerated file that causes the gimp port to
 conflict
 with several other ports (none of which should be installing this file).
 Added a
 line to the Portfile to remove this file after destroot'ing.

 {{{
 --- Portfile    19 Mar 2004 23:18:42 -0000      1.25
 +++ Portfile    24 Jan 2005 09:12:24 -0000
 @@ -24,7 +24,8 @@ patchfiles    patch-Makefile.in patch-plug_

  configure.env  PATH=$\{PATH\}:${prefix}/bin CPPFLAGS=-I${prefix}/include
  configure.args --disable-print --disable-perl
 --mandir=${prefix}/share/man
 -post-destroot  { system "rm ${destroot}${prefix}/bin/gimp"
 +post-destroot  { system "rm ${destroot}${prefix}/lib/charset.alias"
 +                 system "rm ${destroot}${prefix}/bin/gimp"
                   set script [open "${destroot}${prefix}/bin/gimp" w 0755]
                   puts $script "#!/bin/sh"
                   puts $script \
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/2610#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list