CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2011/07/08 13:04:05

Modified files:
        print/fontforge: Makefile distinfo 
        print/fontforge/patches: patch-fontforge_Makefile_dynamic_in 
        print/fontforge/pkg: PLIST 
Added files:
        print/fontforge/patches: patch-fontforge_cvexport_c 
                                 patch-fontforge_print_c 
                                 patch-gutils_gimagewritepng_c 
Removed files:
        print/fontforge/patches: patch-fontforge_ffpython_h 
                                 patch-fontforge_fvimportbdf_c 
                                 patch-fontforge_svg_c 

Log message:
Update to fontforge-20110222.

Let it build with png-1.5 (from naddy@, who surely went blind on it).

While here, patch away some weird attempts to get something meaningful
out of code like this (yes, I show it to you all, you have to share
the pain):

if ( timezone==0 )
fprintf( pi->out, "Z)\n" );
else
fprintf( pi->out, "%+02d')\n", (int) timezone/3600 );   /* doesn't handle 
half-hour zones */

That's the address of timezone(3), divided by 3600 m(

ok naddy@

Reply via email to