pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/help2man



Module Name:    pkgsrc
Committed By:   marino
Date:           Wed Jul 11 11:49:27 UTC 2012

Modified Files:
        pkgsrc/converters/help2man: Makefile distinfo
        pkgsrc/converters/help2man/patches: patch-aa

Log Message:
converters/help2man: Fix rpath on lib/binddomain.so

Perhaps due to updated PKG_DEVELOPER checks, help2man begin to fail
during the install stage with this option set:

ERROR: lib/bindtextdomain.so: missing library: libintl.so.8

I checked the rpath definition of bindtextdomain; the only value was
provided by the system compiler.  The LD_CONFIG hint file on DragonFly
provides /usr/pkg/lib as late runtime search path option, so the
libintl.so library would get found anyway if help2man was installed
without PKG_DEVELOPER=yes set.

The updated patch-aa adds ${prefix}/lib to bindtextdomain.so rpath so
it will pass PKG_DEVELOPER checks now.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/help2man/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/help2man/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/converters/help2man/patches/patch-aa

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