Opened 18 years ago

Closed 18 years ago

#5766 closed defect (fixed)

BUG: Kaffe depends on Freetype

Reported by: darren.bane@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Trying to install Kaffe yields the attached error. As far as I can tell, this is a Kaffe bug, something like the following lines should be in configure.ac, following the example of Gtk+2 there:

PKG_CONFIG_SOMETHING(FREETYPE2, freetype2) AC_SUBST(FREETYPE2_CFLAGS) AC_SUBST(FREETYPE2_LDFLAGS)

However, I get the impression that it's unreasonable to force a run of automake and autoconf after a patch (configure and make are ok though). With that in mind, I've just worked around the bug with the attached patch for the Kaffe Portfile.

<rant>This has all just reinforced my dislike of the GNU build system (automake, autoconf, and now pkg-config). I'd prefer mk and iffe (if you need it, which you probably don't).</rant>

Attachments (1)

kaffe.patch (1.2 KB) - added by darren.bane@… 18 years ago.
Proposed patch to lang/kaffe/Portfile

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by darren.bane@…

Attachment: kaffe.patch added

Proposed patch to lang/kaffe/Portfile

comment:1 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed
Summary: Kaffe depends on FreetypeBUG: Kaffe depends on Freetype

thanks, commited!

Note: See TracTickets for help on using tickets.