Bug 51461 - x11-wm/fvwm2-devel fails to detect fontconfig >= 2.1.92
Summary: x11-wm/fvwm2-devel fails to detect fontconfig >= 2.1.92
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-27 15:30 UTC by Guido Berhoerster
Modified: 2003-05-04 22:08 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Berhoerster 2003-04-27 15:30:04 UTC
x11-wm/fvwm2-devel uses Xft and fontconfig. The configure script
of fvwm looks for fontconfig-config in order to detect fontconfig.
Since version 2.1.92 fontconfig-config is no longer installed by the
fontconfig port. Thus the fvwm configure fails to detect fontconfig
and will not compile in freetype support.

Fix: 

At least the configure script needs to be fixed so that it can use
pkg-config fontconfig instead of the old fontconfig-config. I don't
have time to do it myself, sorry.
How-To-Repeat: You need to have fontconfig 2.1.92 installed in order to reproduce
the problem.

cd /usr/ports/x11-wm/fvwm2-devel/ && make install

You can either watch the configure messages stating that
fontconfig-config was not found or look into config.log or look
at the output of fvwm -V.
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2003-04-27 19:14:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer.
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2003-05-04 22:06:07 UTC
State Changed
From-To: open->closed

Fixed. See CVS logs for fix.