Skip to content
New issue

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

Support for newer postgresql version than 9.1 in Freebsd? #27

Open
telefax opened this issue Oct 8, 2016 · 1 comment
Open

Support for newer postgresql version than 9.1 in Freebsd? #27

telefax opened this issue Oct 8, 2016 · 1 comment

Comments

@telefax
Copy link

telefax commented Oct 8, 2016

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.

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

Any plan of adjusting atomiadns to use a more recent version of postgresql?

@jimmybergman
Copy link
Contributor

jimmybergman commented Oct 10, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants