From owner-svn-ports-head@FreeBSD.ORG Thu Apr 24 18:32:48 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 486C1AFE; Thu, 24 Apr 2014 18:32:48 +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 35EC31DB8; Thu, 24 Apr 2014 18:32:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OIWmsP074549; Thu, 24 Apr 2014 18:32:48 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3OIWmnO074548; Thu, 24 Apr 2014 18:32:48 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201404241832.s3OIWmnO074548@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 24 Apr 2014 18:32:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352045 - head/japanese/scim-prime 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: Thu, 24 Apr 2014 18:32:48 -0000 Author: tijl Date: Thu Apr 24 18:32:47 2014 New Revision: 352045 URL: http://svnweb.freebsd.org/changeset/ports/352045 QAT: https://qat.redports.org/buildarchive/r352045/ Log: - Convert to USES=libtool. - Staging. Modified: head/japanese/scim-prime/Makefile Modified: head/japanese/scim-prime/Makefile ============================================================================== --- head/japanese/scim-prime/Makefile Thu Apr 24 18:31:48 2014 (r352044) +++ head/japanese/scim-prime/Makefile Thu Apr 24 18:32:47 2014 (r352045) @@ -3,7 +3,7 @@ PORTNAME= scim-prime PORTVERSION= 0.3.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= scim-imengine/17192 @@ -15,18 +15,10 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc prime:${PORTSDIR}/japanese/prime RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GNOME= lthack -USES= gmake iconv pkgconfig +USES= gmake iconv libtool:keepla pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - @${ECHO} - @${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\' - @${ECHO} - .include