tinderbox won't build or install security/php52-filter

This is a weird issue. If I build security/php52-filter from the ports it completes without problem. If I build it in my tinderbox it fails to build and install.

I checked the Makefiles for differences with Makefiles of other php extensions. I did not find any clues.

Does anybody know what is happening here: http://pastebin.com/GVPcYJNP (tinderbox errorlog).

Code:
install: /work/a/ports/security/php52-filter/work/php-5.2.17/ext/filter/modules/filter.so:
 No such file or directory

Thanks!
 
Ok, solved. Problem was I was forcing php version with tinderbox/script/env/build.BLABLAH-file. But I was setting PHP_VERSION instead of PHP_VER ;)
 
Back
Top