svn commit: r316313 - in head/databases: animenfo-client-gtk dbh dbh10 gtksql hk_classes ldb libmongo-client mdbtools

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 23 07:08:34 UTC 2013


Author: bapt
Date: Tue Apr 23 07:08:32 2013
New Revision: 316313
URL: http://svnweb.freebsd.org/changeset/ports/316313

Log:
  Convert databases to USES=pkgconfig

Modified:
  head/databases/animenfo-client-gtk/Makefile
  head/databases/dbh/Makefile
  head/databases/dbh10/Makefile
  head/databases/gtksql/Makefile
  head/databases/hk_classes/Makefile
  head/databases/ldb/Makefile
  head/databases/libmongo-client/Makefile
  head/databases/mdbtools/Makefile

Modified: head/databases/animenfo-client-gtk/Makefile
==============================================================================
--- head/databases/animenfo-client-gtk/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
+++ head/databases/animenfo-client-gtk/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
@@ -14,10 +14,10 @@ COMMENT=	AnimeNfo client with GTK suppor
 
 LICENSE=	GPLv2
 
+USES=		pkgconfig
 USE_GMAKE=	yes
 USE_GETTEXT=	yes
 USE_GNOME=	gtk20
-USE_PKGCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
 CFLAGS+=	${CPPFLAGS}

Modified: head/databases/dbh/Makefile
==============================================================================
--- head/databases/dbh/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
+++ head/databases/dbh/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
@@ -12,10 +12,9 @@ COMMENT=	Disk Based Hashtables
 
 CONFLICTS=	dbh-[0-3]*
 
-USES=	pathfix
+USES=	pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	build
 
 MAN1=		dbh.1 dbh.h.1
 MAN3=		dbh_close.3 dbh_create.3 dbh_destroy.3 dbh_erase.3 \

Modified: head/databases/dbh10/Makefile
==============================================================================
--- head/databases/dbh10/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
+++ head/databases/dbh10/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	dbh
-# Date created:			Aug 9, 2002
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	dbh
 PORTVERSION=	1.0.24
@@ -18,10 +13,9 @@ COMMENT=	Disk Based Hashtables
 CONFLICTS=	dbh-[2-9]*
 
 USE_AUTOTOOLS=	libtool
-USES=	pathfix
+USES=	pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_PKGCONFIG=	yes
 
 LATEST_LINK=	dbh10
 

Modified: head/databases/gtksql/Makefile
==============================================================================
--- head/databases/gtksql/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
+++ head/databases/gtksql/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	avahi-client:${PORTSDIR}/ne
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	aclocal libtool
 ACLOCAL_ARGS=	-I${LOCALBASE}/share/aclocal
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 USE_GMAKE=	yes
 USE_GNOME=	gtk20
 

Modified: head/databases/hk_classes/Makefile
==============================================================================
--- head/databases/hk_classes/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
+++ head/databases/hk_classes/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	hk_classes
-# Date created:				25 July 2002
-# Whom:					arved
-#
+# Created by: arved
 # $FreeBSD$
 
 PORTNAME=	hk_classes
@@ -16,11 +13,11 @@ BUILD_DEPENDS=	${LOCALBASE}/include/argp
 LIB_DEPENDS=	fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
 		xml2.5:${PORTSDIR}/textproc/libxml2
 
+USES=	pkgconfig
 USE_BZIP2=	yes
 USE_ICONV=	yes
 USE_PYTHON=	yes
 USE_GETTEXT=	yes
-USE_PKGCONFIG=	yes
 CXXFLAGS+=	${PTHREAD_CFLAGS}
 LDFLAGS+=	${PTHREAD_LIBS} -L${LOCALBASE}/lib -largp -lintl
 USE_AUTOTOOLS=	libtool

Modified: head/databases/ldb/Makefile
==============================================================================
--- head/databases/ldb/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
+++ head/databases/ldb/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
@@ -15,12 +15,12 @@ LICENSE=		GPLv3
 
 CONFLICTS=		*samba3[0-4]-3.*
 
+USES=			pkgconfig
 USE_PYTHON_BUILD=	-2.7
 USE_LDCONFIG=		yes
 HAS_CONFIGURE=		yes
 WAF_TOOL=		buildtools/bin/waf
 CONFIGURE_SCRIPT=	${WAF_TOOL} configure
-USE_PKGCONFIG=		build
 
 USE_OPENLDAP=		yes
 

Modified: head/databases/libmongo-client/Makefile
==============================================================================
--- head/databases/libmongo-client/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
+++ head/databases/libmongo-client/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
@@ -17,7 +17,7 @@ GH_COMMIT=	13cc0ee
 
 USE_AUTOTOOLS=	automake autoconf libtool
 GNU_CONFIGURE=	yes
-USE_PKGCONFIG=	build
+USES=		pkgconfig
 USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_GETTEXT=	yes

Modified: head/databases/mdbtools/Makefile
==============================================================================
--- head/databases/mdbtools/Makefile	Tue Apr 23 07:00:02 2013	(r316312)
+++ head/databases/mdbtools/Makefile	Tue Apr 23 07:08:32 2013	(r316313)
@@ -13,10 +13,9 @@ COMMENT=	Utilities and libraries to expo
 # To build man-pages
 BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
 
-USES=		bison
+USES=		bison pkgconfig
 USE_AUTOTOOLS=	libtool
 USE_GNOME=	glib20
-USE_PKGCONFIG=	build
 WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list