Index: xc/ChangeLog =================================================================== RCS file: /cvs/xorg/xc/ChangeLog,v retrieving revision 1.501 diff -u -2 -0 -r1.501 ChangeLog --- xc/ChangeLog 3 Nov 2004 00:44:40 -0000 1.501 +++ xc/ChangeLog 3 Nov 2004 19:30:40 -0000 @@ -1,20 +1,26 @@ +2004-11-03 Roland Mainz + * xc/lib/font/FreeType/ftfuncs.c + Bugzilla #1767 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1767): + Fixing build bustage in xc/programs/bdftopcf/ due missing + `FT_STREAM_SEEK'/`FT_STREAM_POS' symbols. + 2004-11-02 Roland Mainz * xc/programs/pclcomp/pclcomp.c Bugzilla #1758 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1758): Fixing various build errors and warnings in "pclcomp". 2004-11-02 Egbert Eich * lib/font/FreeType/ftfuncs.c: Removing unneeded private FreeType2 symbol. * programs/Xserver/hw/xfree86/ddc/edid.h: * programs/Xserver/hw/xfree86/ddc/interpret_edid.c: (xf86InterpretEDID), (get_display_section), (get_std_timing_section), (get_dt_md_section), (get_dst_timing_section), (get_monitor_ranges), (get_detailed_timing_section), (validate_version): * programs/Xserver/hw/xfree86/ddc/print_edid.c: (xf86PrintEDID), (print_display), (print_input_features), (print_dpms_features), (print_detailed_monitor_section), (print_detailed_timings), (print_number_sections): Index: xc/lib/font/FreeType/ftfuncs.c =================================================================== RCS file: /cvs/xorg/xc/lib/font/FreeType/ftfuncs.c,v retrieving revision 1.8 diff -u -2 -0 -r1.8 ftfuncs.c --- xc/lib/font/FreeType/ftfuncs.c 2 Nov 2004 08:54:52 -0000 1.8 +++ xc/lib/font/FreeType/ftfuncs.c 3 Nov 2004 19:30:55 -0000 @@ -37,43 +37,41 @@ #else #include "Xmd.h" #include "Xdefs.h" #include "xf86_ansic.h" #endif #include "fntfilst.h" #include "fontutil.h" #include "FSproto.h" #include #include FT_FREETYPE_H #include FT_SIZES_H #include FT_TRUETYPE_IDS_H #include FT_TRUETYPE_TABLES_H #include FT_TYPE1_TABLES_H #include FT_XFREE86_H #include FT_BBOX_H #include FT_INTERNAL_TRUETYPE_TYPES_H #include FT_TRUETYPE_TAGS_H #include FT_INTERNAL_SFNT_H -#if 0 #include FT_INTERNAL_STREAM_H -#endif /* * If you want to use FT_Outline_Get_CBox instead of * FT_Outline_Get_BBox, define here. */ /* #define USE_GET_CBOX */ #ifdef USE_GET_CBOX #include FT_OUTLINE_H #endif #include "fontenc.h" #include "ft.h" #include "ftfuncs.h" #include "xttcap.h" /* Work around FreeType bug */ #define WORK_AROUND_UPM 2048 #ifndef True #define True (-1) #endif /* True */