From owner-svn-ports-head@FreeBSD.ORG Fri Jun 27 16:10:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE32A644; Fri, 27 Jun 2014 16:10:15 +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 BB52A2FBF; Fri, 27 Jun 2014 16:10:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5RGAFnj062721; Fri, 27 Jun 2014 16:10:15 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5RGAFXi062720; Fri, 27 Jun 2014 16:10:15 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406271610.s5RGAFXi062720@svn.freebsd.org> From: Martin Wilke Date: Fri, 27 Jun 2014 16:10:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359565 - head/textproc/scim-m17n 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.18 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: Fri, 27 Jun 2014 16:10:15 -0000 Author: miwi Date: Fri Jun 27 16:10:15 2014 New Revision: 359565 URL: http://svnweb.freebsd.org/changeset/ports/359565 QAT: https://qat.redports.org/buildarchive/r359565/ Log: - Stage support - Cleanup PR: 190781 Deleted: head/textproc/scim-m17n/pkg-plist Modified: head/textproc/scim-m17n/Makefile Modified: head/textproc/scim-m17n/Makefile ============================================================================== --- head/textproc/scim-m17n/Makefile Fri Jun 27 16:09:17 2014 (r359564) +++ head/textproc/scim-m17n/Makefile Fri Jun 27 16:10:15 2014 (r359565) @@ -3,7 +3,7 @@ PORTNAME= scim-m17n PORTVERSION= 0.2.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ @@ -13,11 +13,21 @@ COMMENT= SCIM IMEngine module which uses BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ gsed:${PORTSDIR}/textproc/gsed -LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS= libm17n.so:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim -USES= gmake pkgconfig +USES= gmake pkgconfig libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +PLIST_FILES= lib/scim-1.0/1.4.0/IMEngine/m17n.a \ + lib/scim-1.0/1.4.0/IMEngine/m17n.so \ + share/scim/icons/scim-m17n.png + +post-patch: + @${REINPLACE_CMD} -e 's|$$(DESTDIR)$$(moduledir)|${STAGEDIR}${PREFIX}/lib/scim-1.0/1.4.0/IMEngine|g' \ + ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|$$(DESTDIR)$$(icondir)|${STAGEDIR}${PREFIX}/share/scim/icons|g' \ + ${WRKSRC}/data/Makefile.in -NO_STAGE= yes .include