0d0ea1f24e
From release announcemenet: After a lengthy QA process, PHP 4.3.4 is finally out! This is a medium size maintenance release, with a fair number of bug fixes. All users are encouraged to upgrade to 4.3.4. Bugfix release PHP 4.3.4 contains, among others, following important fixes, additions and improvements: * Fixed disk_total_space() and disk_free_space() under FreeBSD. * Fixed FastCGI support on Win32. * Fixed FastCGI being unable to bind to a specific IP. * Fixed several bugs in mail() implementation on win32. * Fixed crashes in a number of functions. * Fixed compile failure on MacOSX 10.3 Panther. * Over 60 various bug fixes! For full list of changes in PHP 4.3.4, see ChangeLog: http://www.php.net/ChangeLog-4.php#4.3.4
23 lines
637 B
Makefile
23 lines
637 B
Makefile
# $NetBSD: buildlink2.mk,v 1.5 2003/11/08 06:58:10 jdolecek Exp $
|
|
|
|
.if !defined(PHP4_BUILDLINK2_MK)
|
|
PHP4_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= php4
|
|
BUILDLINK_DEPENDS.php4?= php>=4.3.4
|
|
BUILDLINK_PKGSRCDIR.php4?= ../../www/php4
|
|
|
|
# This adds a build-dependency as php4 has no libraries.
|
|
BUILDLINK_DEPMETHOD.php4?= build
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.php4=php
|
|
BUILDLINK_PREFIX.php4_DEFAULT= ${LOCALBASE}
|
|
BUILDLINK_FILES.php4= include/php/*/*/*.h
|
|
BUILDLINK_FILES.php4+= include/php/*/*.h
|
|
BUILDLINK_FILES.php4+= include/php/*.h
|
|
|
|
BUILDLINK_TARGETS+= php4-buildlink
|
|
|
|
php4-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # PHP4_BUILDLINK2_MK
|