1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Add DOCS option. The configure script looks for latex2man tool to install docs but

the man files are already built in the package, so we are just installing them.

PR:		219582
Submitted by:	 John Hein
This commit is contained in:
Danilo Egea Gondolfo 2017-06-06 22:39:50 +00:00
parent d9df368cea
commit 2b0e09658f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442810
2 changed files with 35 additions and 1 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= libunwind
PORTVERSION= 20170113 # This is the release date of libunwind 1.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SAVANNAH
DISTNAME= ${PORTNAME}-1.2
@ -13,10 +14,14 @@ COMMENT= Generic stack unwinding library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
DOCS_CONFIGURE_ON= ac_cv_path_LATEX2MAN=${TRUE}
DOCS_CONFIGURE_OFF= --disable-documentation
ONLY_FOR_ARCHS= i386 amd64
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-documentation
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= libtool pathfix pkgconfig

View File

@ -32,3 +32,32 @@ libdata/pkgconfig/libunwind-generic.pc
libdata/pkgconfig/libunwind-ptrace.pc
libdata/pkgconfig/libunwind-setjmp.pc
libdata/pkgconfig/libunwind.pc
%%DOCS%%man/man3/_U_dyn_cancel.3.gz
%%DOCS%%man/man3/_U_dyn_register.3.gz
%%DOCS%%man/man3/libunwind-dynamic.3.gz
%%DOCS%%man/man3/libunwind-ia64.3.gz
%%DOCS%%man/man3/libunwind-ptrace.3.gz
%%DOCS%%man/man3/libunwind-setjmp.3.gz
%%DOCS%%man/man3/libunwind.3.gz
%%DOCS%%man/man3/unw_backtrace.3.gz
%%DOCS%%man/man3/unw_create_addr_space.3.gz
%%DOCS%%man/man3/unw_destroy_addr_space.3.gz
%%DOCS%%man/man3/unw_flush_cache.3.gz
%%DOCS%%man/man3/unw_get_accessors.3.gz
%%DOCS%%man/man3/unw_get_fpreg.3.gz
%%DOCS%%man/man3/unw_get_proc_info.3.gz
%%DOCS%%man/man3/unw_get_proc_info_by_ip.3.gz
%%DOCS%%man/man3/unw_get_proc_name.3.gz
%%DOCS%%man/man3/unw_get_reg.3.gz
%%DOCS%%man/man3/unw_getcontext.3.gz
%%DOCS%%man/man3/unw_init_local.3.gz
%%DOCS%%man/man3/unw_init_remote.3.gz
%%DOCS%%man/man3/unw_is_fpreg.3.gz
%%DOCS%%man/man3/unw_is_signal_frame.3.gz
%%DOCS%%man/man3/unw_regname.3.gz
%%DOCS%%man/man3/unw_resume.3.gz
%%DOCS%%man/man3/unw_set_caching_policy.3.gz
%%DOCS%%man/man3/unw_set_fpreg.3.gz
%%DOCS%%man/man3/unw_set_reg.3.gz
%%DOCS%%man/man3/unw_step.3.gz
%%DOCS%%man/man3/unw_strerror.3.gz