[Bug 202649] databases/postgresql92-server: XML option not fully defined

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 25 10:38:29 UTC 2015


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

            Bug ID: 202649
           Summary: databases/postgresql92-server: XML option not fully
                    defined
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pgsql at FreeBSD.org
          Reporter: cmt at burggraben.net
             Flags: maintainer-feedback?(pgsql at FreeBSD.org)
          Assignee: pgsql at FreeBSD.org

Created attachment 160342
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160342&action=edit
enable XML option

Although the error is in postgresql92-server's Makefile, this affects
PostgreSQL server versions 9.2, 9.3 and 9.4 via the include in 9.3's and 9.4's
Makefile.
Accordingly, a PKGVERSION bump for all three PostgreSQL servers is recommended.

The xml2 PostgreSQL extension is not loadable as the xml_ereport() funtion is
missing from postgresql, see
https://lists.freebsd.org/pipermail/freebsd-ports/2015-August/100203.html
Additionally, xml support in postgresql is severely limited.
Debugging shows that all PostgreSQL server versions are built without XML
support, as option XML is missing from OPTIONS_DEFINE and cannot be activated.

Attached patch fixes that.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list