Bug 141043 - x11-toolkit/pango: fix fontconfig/freetype2/cairo handling
Summary: x11-toolkit/pango: fix fontconfig/freetype2/cairo handling
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-01 02:30 UTC by Dima Panov
Modified: 2009-12-01 04:00 UTC (History)
0 users

See Also:


Attachments
pango.diff (1.37 KB, patch)
2009-12-01 02:30 UTC, Dima Panov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dima Panov freebsd_committer freebsd_triage 2009-12-01 02:30:01 UTC

x11-toolkit/pango: fix fontconfig/freetype2/cairo handling:

by default, build of pango gives this log:
[...]
  GEN    PangoFT2-1.0.gir
  GEN    Pango-1.0.typelib
Package pangoft2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pangoft2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pangoft2' found
Package pangoft2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `pangoft2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pangoft2' found
In file included from /tmp/usr/ports/x11-toolkits/pango/work/pango-1.26.1/pango/pango-ot.h:25,
                 from <stdin>:4:
../pango/pangofc-font.h:25:22: error: ft2build.h: No such file or directory
../pango/pangofc-font.h:26:10: error: #include expects "FILENAME" or <FILENAME>
../pango/pangofc-font.h:27:35: error: fontconfig/fontconfig.h: No such file or directory
In file included from ../pango/pango-font.h:25,
                 from ../pango/pangofc-font.h:28,
                 from /tmp/usr/ports/x11-toolkits/pango/work/pango-1.26.1/pango/pango-ot.h:25,
                 from <stdin>:4:
../pango/pango-coverage.h:25:18: error: glib.h: No such file or directory
In file included from ../pango/pango-font.h:26,
                 from ../pango/pangofc-font.h:28,
                 from /tmp/usr/ports/x11-toolkits/pango/work/pango-1.26.1/pango/pango-ot.h:25,
                 from <stdin>:4:
../pango/pango-types.h:26:25: error: glib-object.h: No such file or directory

[...]

This happens by absend apropriate CFLAGS with required include paths.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2009-12-01 03:52:02 UTC
State Changed
From-To: open->closed

This should now be fixed.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-01 03:52:07 UTC
marcus      2009-12-01 03:51:59 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/pango   Makefile 
  Log:
  The pango port shouldn't be installing gir modules itself.
  
  PR:             141043
  
  Revision  Changes    Path
  1.114     +4 -0      ports/x11-toolkits/pango/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"