From owner-svn-ports-head@FreeBSD.ORG Mon Mar 10 08:28:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA2482CA; Mon, 10 Mar 2014 08:28:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ADAD56F1; Mon, 10 Mar 2014 08:28:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2A8SbiJ033908; Mon, 10 Mar 2014 08:28:37 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2A8SbnC033906; Mon, 10 Mar 2014 08:28:37 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201403100828.s2A8SbnC033906@svn.freebsd.org> From: Rene Ladan Date: Mon, 10 Mar 2014 08:28:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347720 - head/net-im/freetalk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 08:28:37 -0000 Author: rene Date: Mon Mar 10 08:28:36 2014 New Revision: 347720 URL: http://svnweb.freebsd.org/changeset/ports/347720 QAT: https://qat.redports.org/buildarchive/r347720/ Log: - Remove optional dependency on expired audio/beep - Use option helpers - Use new LIB_DEPENDS syntax - Fix pkg-plist Approved by: portmgr (infrastructure blanket) Modified: head/net-im/freetalk/Makefile head/net-im/freetalk/pkg-plist Modified: head/net-im/freetalk/Makefile ============================================================================== --- head/net-im/freetalk/Makefile Mon Mar 10 08:24:23 2014 (r347719) +++ head/net-im/freetalk/Makefile Mon Mar 10 08:28:36 2014 (r347720) @@ -11,10 +11,9 @@ MASTER_SITES= SAVANNAH/freetalk \ MAINTAINER= olevole@olevole.ru COMMENT= GNU console based Jabber client -OPTIONS_DEFINE= BEEP NLS -BEEP_DESC= Use beep program +OPTIONS_DEFINE= NLS -LIB_DEPENDS= loudmouth-1.0:${PORTSDIR}/net-im/loudmouth +LIB_DEPENDS= libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth BUILD_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile RUN_DEPENDS= guile>=1.8.6:${PORTSDIR}/lang/guile @@ -24,19 +23,10 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -.include +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -USES+= gettext -CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if ${PORT_OPTIONS:MBEEP} -RUN_DEPENDS+= ${LOCALBASE}/bin/beep:${PORTSDIR}/audio/beep -.endif +NLS_USES= gettext +NLS_CONFIGURE_WITH=libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls .include Modified: head/net-im/freetalk/pkg-plist ============================================================================== --- head/net-im/freetalk/pkg-plist Mon Mar 10 08:24:23 2014 (r347719) +++ head/net-im/freetalk/pkg-plist Mon Mar 10 08:28:36 2014 (r347720) @@ -32,6 +32,7 @@ man/man1/freetalk.1.gz @dirrmtry share/locale/en@boldquot @dirrmtry share/locale/en@quot/LC_MESSAGES @dirrmtry share/locale/en@quot +@dirrmtry info @dirrm %%DATADIR%%/extensions @dirrm %%DATADIR%% @dirrm %%DOCSDIR%%/examples