Date: Wed, 28 Sep 2016 04:28:39 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213038] Uses/postgis.mk: new framework for databases/postgis* Message-ID: <bug-213038-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213038 Bug ID: 213038 Summary: Uses/postgis.mk: new framework for databases/postgis* Product: Ports & Packages Version: Latest Hardware: Any URL: https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQ LPostGIS OS: Any Status: New Keywords: feature Severity: Affects Some People Priority: --- Component: Ports Framework Assignee: portmgr@FreeBSD.org Reporter: lbartoletti@tuxfamily.org CC: freebsd-ports-bugs@FreeBSD.org, pgsql@FreeBSD.org, rhurlin@gwdg.de, sunpoet@FreeBSD.org Created attachment 175219 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D175219&action= =3Dedit new framework: postgis.mk Hello, As exposed on some databases/postgis* bugs (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206049#c5 and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209478#c3). I propose an infrastructure framework for this ports. PostGis is not compatible with all versions of PostGreSQL (https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS). So postgi= s.mk can check if a version of postgis is already installed and compatible, and check if postgresql is compatible too. What I've done: - Create the Uses file (Mk/Uses/postgis.mk) - Add a default version of postgis (Mk/bsd.default-versions.mk) - Modify all postgis Makefile. There may a problem with postgis21 which req= uire a PGSQL version between 9.1 and 9.4 (Uses=3D pgsql:9.1+ pgsql:9.4- is it co= rrect? Can we have bounded versions?) - Modify all dependent ports (Qgis, Pgrouting) It seems to works for me tested with some pgsql and postgis versions. But I prefer request some help from mentors, so can you check this framework and help me to test it? Thank you in advance. Regards, --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213038-13>