From owner-svn-ports-head@FreeBSD.ORG Mon Sep 2 10:35:46 2013 Return-Path: Delivered-To: svn-ports-head@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 66D7120F; Mon, 2 Sep 2013 10:35:46 +0000 (UTC) (envelope-from bapt@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 4679120B9; Mon, 2 Sep 2013 10:35:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r82AZk7h065651; Mon, 2 Sep 2013 10:35:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r82AZjWe065641; Mon, 2 Sep 2013 10:35:45 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309021035.r82AZjWe065641@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Sep 2013 10:35:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325971 - in head: ports-mgmt/kpackagekit security/yersinia textproc/libxml2 x11-fonts/gbdfed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 10:35:46 -0000 Author: bapt Date: Mon Sep 2 10:35:45 2013 New Revision: 325971 URL: http://svnweb.freebsd.org/changeset/ports/325971 Log: Track down the latest USE_GNOME=pkgconfig Modified: head/ports-mgmt/kpackagekit/Makefile head/security/yersinia/Makefile head/textproc/libxml2/Makefile head/x11-fonts/gbdfed/Makefile Modified: head/ports-mgmt/kpackagekit/Makefile ============================================================================== --- head/ports-mgmt/kpackagekit/Makefile Mon Sep 2 10:31:45 2013 (r325970) +++ head/ports-mgmt/kpackagekit/Makefile Mon Sep 2 10:35:45 2013 (r325971) @@ -1,7 +1,4 @@ -# New ports collection makefile for: kpackagekit -# Date created: 11 May 2010 -# Whom: Alberto Villa -# +# Created by: Alberto Villa # $FreeBSD$ PORTNAME= KPackageKit @@ -20,10 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= packagekit-qt.14:${PORTSDIR}/ports-mgmt/packagekit-qt4 USE_BZIP2= yes -USE_GNOME= pkgconfig USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build -USES= cmake gettext +USES= cmake gettext pkgconfig LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes Modified: head/security/yersinia/Makefile ============================================================================== --- head/security/yersinia/Makefile Mon Sep 2 10:31:45 2013 (r325970) +++ head/security/yersinia/Makefile Mon Sep 2 10:35:45 2013 (r325971) @@ -1,9 +1,5 @@ -# New ports collection makefile for: yersinia -# Date created: Sun Jul 24 10:43:13 CEST 2005 -# Whom: se -# +# Created by: se # $FreeBSD$ -# PORTNAME= yersinia PORTVERSION= 0.7.1 @@ -22,7 +18,8 @@ WITH_GTK= true .endif .endif .if defined(WITH_GTK) -USE_GNOME+= pkgconfig gtk20 +USES= pkgconfig +USE_GNOME+= gtk20 PKGNAMESUFFIX= -gtk CONFLICTS= yersinia-[0-9]* .else Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Mon Sep 2 10:31:45 2013 (r325970) +++ head/textproc/libxml2/Makefile Mon Sep 2 10:35:45 2013 (r325971) @@ -17,10 +17,8 @@ COMMENT?= XML parser library for GNOME .if !defined(REFERENCE_PORT) USE_CSTD= gnu89 -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pathfix iconv -USE_GNOME?= pkgconfig +USES= pathfix gmake iconv pkgconfig USE_LDCONFIG= yes CONFIGURE_ARGS?=--with-iconv=${LOCALBASE} \ --with-html-dir=${PREFIX}/share/doc \ Modified: head/x11-fonts/gbdfed/Makefile ============================================================================== --- head/x11-fonts/gbdfed/Makefile Mon Sep 2 10:31:45 2013 (r325970) +++ head/x11-fonts/gbdfed/Makefile Mon Sep 2 10:35:45 2013 (r325971) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gbdfed -# Date created: 2012-06-05 -# Whom: Zhihao Yuan -# +# Created by: Zhihao Yuan # $FreeBSD$ -# PORTNAME= gbdfed PORTVERSION= 1.6 @@ -16,8 +12,8 @@ COMMENT= A GTK2 bitmap font editor LICENSE= MIT USE_BZIP2= yes -USES= gettext -USE_GNOME= gtk20 pkgconfig +USES= gettext pkgconfig +USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include