The default settings in FreeBSD's Make.conf aren't functioning correctly.
The default settings in FreeBSD's Make.conf aren't functioning correctly.
Hello, I'm attempting to update my default database and PHP settings to install Nextcloud with my custom build. I'm using: - nginx 1.22 (with php-fpm) - php 8.2 - postgresql 15 and aim to get the newest version of Nextcloud. The problem is that even after modifying Make.conf and running 'make config', Nextcloud still tries to use its default version. Could you clarify if I'm not explaining clearly enough? Thanks! Versions installed: Make showconfig: Make.conf Set default versions for nextcloud dependencies:
experience with freeBSD is limited, but I understand why your build might prefer using bin(pkg) instead of a bin(pkg) in general. (I know this isn't typical for FreeBSD.) It seems similar to how portage functions in Gentoo could work—specifically, the /usr/ports/lang/php74 entry in the dep list is likely prefixed with '>=' so that when you build and pull packages, it fetches the correct make script from the actual PHP port. The version in that make file will then be installed properly. It's also possible that piping to grep might hide some details that aren't immediately clear as I'm trying to explain this here.