Jump to content

FreeBSD Make.conf Default Version does not work

Hello

 

I'm trying to changes my default version of DB and of PHP to install Nextcloud with my actual build.
I'm using :

- nginx 1.22 (with php-fpm)

- php 8.2

- postgresql 15

and want to install the latest version of nextcloud.

 

My issue is that even if i change the make.conf and the 'make config' nextcloud still try to take his default version

I join screens of every things. Ask me if i'm not clear enough.

 

Thanks

 

Versions installed:

version_list.png

 

Make showconfig:

make_showconfig.png

 

Make.conf

make_conf.png

 

Make default versions

make_default_version.png

 

nextcloud dependancies:

nextcloud_depends.png

Link to comment
Share on other sites

Link to post
Share on other sites

not that much experience with freeBSD,

and i will assume there is a reason why your building (make) over using a bin(pkg)

 

but (i'll repeat not that fam wit FreeBSD) is it possible that similar tto how portage works in gentoo , the /usr/ports/lang/php74 in the dep list is actually prefixed with a '>=' so uppon building and actually pulling in packages it wil actually pull in the make script from the actual php port , and whatever version is in that make file wil be installed ...  ?

 

its possible that by piping to grep ,some stuff gets lost that isnt obvious as ik try to demonstrate here :

image.thumb.png.9f52ea47bb7960e13f9bc642171f73ea.png

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×