Date: Mon, 30 Jun 2014 10:42:34 +0000 (UTC) From: Ashish SHUKLA <ashish@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359823 - head/textproc/scim-bridge Message-ID: <201406301042.s5UAgYMc019491@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 "<malloc\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|<malloc\.h>|<stdlib.h>|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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406301042.s5UAgYMc019491>