Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #2611 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

REVISION: gaim-1.1.1 (WITH PATCH)

Reported by: sal@… Owned by: mij@…
Priority: Low Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

because the gaim port uses perl, it tries to "add" to the perllocal.pod file. Because it is destroot'd into a clean directory, it decides that there is no perllocal.pod file and makes its own. Upon installation, it clobbers any existing file. Ideally, the install should *add* to perllocal.pod, but in the mean time, we need to delete the file.

--- 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

Changed 4 years ago by sal@…

  • owner changed from darwinports-bugs@… to mij@…
  • summary changed from net/gaim: install clobbers perllocal.pod (WITH PATCH) to REVISION: gaim-1.1.1 (WITH PATCH)

Changed 4 years ago by toby@…

  • status changed from new to closed
  • resolution set to fixed

WTF? This is about the GIMP, and this was fixed a while back anyway.

Note: See TracTickets for help on using tickets.