From owner-svn-ports-all@freebsd.org Sun May 28 00:25:29 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 05CDAD768D8; Sun, 28 May 2017 00:25:29 +0000 (UTC) (envelope-from danilo@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 mx1.freebsd.org (Postfix) with ESMTPS id B9ED31212; Sun, 28 May 2017 00:25:28 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4S0PRdc090614; Sun, 28 May 2017 00:25:27 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S0PRcQ090613; Sun, 28 May 2017 00:25:27 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201705280025.v4S0PRcQ090613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Sun, 28 May 2017 00:25:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441885 - head/devel/libunwind X-SVN-Group: ports-head 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.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: Sun, 28 May 2017 00:25:29 -0000 Author: danilo Date: Sun May 28 00:25:27 2017 New Revision: 441885 URL: https://svnweb.freebsd.org/changeset/ports/441885 Log: - Disable docs explicitly. Texlive is needed to build man pages and if it's detected docs are generated, causing plist errors. PR: 219582 Modified: head/devel/libunwind/Makefile Modified: head/devel/libunwind/Makefile ============================================================================== --- head/devel/libunwind/Makefile Sun May 28 00:16:28 2017 (r441884) +++ head/devel/libunwind/Makefile Sun May 28 00:25:27 2017 (r441885) @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-documentation INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool pathfix pkgconfig