svn commit: r316350 - in head: japanese/anthy japanese/libskk japanese/mozc-server japanese/ochusha japanese/scim-tables japanese/skk-tools java/classpath java/eclipse java/icedtea-web java/jamvm j...

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 23 11:46:57 UTC 2013


Author: bapt
Date: Tue Apr 23 11:46:54 2013
New Revision: 316350
URL: http://svnweb.freebsd.org/changeset/ports/316350

Log:
  Convert j* categories to USES=pkgconfig

Modified:
  head/japanese/anthy/Makefile
  head/japanese/libskk/Makefile
  head/japanese/mozc-server/Makefile
  head/japanese/ochusha/Makefile
  head/japanese/scim-tables/Makefile
  head/japanese/skk-tools/Makefile
  head/java/classpath/Makefile
  head/java/eclipse/Makefile
  head/java/icedtea-web/Makefile
  head/java/jamvm/Makefile
  head/java/sablevm/Makefile

Modified: head/japanese/anthy/Makefile
==============================================================================
--- head/japanese/anthy/Makefile	Tue Apr 23 11:36:29 2013	(r316349)
+++ head/japanese/anthy/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
@@ -19,9 +19,9 @@ LICENSE_FILE_GPLv2=	${WRKSRC}/alt-cannad
 LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_LDCONFIG=	yes
 USE_GNOME=	lthack
-USE_PKGCONFIG=	build
 
 DOCSDIR=	share/doc/ja/anthy
 ELISPDIR=	share/emacs/site-lisp/anthy

Modified: head/japanese/libskk/Makefile
==============================================================================
--- head/japanese/libskk/Makefile	Tue Apr 23 11:36:29 2013	(r316349)
+++ head/japanese/libskk/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libskk
-# Date created:	21 December 2011
-# Whom:		Hiroto Kagotani <hiroto.kagotani at gmail.com>
-#
+# Created by: Hiroto Kagotani <hiroto.kagotani at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libskk
 PORTVERSION=	1.0.0
@@ -21,7 +17,7 @@ LIB_DEPENDS=	gee:${PORTSDIR}/devel/libge
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
 USE_GNOME=	intltool gnomehack
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	DATADIRNAME=share
 MAN1=		skk.1

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Tue Apr 23 11:36:29 2013	(r316349)
+++ head/japanese/mozc-server/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	mozc-server
-# Date created:				26 June 2010
-# Whom:					Daichi GOTO <daichi at freebsd.org>
-#
+# Created by: Daichi GOTO <daichi at freebsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mozc
 PORTVERSION=	1.10.1390.102
@@ -19,12 +15,12 @@ COMMENT?=	Mozc server for IBus and other
 LIB_DEPENDS=	protobuf:${PORTSDIR}/devel/protobuf
 RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_PYTHON=	yes
 USE_OPENSSL=	yes
-USE_PKGCONFIG=	build
 
 MAKE_JOBS_SAFE=	yes
 

Modified: head/japanese/ochusha/Makefile
==============================================================================
--- head/japanese/ochusha/Makefile	Tue Apr 23 11:36:29 2013	(r316349)
+++ head/japanese/ochusha/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
@@ -14,12 +14,12 @@ COMMENT=	GUI BBS browser for 2ch.net
 MAN1=		ochusha.1
 MANCOMPRESSED=	no
 
+USES=		pkgconfig
 USE_BZIP2=	yes
 USE_GNOME=	glib20 gtk20 libxml2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
-USE_PKGCONFIG=	yes
 
 DESKTOP_ENTRIES="Ochusha" "${COMMENT}" \
 		"${PREFIX}/share/ochusha/ochusha32.xpm" \

Modified: head/japanese/scim-tables/Makefile
==============================================================================
--- head/japanese/scim-tables/Makefile	Tue Apr 23 11:36:29 2013	(r316349)
+++ head/japanese/scim-tables/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
@@ -13,9 +13,9 @@ COMMENT=	SCIM table based Japanese input
 BUILD_DEPENDS=	scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
 RUN_DEPENDS=	scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
 
+USES=		pkgconfig
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_PKGCONFIG=	build
 
 .include <bsd.port.pre.mk>
 

Modified: head/japanese/skk-tools/Makefile
==============================================================================
--- head/japanese/skk-tools/Makefile	Tue Apr 23 11:36:29 2013	(r316349)
+++ head/japanese/skk-tools/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
@@ -30,7 +30,7 @@ PLIST_FILES=	bin/skkdic-count bin/skkdic
 
 .if ${PORT_OPTIONS:MEXPR2}
 USE_GNOME=	glib20
-USE_PKGCONFIG=	build
+USES+=		pkgconfig
 PORTDOCS+=	README.skkdic-expr2
 PLIST_FILES+=	bin/skkdic-expr2
 .else

Modified: head/java/classpath/Makefile
==============================================================================
--- head/java/classpath/Makefile	Tue Apr 23 11:36:29 2013	(r316349)
+++ head/java/classpath/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
@@ -17,11 +17,11 @@ COMMENT=	A GNU project to create a free 
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_LDCONFIG=	yes
 USE_PERL5_BUILD=yes
-USE_PKGCONFIG=	build
 USE_XORG=	x11 ice xtst xaw xproto xext
 WANT_GNOME=	yes
 

Modified: head/java/eclipse/Makefile
==============================================================================
--- head/java/eclipse/Makefile	Tue Apr 23 11:36:29 2013	(r316349)
+++ head/java/eclipse/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
@@ -40,11 +40,11 @@ TESTS_DESC=	Build SDK test suite
 
 ONLY_FOR_ARCHS=	i386 amd64
 
+USES=		pkgconfig
 USE_ANT=	yes
 USE_GL=		glu
 USE_GMAKE=	yes
 USE_GNOME=	desktopfileutils gconf2 gtk20 gnomevfs2 libgnome libgnomeui
-USE_PKGCONFIG=	build
 USE_JAVA=	yes
 USE_XZ=		yes
 BZIP2_SUFX=	.tar.bz2

Modified: head/java/icedtea-web/Makefile
==============================================================================
--- head/java/icedtea-web/Makefile	Tue Apr 23 11:36:29 2013	(r316349)
+++ head/java/icedtea-web/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
@@ -21,7 +21,7 @@ USE_JAVA=	yes
 JAVA_OS=	native
 JAVA_VENDOR=	openjdk
 JAVA_VERSION=	1.6+
-USE_PKGCONFIG=	yes
+USES=		pkgconfig
 USE_PERL5_BUILD=yes
 USE_XORG=	x11
 WANT_GNOME=	yes

Modified: head/java/jamvm/Makefile
==============================================================================
--- head/java/jamvm/Makefile	Tue Apr 23 11:36:29 2013	(r316349)
+++ head/java/jamvm/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
@@ -16,7 +16,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/classpat
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-classpath-install-dir=${LOCALBASE}
 USE_GMAKE=	yes
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 
 OPTIONS_DEFINE=	FFI ZIP
 OPTIONS_DEFAULT=FFI ZIP

Modified: head/java/sablevm/Makefile
==============================================================================
--- head/java/sablevm/Makefile	Tue Apr 23 11:36:29 2013	(r316349)
+++ head/java/sablevm/Makefile	Tue Apr 23 11:46:54 2013	(r316350)
@@ -22,7 +22,7 @@ USE_GETTEXT=	yes
 USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list