[Bug 213038] Uses/postgis.mk: new framework for databases/postgis*

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 28 04:28:40 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213038

            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 at FreeBSD.org
          Reporter: lbartoletti at tuxfamily.org
                CC: freebsd-ports-bugs at FreeBSD.org, pgsql at FreeBSD.org,
                    rhurlin at gwdg.de, sunpoet at FreeBSD.org

Created attachment 175219
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175219&action=edit
new framework: postgis.mk

Hello,

As exposed on some databases/postgis* bugs
(https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206049#c5 and
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209478#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 postgis.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 require
a PGSQL version between 9.1 and 9.4 (Uses= pgsql:9.1+ pgsql:9.4- is it correct?
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,

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list