From nobody@FreeBSD.org  Thu May 17 20:09:34 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 486721065687
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 May 2012 20:09:34 +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 333D78FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 May 2012 20:09:34 +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 q4HK9Y5S005051
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 17 May 2012 20:09:34 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q4HK9YOE005050;
	Thu, 17 May 2012 20:09:34 GMT
	(envelope-from nobody)
Message-Id: <201205172009.q4HK9YOE005050@red.freebsd.org>
Date: Thu, 17 May 2012 20:09:34 GMT
From: Olivier Duchateau <duchateau.olivier@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] x11-toolkits/libxfce4gui to 4.10.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168065
>Category:       ports
>Synopsis:       [UPDATE] x11-toolkits/libxfce4gui to 4.10.0
>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:10:04 UTC 2012
>Closed-Date:    Fri May 25 17:02:16 UTC 2012
>Last-Modified:  Fri May 25 17:02:16 UTC 2012
>Originator:     Olivier Duchateau
>Release:        FreeBSD 8.2-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
Announce: http://mail.xfce.org/pipermail/xfce/2012-April/030368.html
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/x11-toolkits/libxfce4gui/Makefile libxfce4gui/Makefile
--- /usr/ports/x11-toolkits/libxfce4gui/Makefile	2012-05-09 22:26:22.000000000 +0200
+++ libxfce4gui/Makefile	2012-05-16 21:35:37.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libxfce4gui
-PORTVERSION=	4.8.1
+PORTVERSION=	4.10.0
 CATEGORIES=	x11-toolkits xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/archive/libxfcegui4/${PORTVERSION:R}
@@ -26,9 +26,10 @@
 USE_XFCE=	configenv libutil
 USE_XORG=	sm x11
 
+CONFIGURE_ARGS+=--disable-gtk-doc-html
+
 OPTIONS=	NLS	"Enable Native Language Support"	on  \
 		STARTUP	"Use libstartup-notification"		on  \
-		GLADEUI	"Glade interface designer"		off \
 		APIDOCS	"Install api documentation"		off
 
 .include <bsd.port.pre.mk>
@@ -49,15 +50,6 @@
 CONFIGURE_ARGS+=--disable-startup-notification
 .endif
 
-.if defined(WITH_GLADEUI)
-LIB_DEPENDS+=	gladeui-1.10:${PORTSDIR}/devel/glade3
-CONFIGURE_ARGS+=--enable-gladeui
-PLIST_SUB+=	GLADE3=""
-.else
-CONFIGURE_ARGS+=--disable-gladeui
-PLIST_SUB+=	GLADE3="@comment "
-.endif
-
 .if defined(WITHOUT_APIDOCS)
 CONFIGURE_ARGS+=--without-html-dir
 PLIST_SUB+=	APIDOCS="@comment "
@@ -65,8 +57,5 @@
 CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html
 PLIST_SUB+=	APIDOCS=""
 .endif
-post-patch:
-	@${REINPLACE_CMD} -e 's|$$(GMSGFMT)|$$(MSGFMT)|g' \
-		${WRKSRC}/po/Makefile.in.in
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/x11-toolkits/libxfce4gui/distinfo libxfce4gui/distinfo
--- /usr/ports/x11-toolkits/libxfce4gui/distinfo	2011-04-25 09:51:15.000000000 +0200
+++ libxfce4gui/distinfo	2012-05-09 06:15:43.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (xfce4/libxfcegui4-4.8.1.tar.bz2) = 309a81823cdfdb7301bc6a5199e14f0df29b58dae89a9302c7839b9b94812443
-SIZE (xfce4/libxfcegui4-4.8.1.tar.bz2) = 686338
+SHA256 (xfce4/libxfcegui4-4.10.0.tar.bz2) = 2b82f9979175d8856880c8f349e6eede491ca92fe6940c69c8958115418d4533
+SIZE (xfce4/libxfcegui4-4.10.0.tar.bz2) = 691012
diff -urN /usr/ports/x11-toolkits/libxfce4gui/pkg-plist libxfce4gui/pkg-plist
--- /usr/ports/x11-toolkits/libxfce4gui/pkg-plist	2012-05-14 19:01:38.000000000 +0200
+++ libxfce4gui/pkg-plist	2012-05-09 06:15:43.000000000 +0200
@@ -47,25 +47,7 @@
 lib/libxfcegui4.la
 lib/libxfcegui4.so
 lib/libxfcegui4.so.7
-%%GLADE3%%lib/glade3/modules/libgladexfce4.a
-%%GLADE3%%lib/glade3/modules/libgladexfce4.la
-%%GLADE3%%lib/glade3/modules/libgladexfce4.so
-lib/libglade/2.0/libxfce4.a
-lib/libglade/2.0/libxfce4.la
-lib/libglade/2.0/libxfce4.so
 libdata/pkgconfig/libxfcegui4-1.0.pc
-%%GLADE3%%share/glade3/catalogs/xfce4.xml
-%%GLADE3%%share/glade3/catalogs/xfce4.xml.in
-%%GLADE3%%share/glade3/pixmaps/hicolor/16x16/actions/widget-xfce4-xfce-app-menu-item.png
-%%GLADE3%%share/glade3/pixmaps/hicolor/16x16/actions/widget-xfce4-xfce-heading.png
-%%GLADE3%%share/glade3/pixmaps/hicolor/16x16/actions/widget-xfce4-xfce-movehandler.png
-%%GLADE3%%share/glade3/pixmaps/hicolor/16x16/actions/widget-xfce4-xfce-scaled-image.png
-%%GLADE3%%share/glade3/pixmaps/hicolor/16x16/actions/widget-xfce4-xfce-titled-dialog.png
-%%GLADE3%%share/glade3/pixmaps/hicolor/22x22/actions/widget-xfce4-xfce-app-menu-item.png
-%%GLADE3%%share/glade3/pixmaps/hicolor/22x22/actions/widget-xfce4-xfce-heading.png
-%%GLADE3%%share/glade3/pixmaps/hicolor/22x22/actions/widget-xfce4-xfce-movehandler.png
-%%GLADE3%%share/glade3/pixmaps/hicolor/22x22/actions/widget-xfce4-xfce-scaled-image.png
-%%GLADE3%%share/glade3/pixmaps/hicolor/22x22/actions/widget-xfce4-xfce-titled-dialog.png
 %%APIDOCS%%share/gtk-doc/html/libxfcegui4/XfceAboutDialog.html
 %%APIDOCS%%share/gtk-doc/html/libxfcegui4/XfceAppMenuItem.html
 %%APIDOCS%%share/gtk-doc/html/libxfcegui4/XfceFramebox.html
@@ -85,7 +67,6 @@
 %%APIDOCS%%share/gtk-doc/html/libxfcegui4/libxfcegui4-fundamentals.html
 %%APIDOCS%%share/gtk-doc/html/libxfcegui4/libxfcegui4-netk.html
 %%APIDOCS%%share/gtk-doc/html/libxfcegui4/libxfcegui4-xfce-exec.html
-%%APIDOCS%%share/gtk-doc/html/libxfcegui4/libxfcegui4.devhelp
 %%APIDOCS%%share/gtk-doc/html/libxfcegui4/libxfcegui4.devhelp2
 %%APIDOCS%%share/gtk-doc/html/libxfcegui4/reference.html
 %%APIDOCS%%share/gtk-doc/html/libxfcegui4/right.png
@@ -128,9 +109,11 @@
 %%NLS%%share/locale/gl/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/gu/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/he/LC_MESSAGES/libxfcegui4.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/hy/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/id/LC_MESSAGES/libxfcegui4.mo
+%%NLS%%share/locale/is/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/it/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/ka/LC_MESSAGES/libxfcegui4.mo
@@ -143,6 +126,7 @@
 %%NLS%%share/locale/mr/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/nb/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/libxfcegui4.mo
+%%NLS%%share/locale/nn/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/pa/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/pt/LC_MESSAGES/libxfcegui4.mo
@@ -154,6 +138,7 @@
 %%NLS%%share/locale/sq/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/ta/LC_MESSAGES/libxfcegui4.mo
+%%NLS%%share/locale/te/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/tl_PH/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/tr/LC_MESSAGES/libxfcegui4.mo
 %%NLS%%share/locale/ug/LC_MESSAGES/libxfcegui4.mo
@@ -182,20 +167,12 @@
 %%NLS%%@dirrmtry share/locale/hy
 %%NLS%%@dirrmtry share/locale/dz/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/dz
+%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/bn_IN
 %%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/ast
-%%APIDOCS%%@dirrm share/gtk-doc/html/libxfcegui4
+%%APIDOCS%%@dirrmtry share/gtk-doc/html/libxfcegui4
 %%APIDOCS%%@dirrmtry share/gtk-doc/html
-%%APIDOCS%%@dirrmtry share/gtk-doc
+%%APIDOCS%%@dirrmtry share/gtk-doc 
 @dirrm include/xfce4/libxfcegui4
 @dirrmtry include/xfce4
-@dirrmtry lib/glade3/modules
-@dirrmtry lib/glade3
-@dirrmtry share/glade3/catalogs
-@dirrmtry share/glade3
-@dirrm glade3/pixmaps/hicolor/22x22/actions
-@dirrm glade3/pixmaps/hicolor/22x22
-@dirrm glade3/pixmaps/hicolor/16x16/actions
-@dirrm glade3/pixmaps/hicolor/16x16
-@dirrm glade3/pixmaps/hicolor
-@dirrm glade3/pixmaps


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-xfce 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu May 17 20:10:42 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

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