Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 16:00:07 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 69091412aa76 - main - devel/libunwind: Impelled to share/man
Message-ID:  <202401231600.40NG075a094462@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=69091412aa768e6e731148df5192a0ddfb2828bb

commit 69091412aa768e6e731148df5192a0ddfb2828bb
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 15:32:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 15:59:54 +0000

    devel/libunwind: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/libunwind/Makefile  |  2 ++
 devel/libunwind/pkg-plist | 70 +++++++++++++++++++++++------------------------
 2 files changed, 37 insertions(+), 35 deletions(-)

diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile
index 72927e2d1d9f..66e5992c887c 100644
--- a/devel/libunwind/Makefile
+++ b/devel/libunwind/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libunwind
 PORTVERSION=	20230730	# This is the release date on https://github.com/libunwind/libunwind/releases
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libunwind/libunwind/releases/download/v${LIBUNWIND_VERSION}/
 DISTNAME=	${PORTNAME}-${LIBUNWIND_VERSION}
@@ -20,6 +21,7 @@ CONFIGURE_ARGS=	--disable-cxx-exceptions \
 		--disable-unwind-header \
 		ac_cv_path_LATEX2MAN=${TRUE}
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
diff --git a/devel/libunwind/pkg-plist b/devel/libunwind/pkg-plist
index f2e8304ce292..6ba806a5cc42 100644
--- a/devel/libunwind/pkg-plist
+++ b/devel/libunwind/pkg-plist
@@ -31,38 +31,38 @@ libdata/pkgconfig/libunwind-generic.pc
 libdata/pkgconfig/libunwind-ptrace.pc
 libdata/pkgconfig/libunwind-setjmp.pc
 libdata/pkgconfig/libunwind.pc
-man/man3/_U_dyn_cancel.3.gz
-man/man3/_U_dyn_register.3.gz
-man/man3/libunwind-dynamic.3.gz
-man/man3/libunwind-ia64.3.gz
-man/man3/libunwind-ptrace.3.gz
-man/man3/libunwind-setjmp.3.gz
-man/man3/libunwind.3.gz
-man/man3/unw_apply_reg_state.3.gz
-man/man3/unw_backtrace.3.gz
-man/man3/unw_create_addr_space.3.gz
-man/man3/unw_destroy_addr_space.3.gz
-man/man3/unw_flush_cache.3.gz
-man/man3/unw_get_accessors.3.gz
-man/man3/unw_get_fpreg.3.gz
-man/man3/unw_get_proc_info.3.gz
-man/man3/unw_get_proc_info_by_ip.3.gz
-man/man3/unw_get_proc_info_in_range.3.gz
-man/man3/unw_get_proc_name.3.gz
-man/man3/unw_get_proc_name_by_ip.3.gz
-man/man3/unw_get_reg.3.gz
-man/man3/unw_getcontext.3.gz
-man/man3/unw_init_local.3.gz
-man/man3/unw_init_local2.3.gz
-man/man3/unw_init_remote.3.gz
-man/man3/unw_is_fpreg.3.gz
-man/man3/unw_is_signal_frame.3.gz
-man/man3/unw_reg_states_iterate.3.gz
-man/man3/unw_regname.3.gz
-man/man3/unw_resume.3.gz
-man/man3/unw_set_cache_size.3.gz
-man/man3/unw_set_caching_policy.3.gz
-man/man3/unw_set_fpreg.3.gz
-man/man3/unw_set_reg.3.gz
-man/man3/unw_step.3.gz
-man/man3/unw_strerror.3.gz
+share/man/man3/_U_dyn_cancel.3.gz
+share/man/man3/_U_dyn_register.3.gz
+share/man/man3/libunwind-dynamic.3.gz
+share/man/man3/libunwind-ia64.3.gz
+share/man/man3/libunwind-ptrace.3.gz
+share/man/man3/libunwind-setjmp.3.gz
+share/man/man3/libunwind.3.gz
+share/man/man3/unw_apply_reg_state.3.gz
+share/man/man3/unw_backtrace.3.gz
+share/man/man3/unw_create_addr_space.3.gz
+share/man/man3/unw_destroy_addr_space.3.gz
+share/man/man3/unw_flush_cache.3.gz
+share/man/man3/unw_get_accessors.3.gz
+share/man/man3/unw_get_fpreg.3.gz
+share/man/man3/unw_get_proc_info.3.gz
+share/man/man3/unw_get_proc_info_by_ip.3.gz
+share/man/man3/unw_get_proc_info_in_range.3.gz
+share/man/man3/unw_get_proc_name.3.gz
+share/man/man3/unw_get_proc_name_by_ip.3.gz
+share/man/man3/unw_get_reg.3.gz
+share/man/man3/unw_getcontext.3.gz
+share/man/man3/unw_init_local.3.gz
+share/man/man3/unw_init_local2.3.gz
+share/man/man3/unw_init_remote.3.gz
+share/man/man3/unw_is_fpreg.3.gz
+share/man/man3/unw_is_signal_frame.3.gz
+share/man/man3/unw_reg_states_iterate.3.gz
+share/man/man3/unw_regname.3.gz
+share/man/man3/unw_resume.3.gz
+share/man/man3/unw_set_cache_size.3.gz
+share/man/man3/unw_set_caching_policy.3.gz
+share/man/man3/unw_set_fpreg.3.gz
+share/man/man3/unw_set_reg.3.gz
+share/man/man3/unw_step.3.gz
+share/man/man3/unw_strerror.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231600.40NG075a094462>