Subject: PR/31293 CVS commit: pkgsrc/databases
To: None <jlam@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-bugs
Date: 09/19/2005 05:53:02
The following reply was made to PR pkg/31293; it has been noted by GNATS.
From: "Johnny C. Lam" <jlam@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/31293 CVS commit: pkgsrc/databases
Date: Mon, 19 Sep 2005 05:52:18 +0000 (UTC)
Module Name: pkgsrc
Committed By: jlam
Date: Mon Sep 19 05:52:18 UTC 2005
Modified Files:
pkgsrc/databases/postgresql80: distinfo
pkgsrc/databases/postgresql80-plperl: Makefile
Added Files:
pkgsrc/databases/postgresql80/patches: patch-aj patch-ak
Log Message:
Don't bother stripping out the contents of "ccdlflags" from the contents
of "ldopts" used to link in the embedded perl interpreter. This fixes
PR pkg/31293.
The PostgreSQL configure code tries to be extra-clever with only using
its own logic for determining which directories to add to the rpath.
However, we don't really need PostgreSQL's configure to do this since
the Perl config already provides the full set of flags for linking,
including the appropriate rpath flags, and the rpaths flags determined
by Perl (at least in pkgsrc) are guaranteed to match the ones needed
PostgreSQL to link the plperl.so module.
Bump the PKGREVISION of databases/postgresql80-plperl to 1.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/databases/postgresql80/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql80-plperl/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/databases/postgresql80/patches/patch-aj \
pkgsrc/databases/postgresql80/patches/patch-ak
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.