Commit graph

19 commits

Author SHA1 Message Date
jdolecek
f01773465b fix compilation after PHP 4.4.x upgrade 2005-09-04 12:46:01 +00:00
jlam
6d845f18f1 Don't include bsd.builtin.mk... just include the builtin.mk file for
the package that we're interested in (iconv).  Also, fix the logic so
that we don't assume that built-in libiconv.so doesn't exist.
2005-06-01 19:13:24 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jdolecek
d7a6086867 it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting now, do so for aesthetic reasons
2004-11-05 21:44:44 +00:00
jdolecek
ac09227971 convert to use lang/php/ext.mk, tho these packages are PHP4-only
(moved to PECL or replaced by different extensions in 5.x)
2004-10-31 21:28:51 +00:00
jdolecek
ce763f8230 the trick with setting PHP_ICONV in environment doesn't work with
more recent PHP anymore, so use USE_BUILDIN.iconv test to select
the appropriate iconv parameter value

fixes compilation on NetBSD 1.6.x and other systems without builtin
iconv, and thus PR pkg/26212 and PR pkg/26213

package behaviour unchanged, so no PKGREVISION bump done
2004-07-12 04:32:21 +00:00
jdolecek
e20e6ce14e Update php4 package to 4.3.7.
Change list from release notes:

* Synchronized bundled GD library with GD 2.0.23.
* Fixed a bug that prevented compilation of GD extensions against
  FreeType 2.1.0-2.1.2.
* Fixed thread safety issue with informix connection id.
* Fixed incorrect resolving of relative paths by glob() in windows.
* Fixed mapping of Greek letters to html entities.
* Fixed a bug that caused an on shutdown crash when using PHP with Apache
  2.0.49.
* Fixed a number of crashes inside pgsql, cpdf and gd extensions.

All in all this release fixes over 30 bugs that have been discovered
and resolved since the 4.3.6 release.
2004-07-06 19:52:01 +00:00
xtraeme
9187c0f923 bl3ify 2004-04-25 00:52:39 +00:00
jdolecek
90c1c1709f Update PHP to final 4.3.3
Some highlights of changes since 4.2.3:
* PCRE updated to 4.3, GD to 2.0.15
* improved Apache2 support
* much improved stream & URL wrapper support, output compression support
* added CLI (Command Line Interface) SAPI
* debug_backtrace() backported from ZendEngine2
* faster build system
* huge number of other bug fixes and improvements

Packaging changes:
* 'pcre', 'xml', and 'session' modules folded back into main package -
  'pcre' and 'xml' is required by PEAR, and 'session' is just too essential
  to be separate
* 'gd' module now uses bundled PHP GD library, which is better integrated
* PHP modules use shared distinfo when possible to ease future PHP updates
* ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php
  remains CGI version
2003-08-31 19:55:21 +00:00
xtraeme
83f7ad9b76 Bump package revision to 2 (Sablotron was updated to 1.0). 2003-08-29 15:49:14 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
e7a1bc76f7 Update to 4.2.3. Simplify logic to find libiconv. 2002-10-30 15:28:12 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
wiz
0240d2a06b Convert to buildlink2 (was mixing one and two). 2002-09-10 12:32:11 +00:00
tron
b8d1c715f6 Update distribution file checksum for PHP version 4.1.2. 2002-02-28 09:50:01 +00:00
jlam
08fc0c1e7f Update textproc/php4-xslt to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:19:03 +00:00
jlam
156605b056 Update textproc/php4-xslt to 4.1.1. Changes from version 4.1.0 include:
- Fixed several crash bugs in the xslt extension. (Markus, Derick)
2002-01-06 19:57:07 +00:00
jlam
90485a20ed Install the API documentation for php4-xslt. 2002-01-01 06:46:39 +00:00
jlam
d201ee15d0 textproc/php4-xslt: PHP4 extension for XSLT functions (Sablotron backend)
PHP is a programming language designed to be embedded into web pages.
This module provides XSLT functions for PHP4.  This module replaces
textproc/php4-sablot, which has been deprecated/removed.
2002-01-01 03:48:14 +00:00