Date: Fri, 30 Mar 2018 18:51:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226962] databases/postgis24 Question: How to run postgis24 with postgresql10 ? Message-ID: <bug-226962-13-lHADoSWU9p@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226962-13@https.bugs.freebsd.org/bugzilla/> References: <bug-226962-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226962 Shane <FreeBSD@ShaneWare.Biz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |FreeBSD@ShaneWare.Biz --- Comment #2 from Shane <FreeBSD@ShaneWare.Biz> --- postgis is setup with USES=3Dpgsql - this means is uses whatever postgresql version is set as default. If you are installing the postgis pkg from the public pkg repo, then it will have been built to use postgresql 9.5 which is the system default version, leading to it wanting to replace your existing PG10 install. To use postgis with another version you will need to compile it yourself, building the port should prefer an installed version over the default settings. If you were setting up your own pkg repo you would need to adjust your defa= ult version by adding DEFAULT_VERSIONS=3D pgsql=3D10 to the make.conf. You can = also do that if you build all your own ports. You will get the same issue with other ports that depend on the postgresql client libraries. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226962-13-lHADoSWU9p>