Index: graphics/gd/Makefile =================================================================== --- graphics/gd/Makefile (revision 320799) +++ graphics/gd/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= gd PORTVERSION= 2.0.35 -PORTREVISION?= 8 +PORTREVISION?= 9 PORTEPOCH= 1 CATEGORIES+= graphics MASTER_SITES= http://www.libgd.org/releases/ \ Index: graphics/gd/files/patch-gd_gif_out.c =================================================================== --- graphics/gd/files/patch-gd_gif_out.c (revision 0) +++ graphics/gd/files/patch-gd_gif_out.c (working copy) @@ -0,0 +1,24 @@ +--- gd_gif_out.c~ 2007-01-04 15:44:31.000000000 +0300 ++++ gd_gif_out.c 2013-06-13 17:11:11.000000000 +0400 +@@ -586,9 +586,9 @@ + int InitCodeSize; + int i; + GifCtx ctx; ++ memset(&ctx, 0, sizeof(ctx)); + ctx.Interlace = GInterlace; + ctx.in_count = 1; +- memset(&ctx, 0, sizeof(ctx)); + ColorMapSize = 1 << BitsPerPixel; + + RWidth = ctx.Width = GWidth; +@@ -735,9 +735,9 @@ + int InitCodeSize; + int i; + GifCtx ctx; ++ memset(&ctx, 0, sizeof(ctx)); + ctx.Interlace = GInterlace; + ctx.in_count = 1; +- memset(&ctx, 0, sizeof(ctx)); + ColorMapSize = 1 << BitsPerPixel; + + if (LeftOfs < 0) LeftOfs = 0;