Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2016 21:38:01 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418348 - head/devel/cmake
Message-ID:  <201607102138.u6ALc1wn048093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Jul 10 21:38:01 2016
New Revision: 418348
URL: https://svnweb.freebsd.org/changeset/ports/418348

Log:
  Add USES=execinfo.
  
  Even though the port built fine without it, it does look for execinfo.h during
  the configuration phase and uses its features when it is detected.

Modified:
  head/devel/cmake/Makefile

Modified: head/devel/cmake/Makefile
==============================================================================
--- head/devel/cmake/Makefile	Sun Jul 10 21:37:02 2016	(r418347)
+++ head/devel/cmake/Makefile	Sun Jul 10 21:38:01 2016	(r418348)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cmake
 PORTVERSION=	3.5.2
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://www.cmake.org/files/v${PORTVERSION:R}/
 
@@ -26,7 +26,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 OPTIONS_DEFINE=	DOCS MANPAGES
 OPTIONS_DEFAULT=MANPAGES
 OPTIONS_SUB=	yes
-USES+=		libarchive
+USES+=		execinfo libarchive
 HAS_CONFIGURE=	yes
 
 LIB_DEPENDS=	libcurl.so:ftp/curl \



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