#17070 closed defect (fixed)
BUG: emacs and libgdiplus use conflicting gif libraries
Reported by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | Owned by: | darren.bane@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | emacs |
Description
emacs depends on libungif while libgdiplus depends on giflib.
libungif and giflib can't both be installed.
Since giflib is newer and compatible with libungif, may I humbly suggest
that emacs use giflib as well?
Attaches is a proposed fix.
I also changed the dependencies form lib:: to port: in keeping with the
MacPorts policy of not using libraries from other sources.
Attachments (1)
Change History (6)
Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Attachment: | Portfile.diff added |
---|
comment:1 follow-up: 2 Changed 16 years ago by blb@…
comment:2 Changed 16 years ago by mf2k (Frank Schima)
comment:3 Changed 16 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r41857 (maintainer timeout), without the unrelated changes since it's not my port.
Note: See
TracTickets for help on using
tickets.
We should probably have a ticket for converting all ports currently using libungif to switch to giflib.