From owner-svn-ports-all@freebsd.org Wed Jun 7 23:28:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E911D7F2A6; Wed, 7 Jun 2017 23:28:44 +0000 (UTC) (envelope-from danilogondolfo@gmail.com) Received: from mail-ua0-x234.google.com (mail-ua0-x234.google.com [IPv6:2607:f8b0:400c:c08::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 339952EB4; Wed, 7 Jun 2017 23:28:44 +0000 (UTC) (envelope-from danilogondolfo@gmail.com) Received: by mail-ua0-x234.google.com with SMTP id h39so12836307uaa.3; Wed, 07 Jun 2017 16:28:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=3q/NsUjWAM5PiYQ6p5fJMxCY8aLQzmu7RX1pFt7CeDE=; b=hbloZaVpQjOClu9BK5yfsI+lT0OXHfpt+QFactla25Wur+Qln7c1L6SiX2qaLFaZiR I5E9XykltVeMeSiNHrY18I3addvKBYmzSJsQ9psksC2Mz+7rzdhrllDghwXQGsc+0l37 PXif68zZ6+Q4W46fqFTfmaExWVWcY38GDNuHqHLXvDAQHgJKjMfncSQTXY77SGA9XTVE W67eX4u/BI3WmlajcBvf3UGQJAerDucC3bNkl9zXFptAayhHdYIfKxEgiTF1Li+Ql/08 pmbp3Z9WoUmBrckyLfQECRdOMqU8DyhpWY8uMhJuhwOdf4IYhgxidTdtK3eMlsyh5Ovf 4L8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=3q/NsUjWAM5PiYQ6p5fJMxCY8aLQzmu7RX1pFt7CeDE=; b=n6SlHlhemaCY9qXO0lDVsWvFhRzw7nt5Y/jqGc0syNRNaamfumX8Uq8N1WDV+WXgkx cbk9od87Jqn8GCXWhXlnrEaUfrwIdqCm+tZh7BnXBYeSC5lpo45lYLqRp4aRH8PcfV4e ymYpeGjKueQPsiOctyDoKH24WPC1itQC4qrHq4LQkFN2UTnsMlWQzHLLfcoUvH/SDiIh CsZ9ApwWV4sM83oDPmaCTfo2ts7iMM8MasXCamJifqBQElKEKdYFTpu56rtSzb6Rt5d4 jT+wil/Q6RaRKUqt2UvgeX4mjmximzhlIe5yIo9d5lIrLgT/wn6jUAjDrGeTNaI+uYJ3 TDog== X-Gm-Message-State: AODbwcB1BO2D1td4s9rERsMLW01H1jEpSxfGZUKXuAPOzBSURQ4n2k/T HPxbCSS4gBPnQOG+BPuylw/kMg/fZQ== X-Received: by 10.159.33.71 with SMTP id 65mr19739353uab.50.1496878123152; Wed, 07 Jun 2017 16:28:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.69.243 with HTTP; Wed, 7 Jun 2017 16:28:42 -0700 (PDT) In-Reply-To: References: <201706062239.v56MdoRe041030@repo.freebsd.org> From: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= Date: Wed, 7 Jun 2017 20:28:42 -0300 Message-ID: Subject: Re: svn commit: r442810 - head/devel/libunwind To: Sunpoet Po-Chuan Hsieh Cc: ports-committers , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 07 Jun 2017 23:28:44 -0000 Make sense. I'll do this. Thanks! On Wed, Jun 7, 2017 at 3:53 PM, Sunpoet Po-Chuan Hsieh wrote: > On Wed, Jun 7, 2017 at 6:39 AM, Danilo Egea Gondolfo > wrote: > >> Author: danilo >> Date: Tue Jun 6 22:39:50 2017 >> New Revision: 442810 >> URL: https://svnweb.freebsd.org/changeset/ports/442810 >> >> Log: >> - 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 >> >> > Hello, > > Though upstream considers manpages as documentation, we do not have to > follow it. > Could you please remove DOCS option and install these manpages > unconditionally? > Thanks! > > Regards, > sunpoet > > >> Modified: >> head/devel/libunwind/Makefile >> head/devel/libunwind/pkg-plist >> >> Modified: head/devel/libunwind/Makefile >> ============================================================ >> ================== >> --- head/devel/libunwind/Makefile Tue Jun 6 22:31:31 2017 >> (r442809) >> +++ head/devel/libunwind/Makefile Tue Jun 6 22:39:50 2017 >> (r442810) >> @@ -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 >> >> Modified: head/devel/libunwind/pkg-plist >> ============================================================ >> ================== >> --- head/devel/libunwind/pkg-plist Tue Jun 6 22:31:31 2017 >> (r442809) >> +++ head/devel/libunwind/pkg-plist Tue Jun 6 22:39:50 2017 >> (r442810) >> @@ -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 >> _______________________________________________ >> svn-ports-all@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/svn-ports-all >> To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" > > -- Danilo. @daniloegea http://people.freebsd.org/~danilo/