From owner-svn-ports-all@FreeBSD.ORG Tue Apr 23 07:08:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C8D085BF; Tue, 23 Apr 2013 07:08:34 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AB0A71C16; Tue, 23 Apr 2013 07:08:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3N78Y57097673; Tue, 23 Apr 2013 07:08:34 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3N78X6B097661; Tue, 23 Apr 2013 07:08:33 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201304230708.r3N78X6B097661@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 23 Apr 2013 07:08:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316313 - in head/databases: animenfo-client-gtk dbh dbh10 gtksql hk_classes ldb libmongo-client mdbtools 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: Tue, 23 Apr 2013 07:08:34 -0000 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