I have build the ports with the option DEFAULT_VERSIONS+=pgsql=11 in the /usr/local/etc/poudriere.d/make.conf.
Now I change this to 12 because I am planning to upgrade postgresql to version 12.2 (I already build the ports postgresql12-server, postgresql12-client)
For example: after changing make.conf I tried to rebuild the existing port php74-pgsql :
I see this message: No package built, but repository needs te be created.
How can I "rebuild" all the ports wich are now depending on postgresql11-server and postgresql11-client ?
Now I change this to 12 because I am planning to upgrade postgresql to version 12.2 (I already build the ports postgresql12-server, postgresql12-client)
For example: after changing make.conf I tried to rebuild the existing port php74-pgsql :
Code:
poudriere options -j release121 -p default databases/php74-pgsql
poudriere bulk -j release121 -p default databases/php74-pgsql
How can I "rebuild" all the ports wich are now depending on postgresql11-server and postgresql11-client ?