From owner-svn-ports-head@FreeBSD.ORG Fri Sep 13 21:39:08 2013 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 ESMTP id 8B3C3D9F; Fri, 13 Sep 2013 21:39:08 +0000 (UTC) (envelope-from antoine@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 777122714; Fri, 13 Sep 2013 21:39:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DLd8uV087982; Fri, 13 Sep 2013 21:39:08 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8DLd7C2087972; Fri, 13 Sep 2013 21:39:07 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309132139.r8DLd7C2087972@svn.freebsd.org> From: Antoine Brodin Date: Fri, 13 Sep 2013 21:39:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327188 - in head/japanese: scim-anthy scim-canna scim-honoka-plugin-wnn scim-prime scim-skk scim-tomoe scim-uim 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.14 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, 13 Sep 2013 21:39:08 -0000 Author: antoine Date: Fri Sep 13 21:39:06 2013 New Revision: 327188 URL: http://svnweb.freebsd.org/changeset/ports/327188 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/japanese/scim-anthy/Makefile head/japanese/scim-canna/Makefile head/japanese/scim-honoka-plugin-wnn/Makefile head/japanese/scim-prime/Makefile head/japanese/scim-skk/Makefile head/japanese/scim-tomoe/Makefile head/japanese/scim-uim/Makefile Modified: head/japanese/scim-anthy/Makefile ============================================================================== --- head/japanese/scim-anthy/Makefile Fri Sep 13 21:31:47 2013 (r327187) +++ head/japanese/scim-anthy/Makefile Fri Sep 13 21:39:06 2013 (r327188) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-scim-anthy -# Date created: 2 Mar 2005 -# Whom: Hajimu UMEMOTO -# +# Created by: Hajimu UMEMOTO # $FreeBSD$ -# PORTNAME= scim-anthy PORTVERSION= 1.2.7 @@ -21,8 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ kasumi:${PORTSDIR}/japanese/kasumi USE_GNOME= lthack -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ Modified: head/japanese/scim-canna/Makefile ============================================================================== --- head/japanese/scim-canna/Makefile Fri Sep 13 21:31:47 2013 (r327187) +++ head/japanese/scim-canna/Makefile Fri Sep 13 21:39:06 2013 (r327188) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-scim-canna -# Date created: 2005-04-03 -# Whom: Norikatsu Shigemura -# +# Created by: Norikatsu Shigemura # $FreeBSD$ -# PORTNAME= scim-canna PORTVERSION= 1.0.0 @@ -21,8 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool USE_GNOME= lthack -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ Modified: head/japanese/scim-honoka-plugin-wnn/Makefile ============================================================================== --- head/japanese/scim-honoka-plugin-wnn/Makefile Fri Sep 13 21:31:47 2013 (r327187) +++ head/japanese/scim-honoka-plugin-wnn/Makefile Fri Sep 13 21:39:06 2013 (r327188) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-scim-honoka-plugin-wnn -# Date created: 4 Jun 2006 -# Whom: Masashi CHIBA -# +# Created by: Masashi CHIBA # $FreeBSD$ -# PORTNAME= scim-honoka-plugin-wnn PORTVERSION= 0.9.0 @@ -22,9 +18,8 @@ RUN_DEPENDS= scim:${PORTSDIR}/textproc/s ${LOCALBASE}/lib/scim-1.0/1.4.0/IMEngine/honoka.so:${PORTSDIR}/japanese/scim-honoka \ ${LOCALBASE}/lib/scim-1.0/1.4.0/honoka/plugin-romkan.so:${PORTSDIR}/japanese/scim-honoka-plugin-romkan -USES= gettext iconv pathfix +USES= gettext gmake iconv pathfix pkgconfig USE_GNOME= lthack -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ Modified: head/japanese/scim-prime/Makefile ============================================================================== --- head/japanese/scim-prime/Makefile Fri Sep 13 21:31:47 2013 (r327187) +++ head/japanese/scim-prime/Makefile Fri Sep 13 21:39:06 2013 (r327188) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-scim-prime -# Date created: 2005-10-10 -# Whom: Norikatsu Shigemura -# +# Created by: Norikatsu Shigemura # $FreeBSD$ -# PORTNAME= scim-prime PORTVERSION= 0.3.0 @@ -20,8 +16,7 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= lthack -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ Modified: head/japanese/scim-skk/Makefile ============================================================================== --- head/japanese/scim-skk/Makefile Fri Sep 13 21:31:47 2013 (r327187) +++ head/japanese/scim-skk/Makefile Fri Sep 13 21:39:06 2013 (r327188) @@ -1,7 +1,4 @@ -# New ports collection makefile for: ja-scim-skk -# Date created: 6 Apr 2005 -# Whom: Jun Mukai -# +# Created by: Jun Mukai # $FreeBSD$ # $MCom: ports/japanese/scim-skk/Makefile,v 1.1 2006/09/30 05:17:05 ahze Exp $ @@ -19,8 +16,7 @@ BUILD_DEPENDS= scim:${PORTSDIR}/textproc RUN_DEPENDS:= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ Modified: head/japanese/scim-tomoe/Makefile ============================================================================== --- head/japanese/scim-tomoe/Makefile Fri Sep 13 21:31:47 2013 (r327187) +++ head/japanese/scim-tomoe/Makefile Fri Sep 13 21:39:06 2013 (r327188) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-scim-tomoe -# Date created: 18 Dec 2005 -# Whom: Hajimu UMEMOTO -# +# Created by: Hajimu UMEMOTO # $FreeBSD$ -# PORTNAME= scim-tomoe PORTVERSION= 0.6.0 @@ -19,8 +15,7 @@ LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanes tomoe-gtk.1:${PORTSDIR}/japanese/libtomoe-gtk USE_GNOME= lthack intlhack -USES= gettext iconv -USE_GMAKE= yes +USES= gettext gmake iconv pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ Modified: head/japanese/scim-uim/Makefile ============================================================================== --- head/japanese/scim-uim/Makefile Fri Sep 13 21:31:47 2013 (r327187) +++ head/japanese/scim-uim/Makefile Fri Sep 13 21:39:06 2013 (r327188) @@ -1,9 +1,5 @@ -# New ports collection makefile for: ja-scim-uim -# Date created: 15 Nov 2004 -# Whom: Seiya Yanagita -# +# Created by: Seiya Yanagita # $FreeBSD$ -# PORTNAME= scim-uim PORTVERSION= 0.2.0 @@ -21,8 +17,7 @@ LIB_DEPENDS= uim:${PORTSDIR}/textproc/ui RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= lthack -USES= iconv -USE_GMAKE= yes +USES= gmake iconv pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \