[Bug 206046] [PATCH] databases/postgresql92-server: needs perl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 8 21:16:59 UTC 2016


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

            Bug ID: 206046
           Summary: [PATCH] databases/postgresql92-server: needs perl
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: pgsql at FreeBSD.org
          Reporter: cmt at burggraben.net
          Assignee: pgsql at FreeBSD.org
             Flags: maintainer-feedback?(pgsql at FreeBSD.org)
          Keywords: patch

Created attachment 165282
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=165282&action=edit
make perl known to pgxs

All postgresql client ports check their build environment for perl and record
the location of the perl interpreter in the pgxs Makefile - or the register a
missing perl binary. Dependent ports may exhibit funny failures if they try to
use perl via the PGXS framework, this affects mostly PostgreSQL extensions.
This one was quite some trouble to debug, as "PostgreSQL built in the base
system" did have a perl, but with the minimal build environment under poudriere
pgxs has a "missing" perl.
Attached trivial patch provides the configured default perl interpreter, which
makes pgxs register the interpreter, ready to use for extensions.

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


More information about the freebsd-ports-bugs mailing list