Thank you for reply…
I use 2.2.3 repo and the path /home/pfsense/tools/pfPorts/www/pecl-APC is exist, my make try result:
root@FBSD101X64:/home/pfsense/tools/pfPorts/www/pecl-APC # make
===> License PHP301 accepted by the user
===> Found saved configuration for pecl-APC-3.1.14_1
===> pecl-APC-3.1.14_1 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by pecl-APC-3.1.14_1 for building
===> Extracting for pecl-APC-3.1.14_1
===> SHA256 Checksum OK for PECL/APC-3.1.13.tgz.
===> Patching for pecl-APC-3.1.14_1
===> Applying extra patch /home/pfsense/tools/pfPorts/www/pecl-APC/files/extra-patch-fix-build-55
===> Configuring for pecl-APC-3.1.14_1
===> Building for pecl-APC-3.1.14_1
make[2]: cannot open Makefile.
make[2]: stopped in /home/pfsense/tools/pfPorts/www/pecl-APC/work/APC-3.1.13
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make[1]: stopped in /home/pfsense/tools/pfPorts/www/pecl-APC
*** Error code 1
Stop.
make: stopped in /home/pfsense/tools/pfPorts/www/pecl-APC
Next try with option MAKE_JOBS_UNSAFE=yes
root@FBSD101X64:/home/pfsense/tools/pfPorts/www/pecl-APC # make MAKE_JOBS_UNSAFE=yes install
===> Building for pecl-APC-3.1.14_1
make[2]: cannot open Makefile.
make[2]: stopped in /home/pfsense/tools/pfPorts/www/pecl-APC/work/APC-3.1.13
*** Error code 1
Stop.
make[1]: stopped in /home/pfsense/tools/pfPorts/www/pecl-APC
*** Error code 1
Stop.
make: stopped in /home/pfsense/tools/pfPorts/www/pecl-APC
root@FBSD101X64:/home/pfsense/tools/pfPorts/devel/php55-pfSense-module # make
mkdir -p /home/pfsense/tools/pfPorts/devel/php55-pfSense-module/work/pfSense-0.1
cp -r files/* /home/pfsense/tools/pfPorts/devel/php55-pfSense-module/work/pfSense-0.1
===> Patching for php55-pfSense-module-0.1_2
===> Configuring for php55-pfSense-module-0.1_2
===> Building for php55-pfSense-module-0.1_2
make[1]: cannot open Makefile.
make[1]: stopped in /home/pfsense/tools/pfPorts/devel/php55-pfSense-module/work/pfSense-0.1
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make: stopped in /home/pfsense/tools/pfPorts/devel/php55-pfSense-module
Next try with option MAKE_JOBS_UNSAFE=yes
root@FBSD101X64:/home/pfsense/tools/pfPorts/devel/php55-pfSense-module # make MAKE_JOBS_UNSAFE=yes
===> Building for php55-pfSense-module-0.1_2
make[1]: cannot open Makefile.
make[1]: stopped in /home/pfsense/tools/pfPorts/devel/php55-pfSense-module/work/pfSense-0.1
*** Error code 1
Stop.
make: stopped in /home/pfsense/tools/pfPorts/devel/php55-pfSense-module
root@FBSD101X64:/home/pfsense/tools/pfPorts/devel/php55-pfSense-module #
Can you help me please?!