From owner-svn-ports-all@freebsd.org Thu Apr 2 21:32:20 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3897E266374; Thu, 2 Apr 2020 21:32:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48tbr30sG8z3QSZ; Thu, 2 Apr 2020 21:32:18 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B989A204A9; Thu, 2 Apr 2020 21:23:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 032LNTWi092226; Thu, 2 Apr 2020 21:23:29 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 032LNTUD092224; Thu, 2 Apr 2020 21:23:29 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004022123.032LNTUD092224@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Apr 2020 21:23:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530413 - head/devel/libunwind X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/libunwind X-SVN-Commit-Revision: 530413 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2020 21:32:20 -0000 Author: sunpoet Date: Thu Apr 2 21:23:28 2020 New Revision: 530413 URL: https://svnweb.freebsd.org/changeset/ports/530413 Log: Remove DOCS option: install manpages unconditionally - Bump PORTREVISION for package change Modified: head/devel/libunwind/Makefile head/devel/libunwind/pkg-plist Modified: head/devel/libunwind/Makefile ============================================================================== --- head/devel/libunwind/Makefile Thu Apr 2 21:22:37 2020 (r530412) +++ head/devel/libunwind/Makefile Thu Apr 2 21:23:28 2020 (r530413) @@ -3,6 +3,7 @@ PORTNAME= libunwind PORTVERSION= 20170615 # This is the release date of libunwind 1.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SAVANNAH DISTNAME= ${PORTNAME}-1.2.1 @@ -15,16 +16,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= aarch64 amd64 i386 -OPTIONS_DEFINE= DOCS -OPTIONS_SUB= yes -DOCS_CONFIGURE_ON= ac_cv_path_LATEX2MAN=${TRUE} -DOCS_CONFIGURE_OFF= --disable-documentation - USES= libtool pathfix pkgconfig -USE_LDCONFIG= yes + +CONFIGURE_ARGS= ac_cv_path_LATEX2MAN=${TRUE} GNU_CONFIGURE= yes INSTALL_TARGET= install-strip LLD_UNSAFE= yes +USE_LDCONFIG= yes PLIST_SUB= ARCH=${ARCH:S|i386|x86|:S|amd64|x86_64|} Modified: head/devel/libunwind/pkg-plist ============================================================================== --- head/devel/libunwind/pkg-plist Thu Apr 2 21:22:37 2020 (r530412) +++ head/devel/libunwind/pkg-plist Thu Apr 2 21:23:28 2020 (r530413) @@ -32,32 +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 +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_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_name.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_remote.3.gz +man/man3/unw_is_fpreg.3.gz +man/man3/unw_is_signal_frame.3.gz +man/man3/unw_regname.3.gz +man/man3/unw_resume.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