From nobody@FreeBSD.org  Thu May 17 20:19:08 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A367D1065688
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 May 2012 20:19:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 8E3E98FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 May 2012 20:19:08 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q4HKJ80T005748
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 May 2012 20:19:08 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q4HKJ8YL005747;
	Thu, 17 May 2012 20:19:08 GMT
	(envelope-from nobody)
Message-Id: <201205172019.q4HKJ8YL005747@red.freebsd.org>
Date: Thu, 17 May 2012 20:19:08 GMT
From: Olivier Duchateau <duchateau.olivier@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] Mk/bsd.xfce.mk
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168068
>Category:       ports
>Synopsis:       [PATCH] Mk/bsd.xfce.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-xfce
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 17 20:20:04 UTC 2012
>Closed-Date:    Fri May 25 17:02:37 UTC 2012
>Last-Modified:  Fri May 25 17:02:37 UTC 2012
>Originator:     Olivier Duchateau
>Release:        
>Organization:
>Environment:
>Description:
Update mk file to reflect the new Xfce branch, 4.10.

- Delete thunarvfs, because, this library is obsolete.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- /usr/ports/Mk/bsd.xfce.mk	2011-10-28 17:13:33.000000000 +0200
+++ bsd.xfce.mk	2012-05-09 06:15:42.000000000 +0200
@@ -13,41 +13,38 @@
 # is defined in the ports' makefile.
 
 _USE_XFCE_ALL=			configenv garcon libexo libgui libmenu libutil panel \
-				thunar thunarvfs wm xfconf xfdev
+				thunar wm xfconf xfdev
 
-MASTER_SITE_SUBDIR?=		xfce/4.8/src
+MASTER_SITE_SUBDIR?=		xfce/4.10/src
 
 configenv_CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
 
-garcon_BUILD_DEPENDS=		garcon>=0.1.9:${PORTSDIR}/sysutils/garcon
-garcon_RUN_DEPENDS=		garcon>=0.1.9:${PORTSDIR}/sysutils/garcon
+garcon_BUILD_DEPENDS=		garcon>=0.2.0:${PORTSDIR}/sysutils/garcon
+garcon_RUN_DEPENDS=		garcon>=0.2.0:${PORTSDIR}/sysutils/garcon
 
-libexo_BUILD_DEPENDS=		libexo>=0.6.2:${PORTSDIR}/x11/libexo
-libexo_RUN_DEPENDS=		libexo>=0.6.2:${PORTSDIR}/x11/libexo
+libexo_BUILD_DEPENDS=		libexo>=0.8.0:${PORTSDIR}/x11/libexo
+libexo_RUN_DEPENDS=		libexo>=0.8.0:${PORTSDIR}/x11/libexo
 
-libgui_BUILD_DEPENDS=		libxfce4gui>=4.8.1:${PORTSDIR}/x11-toolkits/libxfce4gui
-libgui_RUN_DEPENDS=		libxfce4gui>=4.8.1:${PORTSDIR}/x11-toolkits/libxfce4gui
+libgui_BUILD_DEPENDS=		libxfce4gui>=4.10.0:${PORTSDIR}/x11-toolkits/libxfce4gui
+libgui_RUN_DEPENDS=		libxfce4gui>=4.10.0:${PORTSDIR}/x11-toolkits/libxfce4gui
 
-libmenu_BUILD_DEPENDS=		libxfce4menu>=4.8.0:${PORTSDIR}/x11/libxfce4menu
-libmenu_RUN_DEPENDS=		libxfce4menu>=4.8.0:${PORTSDIR}/x11/libxfce4menu
+libmenu_BUILD_DEPENDS=		libxfce4menu>=4.10.0:${PORTSDIR}/x11/libxfce4menu
+libmenu_RUN_DEPENDS=		libxfce4menu>=4.10.0:${PORTSDIR}/x11/libxfce4menu
 
-libutil_BUILD_DEPENDS=		libxfce4util>=4.8.2:${PORTSDIR}/x11/libxfce4util
-libutil_RUN_DEPENDS=		libxfce4util>=4.8.2:${PORTSDIR}/x11/libxfce4util
+libutil_BUILD_DEPENDS=		libxfce4util>=4.10.0:${PORTSDIR}/x11/libxfce4util
+libutil_RUN_DEPENDS=		libxfce4util>=4.10.0:${PORTSDIR}/x11/libxfce4util
 
-panel_BUILD_DEPENDS=		xfce4-panel>=4.8.6:${PORTSDIR}/x11-wm/xfce4-panel
-panel_RUN_DEPENDS=		xfce4-panel>=4.8.6:${PORTSDIR}/x11-wm/xfce4-panel
+panel_BUILD_DEPENDS=		xfce4-panel>=4.10.0:${PORTSDIR}/x11-wm/xfce4-panel
+panel_RUN_DEPENDS=		xfce4-panel>=4.10.0:${PORTSDIR}/x11-wm/xfce4-panel
 
-thunar_BUILD_DEPENDS=		Thunar>=1.2.3:${PORTSDIR}/x11-fm/thunar
-thunar_RUN_DEPENDS=		Thunar>=1.2.3:${PORTSDIR}/x11-fm/thunar
+thunar_BUILD_DEPENDS=		Thunar>=1.4.0:${PORTSDIR}/x11-fm/thunar
+thunar_RUN_DEPENDS=		Thunar>=1.4.0:${PORTSDIR}/x11-fm/thunar
 
-thunarvfs_BUILD_DEPENDS=	thunar-vfs>=1.2.0:${PORTSDIR}/x11-fm/thunar-vfs
-thunarvfs_RUN_DEPENDS=		thunar-vfs>=1.2.0:${PORTSDIR}/x11-fm/thunar-vfs
+wm_BUILD_DEPENDS=		xfce4-wm>=4.10.0:${PORTSDIR}/x11-wm/xfce4-wm
+wm_RUN_DEPENDS=			xfce4-wm>=4.10.0:${PORTSDIR}/x11-wm/xfce4-wm
 
-wm_BUILD_DEPENDS=		xfce4-wm>=4.8.2:${PORTSDIR}/x11-wm/xfce4-wm
-wm_RUN_DEPENDS=			xfce4-wm>=4.8.2:${PORTSDIR}/x11-wm/xfce4-wm
-
-xfconf_BUILD_DEPENDS=		xfce4-conf>=4.8.0:${PORTSDIR}/x11/xfce4-conf
-xfconf_RUN_DEPENDS=		xfce4-conf>=4.8.0:${PORTSDIR}/x11/xfce4-conf
+xfconf_BUILD_DEPENDS=		xfce4-conf>=4.10.0:${PORTSDIR}/x11/xfce4-conf
+xfconf_RUN_DEPENDS=		xfce4-conf>=4.10.0:${PORTSDIR}/x11/xfce4-conf
 
 xfdev_RUN_DEPENDS=		xfce4-dev-tools:${PORTSDIR}/devel/xfce4-dev-tools
 
@@ -61,7 +58,8 @@
 BUILD_DEPENDS+=	${${component}_BUILD_DEPENDS}
 LIB_DEPENDS+=	${${component}_LIB_DEPENDS}
 RUN_DEPENDS+=	${${component}_RUN_DEPENDS}
-CONFIGURE_ENV+=	${${component}_CONFIGURE_ENV}
+CONFIGURE_ENV+=	${${component}_CONFIGURE_ENV} \
+	ac_cv_prog_AWK="${AWK}"
 .endfor
 
 .for component in ${USE_XFCE}


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->xfce 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu May 17 20:20:32 UTC 2012 
Responsible-Changed-Why:  
bsd.xfce.mk is xfce territory (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168068 
Responsible-Changed-From-To: xfce->freebsd-xfce 
Responsible-Changed-By: ade 
Responsible-Changed-When: Mon May 21 22:52:01 UTC 2012 
Responsible-Changed-Why:  
Canonicalize. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168068 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Fri May 25 17:02:35 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168068 
>Unformatted:
