Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jun 2015 05:43:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 200707] databases/postgis21 does not bundle postgis.control
Message-ID:  <bug-200707-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200707

            Bug ID: 200707
           Summary: databases/postgis21 does not bundle postgis.control
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: jonc@chen.org.nz
                CC: harrison.grundy@astrodoggroup.com
             Flags: maintainer-feedback?(harrison.grundy@astrodoggroup.com
                    )
                CC: harrison.grundy@astrodoggroup.com

I've just installed databases/postgis21 on a clean machine.

,5:36pm> psql -U advciv advciv
psql (9.4.2)
Type "help" for help.

advciv=> \dt
No relations found.
advciv=> create extension postgis;
ERROR:  could not open extension control file
"/usr/local/share/postgresql/extension/postgis.control": No such file or
directory
advciv=> \q
5:42pm> pkg info postgis
postgis-2.1.7
Name           : postgis
Version        : 2.1.7
Installed on   : Mon Jun  8 17:34:44 NZST 2015
Origin         : databases/postgis21
Architecture   : freebsd:10:x86:64
Prefix         : /usr/local
Categories     : geography databases
Licenses       : GPLv2
Maintainer     : harrison.grundy@astrodoggroup.com
WWW            : http://www.postgis.org/
Comment        : Geographic objects support for PostgreSQL databases
Options        :
        LOADERGUI      : off
        RASTER         : off
        SFCGAL         : off
        TOPOLOGY       : on
Shared Libs required:
        libxml2.so.2
        libproj.so.0
        libpq.so.5
        libjson-c.so.2
        libintl.so.8
        libiconv.so.2
        libgeos_c.so.1
Shared Libs provided:
        liblwgeom-2.1.7.so
Annotations    :
Flat size      : 8.26MiB
Description    :
PostGIS adds support for geographic objects to the PostgreSQL object-relational
database. In effect, PostGIS "spatially enables" the PostgreSQL server,
allowing
it to be used as a backend spatial database for geographic information systems
(GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS follows the
OpenGIS "Simple Features Specification for SQL" and has been certified as
compliant with the "Types and Functions" profile.

PostGIS development was started by Refractions Research as a project in open
source spatial database technology. PostGIS is released under the GNU General
Public License. PostGIS continues to be developed by a group of contributors
led
by a Project Steering Committee and new features continue to be added.

WWW: http://www.postgis.org/

-- 
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-200707-13>