Greetings, I'm trying to update PHP by applying the patches found at http://forums.cacti.net/download.php?id=8833 and I have a small question. I have copied the 4.2 release port to /usr/ports/mystuff/www/php5 and applied the patch (cd /usr/ports/mystuff/www/php5; patch </tmp/php5-5.2.5.diff). But 'make' still seems to be seeing 5.2.3 even though the Makefile.inc says version 5.2.5...
[EMAIL PROTECTED] make clean ===> www/php5/core ===> Cleaning for php5-core-5.2.3 ===> www/php5/extensions ===> Cleaning for php5-extensions-5.2.3 ===> www/php5/extensions,no_x11 ===> Cleaning for php5-extensions-5.2.3 [EMAIL PROTECTED] head Makefile.inc # $OpenBSD: Makefile.inc,v 1.16 2007/07/02 08:53:17 robert Exp $ # This port currently only works with archs supporting dynamic loading # and has Apache that supports DSO's. NOT_FOR_ARCHS= ${NO_SHARED_ARCHS} V= 5.2.5 SUHOSIN_V= 0.9.6.2 DISTNAME?= php-${V} CATEGORIES= www lang Any suggestions?