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...
Antoine Brodin
antoine at FreeBSD.org
Sun Sep 15 12:27:33 UTC 2013
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 <lichray at gmail.com>
-#
+# Created by: Zhihao Yuan <lichray at gmail.com>
# $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 at 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 <bsd.port.mk>
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 <relaxbsd at gmail.com>
-#
+# Created by: Yinghong Liu <relaxbsd at gmail.com>
# $FreeBSD$
-#
PORTNAME= scim
PORTVERSION= 3.1.1
@@ -14,13 +10,13 @@ PKGNAMESUFFIX= -fcitx
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION}
MAINTAINER= ports at 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 <henry.hu.sh at gmail.com>
-#
+# Created by: Henry Hu <henry.hu.sh at gmail.com>
# $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 <nikola.lecic at anthesphoria.net>
-#
+# Created by: Nikola Lecic <nikola.lecic at anthesphoria.net>
# $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 <relaxbsd at gmail.com>
-#
+# Created by: Yinghong Liu <relaxbsd at gmail.com>
# $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 at 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 <bsd.port.mk>
More information about the svn-ports-head
mailing list