Re: UPDATE: x11/xfe 1.37 = 1.40

2015-01-20 Thread Brian Callahan

On 01/16/15 20:17, Brian Callahan wrote:
 On 01/12/15 00:45, Brian Callahan wrote:
 Hi ports --

 Here's an update to Xfe. This is a major version update.
 Partial changelog can be found on the homepage: http://roland65.free.fr/xfe/

 Would appreciate if the gnuism police (you know who you are :-) ) can
 check this for those things.

 I already sent a bug report addressing the new
 patches/patch-src_main_cpp upstream.

 Working well on amd64.

 OK?

 ~Brian

 Ping. All I got was the one user report.


Will commit later today if no objections. Have positive testing reports.



Re: UPDATE: x11/xfe 1.37 = 1.40

2015-01-16 Thread Brian Callahan

On 01/12/15 00:45, Brian Callahan wrote:
 Hi ports --

 Here's an update to Xfe. This is a major version update.
 Partial changelog can be found on the homepage: http://roland65.free.fr/xfe/

 Would appreciate if the gnuism police (you know who you are :-) ) can
 check this for those things.

 I already sent a bug report addressing the new
 patches/patch-src_main_cpp upstream.

 Working well on amd64.

 OK?

 ~Brian


Ping. All I got was the one user report.



Re: UPDATE: x11/xfe 1.37 = 1.40

2015-01-16 Thread Bryan Linton
On 2015-01-16 20:17:28, Brian Callahan bcal...@devio.us wrote:
 
 On 01/12/15 00:45, Brian Callahan wrote:
  Hi ports --
 
  Here's an update to Xfe. This is a major version update.
  Partial changelog can be found on the homepage: http://roland65.free.fr/xfe/
 
  [...] 
 
  Working well on amd64.
 
  OK?
 
 
 Ping. All I got was the one user report.
 

I've been running with this for a few days now on i386 -current.  I
haven't seen any regressions.

Seems OK to me.

-- 
Bryan




Re: UPDATE: x11/xfe 1.37 = 1.40

2015-01-12 Thread Josh Grosse
On Mon, Jan 12, 2015 at 12:45:57AM -0500, Brian Callahan wrote:
 Working well on amd64.

And on i386. 



UPDATE: x11/xfe 1.37 = 1.40

2015-01-11 Thread Brian Callahan
Hi ports --

Here's an update to Xfe. This is a major version update.
Partial changelog can be found on the homepage: http://roland65.free.fr/xfe/

Would appreciate if the gnuism police (you know who you are :-) ) can
check this for those things.

I already sent a bug report addressing the new
patches/patch-src_main_cpp upstream.

Working well on amd64.

OK?

~Brian

Index: Makefile
===
RCS file: /cvs/ports/x11/xfe/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile	8 Nov 2014 19:03:59 -	1.34
+++ Makefile	12 Jan 2015 05:41:45 -
@@ -2,23 +2,22 @@
 
 COMMENT=	MS-Explorer like file manager for X
 
-DISTNAME=	xfe-1.37
-REVISION=	1
+DISTNAME=	xfe-1.40
 CATEGORIES=	x11
 
 HOMEPAGE=	http://roland65.free.fr/xfe/
 MAINTAINER=	Brian Callahan bcal...@openbsd.org
 
-# GPLv2
+# GPLv2+
 PERMIT_PACKAGE_CDROM=	Yes
 
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=xfe/}
+WANTLIB += FOX-1.6 X11 Xft Xrandr c freetype m png pthread stdc++
+WANTLIB += util z
 
-WANTLIB +=	X11 Xft c freetype m png pthread stdc++ util z
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=xfe/}
 
 MODULES=	devel/gettext textproc/intltool
 LIB_DEPENDS =	devel/fox
-WANTLIB +=	FOX-1.6=1
 
 RUN_DEPENDS=	devel/desktop-file-utils
 
Index: distinfo
===
RCS file: /cvs/ports/x11/xfe/distinfo,v
retrieving revision 1.15
diff -u -p -r1.15 distinfo
--- distinfo	25 Nov 2013 18:11:14 -	1.15
+++ distinfo	12 Jan 2015 05:41:45 -
@@ -1,2 +1,2 @@
-SHA256 (xfe-1.37.tar.gz) = TbsuJLGKY9eK/QIZIy8FzXQBNwdQ4ttfj6cKb+8CKr0=
-SIZE (xfe-1.37.tar.gz) = 2480940
+SHA256 (xfe-1.40.tar.gz) = K0dvFb7/GhzoXdTOZVm7fOyni4ZsY/tJhkVoYqNoYqg=
+SIZE (xfe-1.40.tar.gz) = 2574477
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/x11/xfe/patches/patch-Makefile_in,v
retrieving revision 1.11
diff -u -p -r1.11 patch-Makefile_in
--- patches/patch-Makefile_in	27 Aug 2013 01:57:25 -	1.11
+++ patches/patch-Makefile_in	12 Jan 2015 05:41:45 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.11 2013/08/27 01:57:25 bcallah Exp $
 Makefile.in.orig	Sat Aug 24 16:40:21 2013
-+++ Makefile.in	Sat Aug 24 16:42:24 2013
-@@ -507,17 +507,13 @@ uninstall-iconDATA:
+--- Makefile.in.orig	Fri Dec  5 09:51:57 2014
 Makefile.in	Mon Jan 12 00:16:22 2015
+@@ -577,17 +577,13 @@ uninstall-iconDATA:
  install-rcDATA: $(rc_DATA)
  	@$(NORMAL_INSTALL)
  	@list='$(rc_DATA)'; test -n $(rcdir) || list=; \
Index: patches/patch-configure
===
RCS file: /cvs/ports/x11/xfe/patches/patch-configure,v
retrieving revision 1.10
diff -u -p -r1.10 patch-configure
--- patches/patch-configure	10 Jan 2014 17:57:47 -	1.10
+++ patches/patch-configure	12 Jan 2015 05:41:45 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.10 2014/01/10 17:57:47 landry Exp $
 configure.orig	Mon Sep  9 16:35:07 2013
-+++ configure	Fri Jan 10 18:44:50 2014
-@@ -5677,7 +5677,7 @@ elif test $ac_cv_prog_cxx_g = yes; then
+--- configure.orig	Mon Jan 12 00:13:01 2015
 configure	Mon Jan 12 00:14:07 2015
+@@ -5895,7 +5895,7 @@ elif test $ac_cv_prog_cxx_g = yes; then
fi
  else
if test $GXX = yes; then
@@ -10,12 +10,12 @@ $OpenBSD: patch-configure,v 1.10 2014/01
else
  CXXFLAGS=
fi
-@@ -14696,14 +14696,6 @@ done
+@@ -14232,14 +14232,6 @@ done
  	  LIBS=$LIBS $freetype_libs
  	  CPPFLAGS=$freetype_cflags $CPPFLAGS
  	fi
--	ac_fn_cxx_check_header_mongrel $LINENO freetype/config/ftheader.h ac_cv_header_freetype_config_ftheader_h $ac_includes_default
--if test x$ac_cv_header_freetype_config_ftheader_h = xyes; then :
+-	ac_fn_cxx_check_header_mongrel $LINENO config/ftheader.h ac_cv_header_config_ftheader_h $ac_includes_default
+-if test x$ac_cv_header_config_ftheader_h = xyes; then :
 -
 -else
 -  as_fn_error $? \ftheader.h not found\ $LINENO 5
Index: patches/patch-src_SearchWindow_cpp
===
RCS file: /cvs/ports/x11/xfe/patches/patch-src_SearchWindow_cpp,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_SearchWindow_cpp
--- patches/patch-src_SearchWindow_cpp	25 Nov 2013 18:39:02 -	1.1
+++ patches/patch-src_SearchWindow_cpp	12 Jan 2015 05:41:45 -
@@ -2,9 +2,9 @@ $OpenBSD: patch-src_SearchWindow_cpp,v 1
 
 Remove gnuisms. The Find Hidden checkbox does nothing now.
 
 src/SearchWindow.cpp.orig	Wed Nov 13 04:47:37 2013
-+++ src/SearchWindow.cpp	Mon Nov 25 13:30:32 2013
-@@ -513,7 +513,7 @@ long SearchWindow::onCmdStart(FXObject*,FXSelector,voi
+--- src/SearchWindow.cpp.orig	Tue Dec 16 07:26:10 2014
 src/SearchWindow.cpp	Mon Jan 12 00:16:23 2015
+@@ -533,7 +533,7 @@ long SearchWindow::onCmdStart(FXObject*,FXSelector,voi
  	if (linkbtn-getCheck())
  		searchcommand=find -L  + ::quote(wheredir-getText());
  	else
@@ -13,7 +13,7 @@ Remove gnuisms. The Find Hidden checkbox