Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2002 01:01:28 -0700 (PDT)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/38885: port upgrade x11-wm/fluxbox 0.1.8p2 to 0.1.9p2
Message-ID:  <200206040801.g5481S5N090974@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         38885
>Category:       ports
>Synopsis:       port upgrade x11-wm/fluxbox 0.1.8p2 to 0.1.9p2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 04 01:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        5.0 -current x86
>Organization:
>Environment:
FreeBSD deimos.raisdorf.net 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Sun Mar 17 19:26:49 EST 2002     hscholz@deimos.raisdorf.net:/usr/src/sys/i386/compile/DEIMOS5  i386

>Description:
This is an upgrade of the fluxbox window manager from 0.1.8p2 to 0.1.9p2.

Changes:

 - remove patches for 0.1.8p2 which are included in the 0.1.9 release
 - bugfix1 implemented as separate patch as the patch from the website doesn't work for me (files/patch-configure)
 - add bugfix2-patch for 0.1.9 (from fluxbox website)
 - changes from pr ports/38570 are included

This patch superceedes ports/38570. The files directory has to be
created for the patch-configure file.

Download patch: http://www.raisdorf.net/files/FreeBSD/fluxbox-0.1.8p2-to-0.1.9p2.patch

>How-To-Repeat:
      
>Fix:
diff -urN fluxbox.orig/Makefile fluxbox/Makefile
--- fluxbox.orig/Makefile   Tue Jun  4 17:32:48 2002
+++ fluxbox/Makefile    Tue Jun  4 17:44:43 2002
@@ -6,14 +6,14 @@
 #

 PORTNAME=  fluxbox
-PORTVERSION=   0.1.8
+PORTVERSION=   0.1.9
 CATEGORIES=    x11-wm
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    ${PORTNAME}

-PATCH_SITES=   http://fluxbox.sourceforge.net/download/patches/
-PATCHFILES=    fluxbox-0.1.8-bugfix-1-2.patch
-PATCH_DIST_STRIP=  -p1
+PATCH_SITES=    http://fluxbox.sourceforge.net/download/patches/
+PATCHFILES= fluxbox-0.1.9-bugfix2.patch
+PATCH_DIST_STRIP=   -p1

 MAINTAINER=    spn@g0v.ru

diff -urN fluxbox.orig/distinfo fluxbox/distinfo
--- fluxbox.orig/distinfo   Tue Jun  4 17:32:48 2002
+++ fluxbox/distinfo    Tue Jun  4 17:55:55 2002
@@ -1,2 +1,2 @@
-MD5 (fluxbox-0.1.8.tar.gz) = 599b5d25ab4c088df229387460a86cda
-MD5 (fluxbox-0.1.8-bugfix-1-2.patch) = 78ba4c56643ccb67224cbb3b3f00e05f
+MD5 (fluxbox-0.1.9.tar.gz) = adfecad6a050572e4cb1fcc079dc491d
+MD5 (fluxbox-0.1.9-bugfix2.patch) = 51bb4dca071958d7ffcc5d90c3a26eca
diff -urN fluxbox.orig/files/patch-configure fluxbox/files/patch-configure
--- fluxbox.orig/files/patch-configure  Thu Jan  1 10:00:00 1970
+++ fluxbox/files/patch-configure   Tue Jun  4 17:46:50 2002
@@ -0,0 +1,10 @@
+--- configure.in.orig  Tue Jun  4 17:45:50 2002
++++ configure.in   Tue Jun  4 17:46:23 2002
+@@ -194,6 +194,7 @@
+ if test x$gencat_cmd = "x"; then
+   NLS=""
+ fi
++CXXFLAGS="$CXXFLAGS $NLS"
+ 
+ 
+ dnl Check for new timed pixmap cache
diff -urN fluxbox.orig/pkg-plist fluxbox/pkg-plist
--- fluxbox.orig/pkg-plist  Tue Jun  4 17:32:48 2002
+++ fluxbox/pkg-plist   Tue Jun  4 17:33:37 2002
@@ -1,3 +1,4 @@
+bin/fluxbox-generate_menu
 bin/bsetbg
 bin/bsetroot
 bin/fluxbox
@@ -5,6 +6,7 @@
 share/fluxbox/keys
 share/fluxbox/menu
 share/fluxbox/nls/C/blackbox.cat
+share/fluxbox/nls/bg_BG/blackbox.cat
 share/fluxbox/nls/da_DK/blackbox.cat
 share/fluxbox/nls/es_ES/blackbox.cat
 share/fluxbox/nls/et_EE/blackbox.cat
@@ -37,10 +39,8 @@
 share/fluxbox/styles/TDF
 share/fluxbox/styles/Twice
 share/fluxbox/styles/qnx-photon
-share/fluxbox/titlebar
 @unexec rm %D/share/fluxbox/nls/fr
 @unexec rm %D/share/fluxbox/nls/es
-@unexec rm %D/share/fluxbox/nls/bg_BG
 @unexec rm %D/share/fluxbox/nls/en_US
 @unexec rm %D/share/fluxbox/nls/en
 @unexec rm %D/share/fluxbox/nls/US_ASCII
@@ -52,6 +52,7 @@
 @exec ln -s C %D/share/fluxbox/nls/US_ASCII
 @exec ln -s C %D/share/fluxbox/nls/POSIX
 @dirrm share/fluxbox/styles
+@dirrm share/fluxbox/nls/bg_BG
 @dirrm share/fluxbox/nls/tr_TR
 @dirrm share/fluxbox/nls/sv_SE
 @dirrm share/fluxbox/nls/pt_PT


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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