Hi ports -- A new fluxbox was released today, attached is a diff to update it. Also do some Makefile rearrangement while here.
Running it here on my machines. All is good. Testing on smaller archs appreciated. OK? ~Brian
Index: Makefile =================================================================== RCS file: /cvs/ports/x11/fluxbox/Makefile,v retrieving revision 1.76 diff -u -p -r1.76 Makefile --- Makefile 24 May 2014 14:55:16 -0000 1.76 +++ Makefile 7 Jan 2015 18:33:00 -0000 @@ -1,37 +1,32 @@ # $OpenBSD: Makefile,v 1.76 2014/05/24 14:55:16 bcallah Exp $ -COMMENT= window manager based on the original Blackbox code +COMMENT = window manager based on the original Blackbox code +DISTNAME = fluxbox-1.3.6 +CATEGORIES = x11 -DISTNAME= fluxbox-1.3.5 -REVISION= 1 +HOMEPAGE = http://fluxbox.org/ +MAINTAINER = Brian Callahan <[email protected]> -CATEGORIES= x11 - -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/} +# X11 +PERMIT_PACKAGE_CDROM = Yes -HOMEPAGE= http://fluxbox.org/ +WANTLIB += Imlib2 X11 Xext Xft Xinerama Xpm Xrandr Xrender c fontconfig +WANTLIB += freetype fribidi m stdc++ z -MAINTAINER= Brian Callahan <[email protected]> +MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=fluxbox/} -# X11 -PERMIT_PACKAGE_CDROM= Yes +MODULES = converters/libiconv -MODULES= converters/libiconv +LIB_DEPENDS= devel/fribidi \ + graphics/imlib2 -WANTLIB= ICE Imlib2 SM X11 Xext Xft Xinerama \ - Xpm Xrandr Xrender c fontconfig \ - freetype fribidi m stdc++ z - -CONFIGURE_STYLE= gnu -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_STYLE = gnu +CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -USE_GMAKE= Yes -USE_GROFF = Yes - -NO_TEST= Yes +USE_GMAKE = Yes +USE_GROFF = Yes -LIB_DEPENDS= devel/fribidi>=0.19.2 \ - graphics/imlib2 +NO_TEST = Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/x11/fluxbox/distinfo,v retrieving revision 1.27 diff -u -p -r1.27 distinfo --- distinfo 16 Apr 2013 15:27:03 -0000 1.27 +++ distinfo 7 Jan 2015 18:33:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (fluxbox-1.3.5.tar.gz) = mdaID4VS/SqP9M38eqev9Y8K4EqWLMrEEt0mzYhFW5c= -SIZE (fluxbox-1.3.5.tar.gz) = 1125565 +SHA256 (fluxbox-1.3.6.tar.gz) = y1TrYtPbovKCpQ+90HfSaiyfVVwStb9mSxGS7OdmlSc= +SIZE (fluxbox-1.3.6.tar.gz) = 1312141 Index: patches/patch-Makefile_in =================================================================== RCS file: patches/patch-Makefile_in diff -N patches/patch-Makefile_in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-Makefile_in 7 Jan 2015 18:33:00 -0000 @@ -0,0 +1,24 @@ +$OpenBSD$ +--- Makefile.in.orig Wed Jan 7 13:16:02 2015 ++++ Makefile.in Wed Jan 7 13:16:25 2015 +@@ -5234,7 +5234,6 @@ src/defaults.hh: + + src/defaults.cc: force + @( \ +- GITDIR=$(top_srcdir)/.git; \ + echo '// This file is generated from Makefile. Do not edit!'; \ + echo '#include "defaults.hh"'; \ + echo ''; \ +@@ -5243,11 +5242,7 @@ src/defaults.cc: force + echo '}'; \ + echo ''; \ + echo 'const char* gitrevision() {'; \ +- if test -r $$GITDIR/HEAD; then \ +- echo ' return "'`cd $$GITDIR && git rev-parse HEAD`'";'; \ +- else \ +- echo ' return "unknown";'; \ +- fi; \ ++ echo ' return "unknown";'; \ + echo '}' ) > $(top_builddir)/src/defaults_tmp.cc + @if ! cmp $(top_builddir)/src/defaults_tmp.cc $(top_builddir)/src/defaults.cc ; then cp $(top_builddir)/src/defaults_tmp.cc $(top_builddir)/src/defaults.cc; fi + @rm $(top_builddir)/src/defaults_tmp.cc Index: patches/patch-src_Makefile_in =================================================================== RCS file: patches/patch-src_Makefile_in diff -N patches/patch-src_Makefile_in --- patches/patch-src_Makefile_in 16 Apr 2013 15:27:03 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,27 +0,0 @@ -$OpenBSD: patch-src_Makefile_in,v 1.4 2013/04/16 15:27:03 bcallah Exp $ - -Don't check for git revision, this is a stable release - ---- src/Makefile.in.orig Sun Apr 7 18:10:55 2013 -+++ src/Makefile.in Sun Apr 7 18:12:55 2013 -@@ -933,7 +933,6 @@ defaults.hh: Makefile - - defaults.cc: force - @( \ -- GITDIR=$(top_srcdir)/.git; \ - echo '// This file is generated from Makefile. Do not edit!'; \ - echo '#include "defaults.hh"'; \ - echo ''; \ -@@ -942,11 +941,7 @@ defaults.cc: force - echo '}'; \ - echo ''; \ - echo 'const char* gitrevision() {'; \ -- if test -r $$GITDIR/HEAD; then \ -- echo ' return "'`cat $$GITDIR/$$(cat $$GITDIR/HEAD | cut -f 2 -d ' ')`'";'; \ -- else \ -- echo ' return "this_is_tar_ball_build";'; \ -- fi; \ -+ echo ' return "this_is_tar_ball_build";'; \ - echo '}' ) > defaults_tmp.cc - @if ! cmp defaults_tmp.cc defaults.cc ; then cp defaults_tmp.cc defaults.cc; fi - @rm defaults_tmp.cc Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/x11/fluxbox/pkg/PLIST,v retrieving revision 1.18 diff -u -p -r1.18 PLIST --- pkg/PLIST 16 Apr 2013 15:27:03 -0000 1.18 +++ pkg/PLIST 7 Jan 2015 18:33:00 -0000 @@ -29,8 +29,8 @@ share/fluxbox/nls/be_BY.CP1251/ share/fluxbox/nls/be_BY.CP1251/fluxbox.cat share/fluxbox/nls/be_BY.UTF-8/ share/fluxbox/nls/be_BY.UTF-8/fluxbox.cat -share/fluxbox/nls/bg_BG.ISO-8859-1/ -share/fluxbox/nls/bg_BG.ISO-8859-1/fluxbox.cat +share/fluxbox/nls/bg_BG.CP1251/ +share/fluxbox/nls/bg_BG.CP1251/fluxbox.cat share/fluxbox/nls/bg_BG.UTF-8/ share/fluxbox/nls/bg_BG.UTF-8/fluxbox.cat share/fluxbox/nls/cs_CZ.ISO-8859-2/
