cvs commit: ports/lang/php4/files patch-ext::gd::gd.c patch-ext::gd::gd_ctx.cpatch-ext::gd::libgd::gd_gif_out.c patch-main::php_config.h.in

Norikatsu Shigemura nork at FreeBSD.org
Wed Jul 2 23:02:40 PDT 2003


nork        2003/07/02 23:02:39 PDT

  FreeBSD ports repository

  Added files:
    lang/php4/files      patch-ext::gd::gd.c 
                         patch-ext::gd::gd_ctx.c 
                         patch-ext::gd::libgd::gd.h 
                         patch-ext::gd::libgd::gd_biggif_out.c 
                         patch-ext::gd::libgd::gd_gif_out.c 
                         patch-ext::gd::libgd::gd_lzw_out.c 
                         patch-ext::gd::php_gd.h 
                         patch-main::php_config.h.in 
  Log:
  o Switch to libtool 1.4.
  o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack at liwing.de>
    in ports/53754, implemented in a slightly different way).
  o Add GIF and animated GIF write support by default in GD and add
    WITH_LZW knob to enable the LZW compression algorithm (patented
    in some countries).
  o Removed gd_gif_out.diff patch and added many new patches.
  
  PR:             ports/53754, ports/53879
  Requested by:   Jens Rehsack <rehsack at liwing.de>
  Submitted by:   Alex Dupre <sysadmin at alexdupre.com> (maintainer)
  
  Revision  Changes    Path
  1.1       +50 -0     ports/lang/php4/files/patch-ext::gd::gd.c (new)
  1.1       +158 -0    ports/lang/php4/files/patch-ext::gd::gd_ctx.c (new)
  1.1       +45 -0     ports/lang/php4/files/patch-ext::gd::libgd::gd.h (new)
  1.1       +1087 -0   ports/lang/php4/files/patch-ext::gd::libgd::gd_biggif_out.c (new)
  1.1       +73 -0     ports/lang/php4/files/patch-ext::gd::libgd::gd_gif_out.c (new)
  1.1       +939 -0    ports/lang/php4/files/patch-ext::gd::libgd::gd_lzw_out.c (new)
  1.1       +21 -0     ports/lang/php4/files/patch-ext::gd::php_gd.h (new)
  1.1       +12 -0     ports/lang/php4/files/patch-main::php_config.h.in (new)


More information about the cvs-all mailing list