From owner-svn-ports-all@FreeBSD.ORG Sat Jun 14 06:02:27 2014 Return-Path: Delivered-To: svn-ports-all@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 45E24C2F; Sat, 14 Jun 2014 06:02:27 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 199892034; Sat, 14 Jun 2014 06:02:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5E62Qhi074324; Sat, 14 Jun 2014 06:02:26 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5E62QqS074322; Sat, 14 Jun 2014 06:02:26 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406140602.s5E62QqS074322@svn.freebsd.org> From: Martin Wilke Date: Sat, 14 Jun 2014 06:02:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357750 - in head/textproc/ibus-m17n: . files 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.18 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: Sat, 14 Jun 2014 06:02:27 -0000 Author: miwi Date: Sat Jun 14 06:02:26 2014 New Revision: 357750 URL: http://svnweb.freebsd.org/changeset/ports/357750 QAT: https://qat.redports.org/buildarchive/r357750/ Log: * add stage support * correct use of LIB_DEPENDS * reduce MASTER_SITES PR: 190910 Submitted by: maintainer Added: head/textproc/ibus-m17n/files/ head/textproc/ibus-m17n/files/patch-configure (contents, props changed) Modified: head/textproc/ibus-m17n/Makefile Modified: head/textproc/ibus-m17n/Makefile ============================================================================== --- head/textproc/ibus-m17n/Makefile Sat Jun 14 06:01:11 2014 (r357749) +++ head/textproc/ibus-m17n/Makefile Sat Jun 14 06:02:26 2014 (r357750) @@ -3,16 +3,15 @@ PORTNAME= ibus-m17n PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - http://anthesphoria.net/FreeBSD/ports/distfiles/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= The m17n IMEngine for IBus framework -LIB_DEPENDS= ibus-1.0:${PORTSDIR}/textproc/ibus \ - m17n.4:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS= libibus-1.0.so:${PORTSDIR}/textproc/ibus \ + libm17n.so:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus PROJECTHOST= ibus @@ -20,8 +19,6 @@ PROJECTHOST= ibus USES= gmake pkgconfig GNU_CONFIGURE= yes -NO_STAGE= yes - OPTIONS_DEFINE= NLS .include Added: head/textproc/ibus-m17n/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/ibus-m17n/files/patch-configure Sat Jun 14 06:02:26 2014 (r357750) @@ -0,0 +1,12 @@ +--- configure~ 2011-08-29 10:42:34.000000000 +0200 ++++ configure 2014-06-10 04:25:05.000000000 +0400 +@@ -18273,8 +18273,7 @@ + fi + fi + +- if test "$gt_use_preinstalled_gnugettext" = "yes" \ +- || test "$nls_cv_use_gnu_gettext" = "yes"; then ++ if test "$USE_NLS" = "yes"; then + + $as_echo "#define ENABLE_NLS 1" >>confdefs.h +