From owner-svn-ports-all@FreeBSD.ORG Sun Sep 15 12:27:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 90EAEF9F; Sun, 15 Sep 2013 12:27:33 +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 6EEE62EEE; Sun, 15 Sep 2013 12:27:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FCRXEo075809; Sun, 15 Sep 2013 12:27:33 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8FCRVaJ075798; Sun, 15 Sep 2013 12:27:31 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201309151227.r8FCRVaJ075798@svn.freebsd.org> From: Antoine Brodin Date: Sun, 15 Sep 2013 12:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327338 - in head: audio/mp3stat chinese/fcitx-chewing chinese/fcitx-configtool chinese/gcin chinese/scim-fcitx textproc/scim-bridge-qt4 textproc/scim-input-pad textproc/scim-kmfl-imeng... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Sep 2013 12:27:33 -0000 Author: antoine Date: Sun Sep 15 12:27:30 2013 New Revision: 327338 URL: http://svnweb.freebsd.org/changeset/ports/327338 Log: Add an explicit dependency on pkgconf Approved by: portmgr (bapt) Modified: head/audio/mp3stat/Makefile head/chinese/fcitx-chewing/Makefile head/chinese/fcitx-chewing/pkg-descr head/chinese/fcitx-configtool/Makefile head/chinese/gcin/Makefile head/chinese/scim-fcitx/Makefile head/textproc/scim-bridge-qt4/Makefile head/textproc/scim-bridge-qt4/pkg-descr head/textproc/scim-input-pad/Makefile head/textproc/scim-kmfl-imengine/Makefile head/textproc/scim-m17n/Makefile Modified: head/audio/mp3stat/Makefile ============================================================================== --- head/audio/mp3stat/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/audio/mp3stat/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -19,7 +19,7 @@ OPTIONS_DEFAULT= VORBIS WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake +USES= gmake pkgconfig USE_GNOME= gtk20 CXX+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ Modified: head/chinese/fcitx-chewing/Makefile ============================================================================== --- head/chinese/fcitx-chewing/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/chinese/fcitx-chewing/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,15 +1,12 @@ -# New ports collection makefile for: fcitx-chewing -# Date created: 6 Feb 2012 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD$ -# PORTNAME= fcitx-chewing PORTVERSION= 0.1.3 PORTREVISION= 1 CATEGORIES= chinese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +PROJECTHOST= fcitx DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com @@ -19,9 +16,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/ch chewing:${PORTSDIR}/chinese/libchewing USE_XZ= yes -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool -PROJECTHOST= fcitx - .include Modified: head/chinese/fcitx-chewing/pkg-descr ============================================================================== --- head/chinese/fcitx-chewing/pkg-descr Sun Sep 15 11:15:04 2013 (r327337) +++ head/chinese/fcitx-chewing/pkg-descr Sun Sep 15 12:27:30 2013 (r327338) @@ -1,4 +1,4 @@ fcitx-chewing provides Chewing, an intelligent phonetic input method engine, as a back-end to the Fcitx IM framework. -WWW: http://code.google.com/p/fcitx/ +WWW: http://code.google.com/p/fcitx/ Modified: head/chinese/fcitx-configtool/Makefile ============================================================================== --- head/chinese/fcitx-configtool/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/chinese/fcitx-configtool/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -17,7 +17,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/ch USE_XZ= yes USE_GNOME= intltool gnomehack -USES= cmake gettext +USES= cmake gettext pkgconfig OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT=GTK2 Modified: head/chinese/gcin/Makefile ============================================================================== --- head/chinese/gcin/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/chinese/gcin/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-gcin -# Date created: Feb 18 2004 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD$ -# PORTNAME= gcin PORTVERSION= 2.8.0 @@ -22,7 +18,7 @@ USE_XZ= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= --use_gtk3=N --use_qt3=N USE_GNOME= gtk20 -USE_GMAKE= YES +USES= gmake pkgconfig USE_XORG= x11 xtst xext INSTALLS_ICONS= YES USE_LDCONFIG= YES Modified: head/chinese/scim-fcitx/Makefile ============================================================================== --- head/chinese/scim-fcitx/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/chinese/scim-fcitx/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,9 +1,5 @@ -# New ports collection makefile for: zh-scim-fcitx -# Date created: 8 May 2007 -# Whom: Yinghong Liu -# +# Created by: Yinghong Liu # $FreeBSD$ -# PORTNAME= scim PORTVERSION= 3.1.1 @@ -14,13 +10,13 @@ PKGNAMESUFFIX= -fcitx DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An SCIM IMEngine module for fcitx +COMMENT= SCIM IMEngine module for fcitx RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim BUILD_DEPENDS:= ${RUN_DEPENDS} USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes Modified: head/textproc/scim-bridge-qt4/Makefile ============================================================================== --- head/textproc/scim-bridge-qt4/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/textproc/scim-bridge-qt4/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim-bridge-qt4 -# Date created: 2008-08-17 -# Whom: Henry Hu -# +# Created by: Henry Hu # $FreeBSD$ -# PORTNAME= scim-bridge PORTVERSION= 0.4.16 @@ -19,8 +15,7 @@ RUN_DEPENDS= scim-bridge:${PORTSDIR}/tex USE_QT4= corelib gui moc_build QT_NONSTANDARD= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes LICENSE= GPLv2 LGPL21 Modified: head/textproc/scim-bridge-qt4/pkg-descr ============================================================================== --- head/textproc/scim-bridge-qt4/pkg-descr Sun Sep 15 11:15:04 2013 (r327337) +++ head/textproc/scim-bridge-qt4/pkg-descr Sun Sep 15 12:27:30 2013 (r327338) @@ -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/ Modified: head/textproc/scim-input-pad/Makefile ============================================================================== --- head/textproc/scim-input-pad/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/textproc/scim-input-pad/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -14,7 +14,7 @@ COMMENT= SCIM add-on to input various sy LIB_DEPENDS= scim-1.0.10:${PORTSDIR}/textproc/scim USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/scim-kmfl-imengine/Makefile ============================================================================== --- head/textproc/scim-kmfl-imengine/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/textproc/scim-kmfl-imengine/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim-kmfl-imengine -# Date created: 10 October 2007 -# Whom: Nikola Lecic -# +# Created by: Nikola Lecic # $FreeBSD$ -# PORTNAME= scim-kmfl-imengine PORTVERSION= 0.9.9 @@ -28,7 +24,7 @@ RUN_DEPENDS= kmflcomp:${PORTSDIR}/textpr USE_XORG= x11 xkbfile xproto USE_AUTOTOOLS= libtool USE_GNOME= glib20 gtk20 intlhack -USES= gettext iconv +USES= gettext iconv pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/textproc/scim-m17n/Makefile ============================================================================== --- head/textproc/scim-m17n/Makefile Sun Sep 15 11:15:04 2013 (r327337) +++ head/textproc/scim-m17n/Makefile Sun Sep 15 12:27:30 2013 (r327338) @@ -1,9 +1,5 @@ -# New ports collection makefile for: scim-m17n -# Date Created: 10 May 2007 -# Whom: Yinghong Liu -# +# Created by: Yinghong Liu # $FreeBSD$ -# PORTNAME= scim-m17n PORTVERSION= 0.2.3 @@ -12,16 +8,15 @@ CATEGORIES= textproc MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ - MAINTAINER= nikola.lecic@anthesphoria.net -COMMENT= A SCIM IMEngine module which uses m17n library as the backend +COMMENT= SCIM IMEngine module which uses m17n library as the backend BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes .include