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: adam
Date: Fri Aug 5 13:30:23 UTC 2022
Modified Files:
pkgsrc/converters/help2man: distinfo
Added Files:
pkgsrc/converters/help2man/patches: patch-Makefile.in
Log Message:
help2man: install shared object correctly
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/converters/help2man/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/converters/help2man/patches/patch-Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/help2man/distinfo
diff -u pkgsrc/converters/help2man/distinfo:1.48 pkgsrc/converters/help2man/distinfo:1.49
--- pkgsrc/converters/help2man/distinfo:1.48 Mon Apr 11 16:26:23 2022
+++ pkgsrc/converters/help2man/distinfo Fri Aug 5 13:30:22 2022
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.48 2022/04/11 16:26:23 adam Exp $
+$NetBSD: distinfo,v 1.49 2022/08/05 13:30:22 adam Exp $
BLAKE2s (help2man-1.49.2.tar.xz) = 3e1f3b261a45d7920d1231a66a44161b28f011135f21c5d2f82d66211d17a9b4
SHA512 (help2man-1.49.2.tar.xz) = cb8f9f923263d7160a27a7924ae559aba93d7258167888eb9e0e3e97a2014297b8d739b2bb7869acbf586354d099bd91d85f8208b901bce5ba0c5ad4b6abd6d5
Size (help2man-1.49.2.tar.xz) = 225428 bytes
+SHA1 (patch-Makefile.in) = 3898cc3f3375d07bb0a3761cd41bf24134604da2
SHA1 (patch-bindtextdomain.c) = 527f54db2b220bad60e80ed8959b9e9c20191cc7
Added files:
Index: pkgsrc/converters/help2man/patches/patch-Makefile.in
diff -u /dev/null pkgsrc/converters/help2man/patches/patch-Makefile.in:1.3
--- /dev/null Fri Aug 5 13:30:23 2022
+++ pkgsrc/converters/help2man/patches/patch-Makefile.in Fri Aug 5 13:30:23 2022
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.in,v 1.3 2022/08/05 13:30:23 adam Exp $
+
+Install shared object correctly.
+
+--- Makefile.in.orig 2022-08-03 09:48:03.000000000 +0000
++++ Makefile.in
+@@ -76,7 +76,7 @@ install_base:
+
+ install_preload: preload
+ $(MKINSTALLDIRS) $(DESTDIR)$(pkglibdir)
+- $(INSTALL_PROGRAM) $(preload).so $(DESTDIR)$(pkglibdir)
++ ${BSD_INSTALL_LIB} $(preload).so $(DESTDIR)$(pkglibdir)
+
+ install_l10n: msg_l10n man_l10n info_l10n
+ set -e; \
Home |
Main Index |
Thread Index |
Old Index