Subject: CVS commit: pkgsrc/databases
From: Johnny C. Lam
Date: 2005-09-19 07:52:18
Message id: 20050919055218.E1C502DA27@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.8modifypkgsrc/databases/postgresql80/distinfo
1.2modifypkgsrc/databases/postgresql80-plperl/Makefile
1.1addpkgsrc/databases/postgresql80/patches/patch-aj
1.1addpkgsrc/databases/postgresql80/patches/patch-ak