Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#2610 closed defect (fixed)

REVISION: gimp-1.2.5 (WITH PATCH)

Reported by: sal@… Owned by: macports-tickets@…
Priority: Low Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: gimp

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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 \

Change History (5)

comment:1 Changed 19 years ago by sal@…

Summary: graphics/gimp: tries to install charset.aliasgraphics/gimp: tries to install charset.alias (WITH PATCH)

comment:2 Changed 19 years ago by sal@…

Summary: graphics/gimp: tries to install charset.alias (WITH PATCH)REVISION: gimp-1.2.5 (WITH PATCH)

comment:3 Changed 19 years ago by toby@…

Committed, thanks!

comment:4 Changed 19 years ago by toby@…

Resolution: fixed
Status: newclosed

comment:5 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: gimp added
Note: See TracTickets for help on using tickets.