Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 10:38:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202649] databases/postgresql92-server: XML option not fully defined
Message-ID:  <bug-202649-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: cmt@burggraben.net
             Flags: maintainer-feedback?(pgsql@FreeBSD.org)
          Assignee: pgsql@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202649-13>