summaryrefslogtreecommitdiff
path: root/lang/php5/files/patch-ext::gd::libgd::gd_gif_out.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First step of the PHP mega-commit:Alex Dupre2004-07-191-73/+0
| | | | | | | | - remove extensions and PEAR from the PHP base ports - add more OPTIONS to PHP base ports Notes: svn path=/head/; revision=113948
* o Switch to libtool 1.4.Norikatsu Shigemura2003-07-031-0/+73
o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@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@liwing.de> Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer) Notes: svn path=/head/; revision=84110