From owner-cvs-ports@FreeBSD.ORG Wed Jul 2 23:02:40 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B85537B404; Wed, 2 Jul 2003 23:02:40 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF5D43FF7; Wed, 2 Jul 2003 23:02:39 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6362d0U007840; Wed, 2 Jul 2003 23:02:39 -0700 (PDT) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6362dEm007836; Wed, 2 Jul 2003 23:02:39 -0700 (PDT) Message-Id: <200307030602.h6362dEm007836@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 2 Jul 2003 23:02:39 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 06:02:40 -0000 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 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 Submitted by: Alex Dupre (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)