Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Feb 2013 09:44:47 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312050 - in head/x11-fm/xfe: . files
Message-ID:  <201302110944.r1B9ilp5039464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Feb 11 09:44:47 2013
New Revision: 312050
URL: http://svnweb.freebsd.org/changeset/ports/312050

Log:
  - Update to 1.34
  
    This release improves the overall look and feel of the program. Scrollbar
    color can now be customized and a Clearlooks theme has been added. Many
    bugs and some regressions were fixed. Brazilian and czsech translations
    were also updated.

Added:
  head/x11-fm/xfe/files/patch-src_DirList.cpp   (contents, props changed)
Modified:
  head/x11-fm/xfe/Makefile
  head/x11-fm/xfe/distinfo   (contents, props changed)

Modified: head/x11-fm/xfe/Makefile
==============================================================================
--- head/x11-fm/xfe/Makefile	Mon Feb 11 09:44:12 2013	(r312049)
+++ head/x11-fm/xfe/Makefile	Mon Feb 11 09:44:47 2013	(r312050)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xfe
-PORTVERSION=	1.33
-PORTREVISION=	1
+PORTVERSION=	1.34
 CATEGORIES=	x11-fm
 MASTER_SITES=	SF
 
@@ -17,8 +16,8 @@ USE_GNOME=	gnomehack intltool
 USE_GETTEXT=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib -pthread
 
 MAN1=		xfe.1 xfi.1 xfp.1 xfv.1 xfw.1
 
@@ -27,7 +26,5 @@ post-patch:
 		${WRKSRC}/src/XFileExplorer.cpp \
 		${WRKSRC}/src/help.h \
 		${WRKSRC}/src/xfedefs.h
-	@${REINPLACE_CMD} 's/unsigned FXchar/FXuchar/' \
-		${WRKSRC}/src/xfeutils.cpp
 
 .include <bsd.port.mk>

Modified: head/x11-fm/xfe/distinfo
==============================================================================
--- head/x11-fm/xfe/distinfo	Mon Feb 11 09:44:12 2013	(r312049)
+++ head/x11-fm/xfe/distinfo	Mon Feb 11 09:44:47 2013	(r312050)
@@ -1,2 +1,2 @@
-SHA256 (xfe-1.33.tar.gz) = e8a40f259d1b48943460ab53c177c5f570e01d2b605db04c8a78c4a4b20372d0
-SIZE (xfe-1.33.tar.gz) = 2320451
+SHA256 (xfe-1.34.tar.gz) = 5e311b0609349ca5ad2c34d32ccb79863eb48f6b8a9fddcecf37f0dd368acf78
+SIZE (xfe-1.34.tar.gz) = 2356801

Added: head/x11-fm/xfe/files/patch-src_DirList.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fm/xfe/files/patch-src_DirList.cpp	Mon Feb 11 09:44:47 2013	(r312050)
@@ -0,0 +1,13 @@
+--- src/DirList.cpp.orig	2013-02-11 08:59:54.000000000 +0100
++++ src/DirList.cpp	2013-02-11 09:03:05.000000000 +0100
+@@ -1954,8 +1954,10 @@
+ 	if (prevMinimized == FALSE && minimized == TRUE)
+ 	{
+ 		onCmdRefreshTimer(0,0,0);
++#if defined(linux)
+ 		onMtdevicesRefresh(0,0,0);
+ 		onUpdevicesRefresh(0,0,0);
++#endif
+ 	}
+ 
+     return 1;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302110944.r1B9ilp5039464>