Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 00:25:27 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441885 - head/devel/libunwind
Message-ID:  <201705280025.v4S0PRcQ090613@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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