From owner-svn-ports-all@freebsd.org Mon Jun 20 12:51:33 2016 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 48478AC4548; Mon, 20 Jun 2016 12:51:33 +0000 (UTC) (envelope-from gahr@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 156452B08; Mon, 20 Jun 2016 12:51:33 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5KCpW9N016272; Mon, 20 Jun 2016 12:51:32 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5KCpWYC016271; Mon, 20 Jun 2016 12:51:32 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201606201251.u5KCpWYC016271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 20 Jun 2016 12:51:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417155 - head/irc/znc X-SVN-Group: ports-head 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.22 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, 20 Jun 2016 12:51:33 -0000 Author: gahr Date: Mon Jun 20 12:51:32 2016 New Revision: 417155 URL: https://svnweb.freebsd.org/changeset/ports/417155 Log: irc/znc: avoid depending on a particular ICU version PR: 209855 Submitted by: gahr Approved by: maintainer (timeout) Modified: head/irc/znc/Makefile Modified: head/irc/znc/Makefile ============================================================================== --- head/irc/znc/Makefile Mon Jun 20 12:40:11 2016 (r417154) +++ head/irc/znc/Makefile Mon Jun 20 12:51:32 2016 (r417155) @@ -29,8 +29,7 @@ PYTHON_DESC= Python scripting module TCL_DESC= Tcl scripting module CHARSET_CONFIGURE_OFF= --disable-charset -CHARSET_LIB_DEPENDS= libicuuc.so.55:devel/icu \ - libicudata.so.55:devel/icu +CHARSET_LIB_DEPENDS= libicuuc.so:devel/icu CYRUS_CONFIGURE_ON= --enable-cyrus CYRUS_LDFLAGS= -L${LOCALBASE}/lib CYRUS_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2