From owner-svn-ports-head@FreeBSD.ORG Fri Aug 30 23:38:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3BF78AE1; Fri, 30 Aug 2013 23:38:45 +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 1A75E2763; Fri, 30 Aug 2013 23:38:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7UNcihj003047; Fri, 30 Aug 2013 23:38:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7UNci57003043; Fri, 30 Aug 2013 23:38:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201308302338.r7UNci57003043@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 30 Aug 2013 23:38:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325735 - in head/x11: rxvt-unicode xdotool xfce4-taskmanager xfce4-xfapplet-plugin 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: Fri, 30 Aug 2013 23:38:45 -0000 Author: bapt Date: Fri Aug 30 23:38:43 2013 New Revision: 325735 URL: http://svnweb.freebsd.org/changeset/ports/325735 Log: Eradicate USE_GNOME=pkgconfig from x11 While here: - trim headers - convert USE_GMAKE to USES=gmake Modified: head/x11/rxvt-unicode/Makefile head/x11/xdotool/Makefile head/x11/xfce4-taskmanager/Makefile head/x11/xfce4-xfapplet-plugin/Makefile Modified: head/x11/rxvt-unicode/Makefile ============================================================================== --- head/x11/rxvt-unicode/Makefile Fri Aug 30 23:31:49 2013 (r325734) +++ head/x11/rxvt-unicode/Makefile Fri Aug 30 23:38:43 2013 (r325735) @@ -17,7 +17,7 @@ BUILD_DEPENDS= tic:${PORTSDIR}/devel/ncu RUN_DEPENDS= ${LOCALBASE}/bin/fc-cache:${PORTSDIR}/x11-fonts/fontconfig \ ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses -USE_GNOME= pkgconfig +USES= pkgconfig USE_XORG= xpm xft xrender GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/x11/xdotool/Makefile ============================================================================== --- head/x11/xdotool/Makefile Fri Aug 30 23:31:49 2013 (r325734) +++ head/x11/xdotool/Makefile Fri Aug 30 23:38:43 2013 (r325735) @@ -11,8 +11,7 @@ COMMENT= Programmatically simulate keybo USE_PERL5_BUILD= yes USE_LDCONFIG= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig USE_XORG= x11 xtst xinerama MAN1= xdotool.1 Modified: head/x11/xfce4-taskmanager/Makefile ============================================================================== --- head/x11/xfce4-taskmanager/Makefile Fri Aug 30 23:31:49 2013 (r325734) +++ head/x11/xfce4-taskmanager/Makefile Fri Aug 30 23:38:43 2013 (r325735) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfce4-taskbar-plugin -# Date created: 5 May 2005 -# Whom: DaJoob -# +# Created by: DaJoob # $FreeBSD$ -# PORTNAME= xfce4-taskmanager PORTVERSION= 1.0.0 @@ -21,9 +17,8 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphic GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes -USE_GNOME= gtk20 desktopfileutils intltool intlhack pkgconfig +USES= gettext gmake pkgconfig +USE_GNOME= gtk20 desktopfileutils intltool intlhack .include Modified: head/x11/xfce4-xfapplet-plugin/Makefile ============================================================================== --- head/x11/xfce4-xfapplet-plugin/Makefile Fri Aug 30 23:31:49 2013 (r325734) +++ head/x11/xfce4-xfapplet-plugin/Makefile Fri Aug 30 23:38:43 2013 (r325735) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfapplet plugin for xfce4 -# Date created: 29 April 2006 -# Whom: Martin Wilke (miwi@FreeBSD.org) -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= xfce4-xfapplet-plugin PORTVERSION= 0.1.0 @@ -20,9 +16,8 @@ LIB_DEPENDS= panelappletmm-2.6:${PORTSDI GNU_CONFIGURE= yes USE_BZIP2= yes -USES= gettext -USE_GMAKE= yes -USE_GNOME= gtk20 intltool intlhack orbit2 pkgconfig +USES= gettext gmake pkgconfig +USE_GNOME= gtk20 intltool intlhack orbit2 USE_XFCE= configenv libgui libutil panel .include