From d6776102adcd65845c15e11b24d6566f13ffda29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Tue, 17 Oct 2017 15:36:55 +0200 Subject: patches/libressl-2.6.1.local.patch: fix man page installation (via Redfoxmoon.) --- patches/libressl-2.6.1.local.patch | 66 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) (limited to 'patches') diff --git a/patches/libressl-2.6.1.local.patch b/patches/libressl-2.6.1.local.patch index 01068bc1..a3a3ed9c 100644 --- a/patches/libressl-2.6.1.local.patch +++ b/patches/libressl-2.6.1.local.patch @@ -220,3 +220,69 @@ diff -ru libressl-2.6.1.orig/include/compat/machine/endian.h libressl-2.6.1/incl #include #elif defined(__sun) || defined(_AIX) || defined(__hpux) +diff -ru libressl-2.6.1.orig/man/Makefile.am libressl-2.6.1/man/Makefile.am +--- libressl-2.6.1.orig/man/Makefile.am 2017-09-04 23:50:27.000000000 +0200 ++++ libressl-2.6.1/man/Makefile.am 2017-10-17 15:08:48.948729828 +0200 +@@ -2411,14 +2411,6 @@ + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_ARG_FN_TYPE.3" + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_FN_TYPE.3" + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_HASH_FN_TYPE.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__delete.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__doall.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__doall_arg.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__error.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__free.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__insert.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__new.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__retrieve.3" + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_delete.3" + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_doall.3" + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_doall_arg.3" +@@ -4517,14 +4509,6 @@ + -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_ARG_FN_TYPE.3" + -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_FN_TYPE.3" + -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_HASH_FN_TYPE.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__delete.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__doall.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__doall_arg.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__error.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__free.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__insert.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__new.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__retrieve.3" + -rm -f "$(DESTDIR)$(mandir)/man3/lh_delete.3" + -rm -f "$(DESTDIR)$(mandir)/man3/lh_doall.3" + -rm -f "$(DESTDIR)$(mandir)/man3/lh_doall_arg.3" +diff -ru libressl-2.6.1.orig/man/Makefile.in libressl-2.6.1/man/Makefile.in +--- libressl-2.6.1.orig/man/Makefile.in 2017-09-04 23:50:42.000000000 +0200 ++++ libressl-2.6.1/man/Makefile.in 2017-10-17 15:09:11.020656860 +0200 +@@ -2677,14 +2677,6 @@ + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_ARG_FN_TYPE.3" + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_FN_TYPE.3" + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/LHASH_HASH_FN_TYPE.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__delete.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__doall.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__doall_arg.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__error.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__free.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__insert.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__new.3" +- ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh__retrieve.3" + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_delete.3" + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_doall.3" + ln -sf "lh_new.3" "$(DESTDIR)$(mandir)/man3/lh_doall_arg.3" +@@ -4783,14 +4775,6 @@ + -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_ARG_FN_TYPE.3" + -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_DOALL_FN_TYPE.3" + -rm -f "$(DESTDIR)$(mandir)/man3/LHASH_HASH_FN_TYPE.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__delete.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__doall.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__doall_arg.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__error.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__free.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__insert.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__new.3" +- -rm -f "$(DESTDIR)$(mandir)/man3/lh__retrieve.3" + -rm -f "$(DESTDIR)$(mandir)/man3/lh_delete.3" + -rm -f "$(DESTDIR)$(mandir)/man3/lh_doall.3" + -rm -f "$(DESTDIR)$(mandir)/man3/lh_doall_arg.3" -- cgit v1.2.3