Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Jan 2016 21:16:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206046] [PATCH] databases/postgresql92-server: needs perl
Message-ID:  <bug-206046-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: cmt@burggraben.net
          Assignee: pgsql@FreeBSD.org
             Flags: maintainer-feedback?(pgsql@FreeBSD.org)
          Keywords: patch

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

All postgresql client ports check their build environment for perl and reco=
rd
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 poudr=
iere
pgxs has a "missing" perl.
Attached trivial patch provides the configured default perl interpreter, wh=
ich
makes pgxs register the interpreter, ready to use for extensions.

--=20
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-206046-13>