Date: Fri, 13 Sep 2013 21:39:07 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> 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 Message-ID: <201309132139.r8DLd7C2087972@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ume@FreeBSD.org> -# +# Created by: Hajimu UMEMOTO <ume@FreeBSD.org> # $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 <nork@FreeBSD.org> -# +# Created by: Norikatsu Shigemura <nork@FreeBSD.org> # $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 <nork@FreeBSD.org> -# +# Created by: Norikatsu Shigemura <nork@FreeBSD.org> # $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 <mukai@jmuk.org> -# +# Created by: Jun Mukai <mukai@jmuk.org> # $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 <ume@FreeBSD.org> -# +# Created by: Hajimu UMEMOTO <ume@FreeBSD.org> # $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 <s_yanagita@ybb.ne.jp> -# +# Created by: Seiya Yanagita <s_yanagita@ybb.ne.jp> # $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}" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309132139.r8DLd7C2087972>