Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18643 closed update (fixed)

Support for the no_x11 variant in the giflib Portfile

Reported by: adambyrtek@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: giflib

Description

Currently giflib depends upon X11 libraries, this is not strictly required so I've added support for the no_x11 variant. Diff to the Portfile is attached to this ticket.

Attachments (1)

giflib-no_x11.patch (552 bytes) - added by adambyrtek@… 15 years ago.

Download all attachments as: .zip

Change History (6)

Changed 15 years ago by adambyrtek@…

Attachment: giflib-no_x11.patch added

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Cc: ryandesign@… removed
Owner: changed from macports-tickets@… to ryandesign@…

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementupdate

comment:3 Changed 15 years ago by (none)

Milestone: Port Updates

Milestone Port Updates deleted

comment:4 Changed 15 years ago by dbevans (David B. Evans)

Resolution: fixed
Status: newclosed

In fact, this +no_x11 variant is required for giflib and applications that depend on it to build in a +no_x11 environment without bringing in X11 dependents.

Current case in point is gimp_gap which has a run time dependency on MPlayer which depends on giflib. Adding the +no_x11 variant to giflib allows the others to install without any X11 library dependencies being installed when +no_x11 +quartz variants are asserted.

Committed in r52095 (maintainer timeout).

comment:5 Changed 15 years ago by alpha@…

Thanks for applying this.

Note: See TracTickets for help on using tickets.