We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing atomiadns on FreeBSD 10, it requires an old version of postgresql (9.1).
===> NOTICE: This port is deprecated; you may wish to reconsider installing it: End-of-life is near. It is scheduled to be removed on or after 2016-10-01.
===> NOTICE:
This port is deprecated; you may wish to reconsider installing it:
End-of-life is near.
It is scheduled to be removed on or after 2016-10-01.
If you install postgres 9.6 and try to run the atomiadns installation:
make BATCH=yes install ===> atomiadns-database-1.1.42 cannot install: unknown PostgreSQL version: 9.6. *** Error code 1 Stop. make: stopped in /usr/ports/dns/atomiadns-database
===> atomiadns-database-1.1.42 cannot install: unknown PostgreSQL version: 9.6. *** Error code 1
Stop. make: stopped in /usr/ports/dns/atomiadns-database
Any plan of adjusting atomiadns to use a more recent version of postgresql?
The text was updated successfully, but these errors were encountered:
We don't specify a version of PostgreSQL in the atomiadns-database port, we have just USES= pgsql at https://github.com/atomia/atomiadns/blob/develop/freebsd/atomiadns-database/Makefile#L15
I believe that if the port doesn't specify a version with WANT_PGSQL= it will try to use the installed version.
Could it be that your /usr/ports/Mk/Uses/pgsql.mk doesn't contain 9.6?
The latest version at https://github.com/freebsd/freebsd-ports/blob/master/Mk/Uses/pgsql.mk does contain it.
Sorry, something went wrong.
No branches or pull requests
When installing atomiadns on FreeBSD 10, it requires an old version of postgresql (9.1).
If you install postgres 9.6 and try to run the atomiadns installation:
Any plan of adjusting atomiadns to use a more recent version of postgresql?
The text was updated successfully, but these errors were encountered: