head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2009.12.15.15.09.22; author drochner; state dead; branches; next 1.1; 1.1 date 2009.11.25.09.58.39; author tron; state Exp; branches; next ; desc @@ 1.2 log @update to 1.26.2 changes: fix non-standard / illegal code which broke build on some platforms (was patched in pkgsrc) @ text @$NetBSD: patch-ak,v 1.1 2009/11/25 09:58:39 tron Exp $ "glyphstring.c", line 350: void function cannot return value --- pango/glyphstring.c.orig Tue Nov 24 11:28:11 2009 +++ pango/glyphstring.c Tue Nov 24 11:29:25 2009 @@@@ -347,7 +347,9 @@@@ NULL}}; PangoGlyphItem glyph_item = {&item, glyphs}; - return pango_glyph_item_get_logical_widths (&glyph_item, text, logical_widths); + pango_glyph_item_get_logical_widths (&glyph_item, text, logical_widths); + + return; } /* The initial implementation here is script independent, @ 1.1 log @Add patches on behalf of Jens Rehsack: Pango was using invalid c++ code and Sun Studio avoids that to compile. Applied patches are taken from the bug-fixes committed upstream -HEAD taken from harrbuuz-ng repository for pango. Bump package revision because of these patches. @ text @d1 1 a1 1 $NetBSD$ @