Date: Sat, 16 Jan 2016 14:20:15 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406223 - head/irc/weechat Message-ID: <201601161420.u0GEKFtD084906@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601161420.u0GEKFtD084906>