svn commit: r418348 - head/devel/cmake

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Jul 10 21:38:02 UTC 2016


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 \


More information about the svn-ports-head mailing list