From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 10:42:35 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 29FFCDBD; Mon, 30 Jun 2014 10:42:35 +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 1732727A2; Mon, 30 Jun 2014 10:42:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UAgYfn019493; Mon, 30 Jun 2014 10:42:34 GMT (envelope-from ashish@svn.freebsd.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UAgYMc019491; Mon, 30 Jun 2014 10:42:34 GMT (envelope-from ashish@svn.freebsd.org) Message-Id: <201406301042.s5UAgYMc019491@svn.freebsd.org> From: Ashish SHUKLA Date: Mon, 30 Jun 2014 10:42:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359823 - head/textproc/scim-bridge 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: Mon, 30 Jun 2014 10:42:35 -0000 Author: ashish Date: Mon Jun 30 10:42:34 2014 New Revision: 359823 URL: http://svnweb.freebsd.org/changeset/ports/359823 QAT: https://qat.redports.org/buildarchive/r359823/ Log: - Add STAGE support - Move LICENSE definition to its own block - Fix LIB_DEPENDS Modified: head/textproc/scim-bridge/Makefile head/textproc/scim-bridge/pkg-descr Modified: head/textproc/scim-bridge/Makefile ============================================================================== --- head/textproc/scim-bridge/Makefile Mon Jun 30 10:35:20 2014 (r359822) +++ head/textproc/scim-bridge/Makefile Mon Jun 30 10:42:34 2014 (r359823) @@ -9,16 +9,16 @@ MASTER_SITES= SF/scim/${PORTNAME}/${PORT MAINTAINER= ashish@FreeBSD.org COMMENT= Scim-bridge agent (server) -LIB_DEPENDS= scim-1.0.10:${PORTSDIR}/textproc/scim - -USES= gettext gmake pkgconfig -GNU_CONFIGURE= yes - LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/doc/LICENSE.GPL LICENSE_FILE_LGPL21= ${WRKSRC}/doc/LICENSE.LGPL +LIB_DEPENDS= libscim-1.0.so:${PORTSDIR}/textproc/scim + +USES= gettext gmake pkgconfig +GNU_CONFIGURE= yes + CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ CXXFLAGS+= ${CPPFLAGS} @@ -30,7 +30,6 @@ CONFIGURE_ARGS+=--with-libintl-prefix=${ PLIST_FILES= bin/scim-bridge -NO_STAGE= yes post-patch: @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' Modified: head/textproc/scim-bridge/pkg-descr ============================================================================== --- head/textproc/scim-bridge/pkg-descr Mon Jun 30 10:35:20 2014 (r359822) +++ head/textproc/scim-bridge/pkg-descr Mon Jun 30 10:42:34 2014 (r359823) @@ -4,4 +4,4 @@ the IME server which communicates with S which communicate only with the agent so that there is no binary dependency between the clients and SCIM. -WWW: http://www.scim-im.org/projects/scim_bridge/ +WWW: http://www.scim-im.org/projects/scim_bridge/