upgrade to fluxbox 0.9.3
-- From: MAINTAINER
This commit is contained in:
parent
cbe0b43d0a
commit
70a3cc1db3
13
x11/fluxbox/patches/patch-src_fluxbox_cc
Normal file
13
x11/fluxbox/patches/patch-src_fluxbox_cc
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-src_fluxbox_cc,v 1.3 2003/06/12 14:46:02 brad Exp $
|
||||
Rathnor found another one.
|
||||
--- src/fluxbox.cc.orig Tue Jun 10 13:23:03 2003
|
||||
+++ src/fluxbox.cc Wed Jun 11 06:55:49 2003
|
||||
@@ -1736,7 +1736,7 @@ void Fluxbox::restart(const char *prog)
|
||||
shutdown();
|
||||
|
||||
if (prog) {
|
||||
- execlp(prog, prog, 0);
|
||||
+ execlp(prog, prog, (void *) NULL);
|
||||
perror(prog);
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2002/12/10 15:22:40 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2003/06/12 14:46:02 brad Exp $
|
||||
@pkgcfl blackbox-*
|
||||
@pkgcfl openbox-*
|
||||
bin/bsetbg
|
||||
bin/bsetroot
|
||||
bin/fbrun
|
||||
bin/fbsetbg
|
||||
bin/fluxbox
|
||||
bin/fluxbox-generate_menu
|
||||
man/man1/bsetroot.1
|
||||
@ -15,6 +15,7 @@ share/fluxbox/nls/POSIX
|
||||
share/fluxbox/nls/US_ASCII
|
||||
share/fluxbox/nls/bg_BG/fluxbox.cat
|
||||
share/fluxbox/nls/da_DK/fluxbox.cat
|
||||
share/fluxbox/nls/de_DE/fluxbox.cat
|
||||
share/fluxbox/nls/en
|
||||
share/fluxbox/nls/en_US
|
||||
share/fluxbox/nls/es
|
||||
@ -42,6 +43,7 @@ share/fluxbox/styles/Flux
|
||||
share/fluxbox/styles/LemonSpace
|
||||
share/fluxbox/styles/Makro
|
||||
share/fluxbox/styles/MerleyKay
|
||||
share/fluxbox/styles/Meta
|
||||
share/fluxbox/styles/Minimal
|
||||
share/fluxbox/styles/Nyz
|
||||
share/fluxbox/styles/Operation
|
||||
@ -65,6 +67,7 @@ share/fluxbox/styles/qnx-photon
|
||||
@dirrm share/fluxbox/nls/fr_FR
|
||||
@dirrm share/fluxbox/nls/et_EE
|
||||
@dirrm share/fluxbox/nls/es_ES
|
||||
@dirrm share/fluxbox/nls/de_DE
|
||||
@dirrm share/fluxbox/nls/da_DK
|
||||
@dirrm share/fluxbox/nls/bg_BG
|
||||
@dirrm share/fluxbox/nls/C
|
||||
|
Loading…
Reference in New Issue
Block a user