pkgsrc/www/php4/buildlink3.mk
tron a3b83c67cd Update "php4" package to version 4.4.0. The update fixes a large number
of bugs discovered since the 4.3.11 release which could e.g. lead to
memory corruption.

Furthermore integrate version 1.4.0 of PEAR XML_RPC which contains a fix
for the "PEAR XML_RPC Remote PHP Code Injection Vulnerability" security
problem reported by the Hardened-PHP Project.
2005-08-17 19:58:34 +00:00

19 lines
505 B
Makefile

# $NetBSD: buildlink3.mk,v 1.7 2005/08/17 19:58:34 tron Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PHP_BUILDLINK3_MK:= ${PHP_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= php
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nphp}
BUILDLINK_PACKAGES+= php
.if !empty(PHP_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.php+= php-4.4.*
BUILDLINK_RECOMMENDED.php+= php>=4.4.0
BUILDLINK_PKGSRCDIR.php?= ../../www/php4
.endif # PHP_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}