From owner-svn-ports-all@freebsd.org Mon Jan 1 15:50:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7E927EAF899; Mon, 1 Jan 2018 15:50:18 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4932871155; Mon, 1 Jan 2018 15:50:18 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w01FoHF3013213; Mon, 1 Jan 2018 15:50:17 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w01FoHTS013212; Mon, 1 Jan 2018 15:50:17 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201801011550.w01FoHTS013212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 1 Jan 2018 15:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457781 - head/irc/weechat X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/irc/weechat X-SVN-Commit-Revision: 457781 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jan 2018 15:50:18 -0000 Author: brnrd Date: Mon Jan 1 15:50:17 2018 New Revision: 457781 URL: https://svnweb.freebsd.org/changeset/ports/457781 Log: irc/weechat: Remove Ruby LIB_DEPENDS - unwind is a dependency of Ruby Submitted by: sunpoet Modified: head/irc/weechat/Makefile Modified: head/irc/weechat/Makefile ============================================================================== --- head/irc/weechat/Makefile Mon Jan 1 15:39:41 2018 (r457780) +++ head/irc/weechat/Makefile Mon Jan 1 15:50:17 2018 (r457781) @@ -76,10 +76,6 @@ CMAKE_ARGS+= -DENABLE_PYTHON3:BOOL=true \ -DPYTHON_LIBRARY:FILEPATH=${LOCALBASE}/lib/libpython${PYTHON_VER}m.so .endif -.if !empty(PORT_OPTIONS:MRUBY) && (${ARCH} == "amd64" || ${ARCH} == "i386") -LIB_DEPENDS+= libunwind.so:devel/libunwind -.endif - post-patch: @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt