Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/19/2005 05:52:18
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.