summaryrefslogtreecommitdiff
path: root/converters/help2man/distinfo
diff options
context:
space:
mode:
authormarino <marino>2012-07-11 11:49:27 +0000
committermarino <marino>2012-07-11 11:49:27 +0000
commit9db1dd5d57c954777a78d75d4be3d6491ecd8127 (patch)
tree0619e3994ed2f7a9b7491594c2dcf102a3b6cd5c /converters/help2man/distinfo
parente52449dc1e9d080a6b7ccf8f7defdae696b862b7 (diff)
downloadpkgsrc-9db1dd5d57c954777a78d75d4be3d6491ecd8127.tar.gz
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.
Diffstat (limited to 'converters/help2man/distinfo')
-rw-r--r--converters/help2man/distinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/help2man/distinfo b/converters/help2man/distinfo
index cd60b0e75b8..b8893d1ff1d 100644
--- a/converters/help2man/distinfo
+++ b/converters/help2man/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2010/05/02 11:25:29 wiz Exp $
+$NetBSD: distinfo,v 1.3 2012/07/11 11:49:27 marino Exp $
SHA1 (help2man-1.38.2.tar.gz) = 6f0109589eca3286c2619b03efd3f85433696039
RMD160 (help2man-1.38.2.tar.gz) = 8edf87341eef27195006a264d29685b0f85ae099
Size (help2man-1.38.2.tar.gz) = 136509 bytes
-SHA1 (patch-aa) = 4adc2686570056d8839698a9243ba8c516729e0a
+SHA1 (patch-aa) = 1aa015217a81ce58c597a0835e4c5c06ebe328d9