svn commit: r441885 - head/devel/libunwind

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun May 28 00:25:29 UTC 2017


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


More information about the svn-ports-all mailing list