pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   marino
Date:           Thu Jul 12 18:57:28 UTC 2012

Modified Files:
        pkgsrc/databases/postgresql84: distinfo
        pkgsrc/databases/postgresql84-server: Makefile
Added Files:
        pkgsrc/databases/postgresql84/patches:
            patch-src_pl_plpgsql_src_Makefile

Log Message:
databases/postgresql84-server: Fix rpath of plpgsql.so

Due to updated PKG_DEVELOPER checks, postgresql84-server started failing
with the following message:

ERROR: lib/postgresql/plpgsql.so: missing libintl.so.8

The plpgsql.so library had no rpath set other than what the base compiler
adds by default.  On DragonFly, the libintl.so library would likely have
been found anyway as /usr/pkg/lib is part of the LD_CONFIG hint file
search path, but that isn't a guarantee.

The new patch adds ${libdir} to the plpgsql.so rpath so it passes
PKG_DEVELOPER checks now.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/postgresql84/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql84-server/Makefile
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/databases/postgresql84/patches/patch-src_pl_plpgsql_src_Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index