#14854 closed defect (fixed)
BUG: ImageMagick fails to activate with perl variant
Reported by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
With the perl variant, ImageMagick attempts to create the file perllocal.pod.
This creates a conflict if a different port has already created this file (net-snmp in my case).
Other ports (e.g. git-core, p5-libapreq2, and clearsilver) remove the perllocal.pod file they create.
Attached is a proposed fix.
When other ports delete the perllocal.pod file, they also fix the .packlist file as well.
I have included this in the patch.
Attachments (1)
Change History (6)
Changed 17 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | assigned → new |
---|
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|
comment:4 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed in r36124. Thanks!
Note: See
TracTickets for help on using
tickets.
Thanks; this sounds like a great suggestion.