svn commit: r406223 - head/irc/weechat

Pawel Pekala pawel at FreeBSD.org
Sat Jan 16 14:20:16 UTC 2016


Author: pawel
Date: Sat Jan 16 14:20:15 2016
New Revision: 406223
URL: https://svnweb.freebsd.org/changeset/ports/406223

Log:
  - Switch to USES=execinfo localbase
  - USES=localbase conversion fixes detection of libexecinfo
    on FreeBSD 10+
  
  PR:		205760
  Submitted by:	myself
  Approved by:	maintainer timeout

Modified:
  head/irc/weechat/Makefile

Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile	Sat Jan 16 13:51:11 2016	(r406222)
+++ head/irc/weechat/Makefile	Sat Jan 16 14:20:15 2016	(r406223)
@@ -14,10 +14,9 @@ LICENSE=	GPLv3
 CONFLICTS=	weechat-devel-[0-9]*
 
 USE_LDCONFIG=	yes
-USES=		cmake iconv ncurses tar:bzip2
+USES=		cmake iconv localbase ncurses tar:bzip2
 CMAKE_ARGS+=	-DENABLE_GUILE=no \
 		-DICONV_INCLUDE_PATH=${ICONV_INCLUDE_PATH}
-CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
 LIB_DEPENDS+=	libcurl.so:ftp/curl \
 		libgcrypt.so:security/libgcrypt
@@ -40,7 +39,7 @@ RUBY_DESC=	Ruby scripting language suppo
 ASPELL_CMAKE_OFF=	-DENABLE_ASPELL=no
 ASPELL_LIB_DEPENDS=	libaspell.so:textproc/aspell
 
-BACKTRACE_LIB_DEPENDS=	libexecinfo.so:devel/libexecinfo
+BACKTRACE_USES=		execinfo
 
 CA_BUNDLE_CMAKE_ON=	-DCA_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt
 CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss


More information about the svn-ports-head mailing list