diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-08-08 16:43:58 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-08-08 16:43:58 +0000 |
commit | c994533986d4aad8f831e45943eb1e939098829b (patch) | |
tree | 383e65a5618c9b24680a34d99994176f580c393e /x11-wm | |
parent | 80a171373f034d458b57b6418c6aefe2e9d6c47f (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/xfce/files/patch-xfce::taskbar.c | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index cffbddb0963c..213d38ed378a 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce PORTVERSION= 3.8.18 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.xfce.org/archive/ diff --git a/x11-wm/xfce/files/patch-xfce::taskbar.c b/x11-wm/xfce/files/patch-xfce::taskbar.c new file mode 100644 index 000000000000..9656aed6ca90 --- /dev/null +++ b/x11-wm/xfce/files/patch-xfce::taskbar.c @@ -0,0 +1,10 @@ +--- xfce/taskbar.c.old Fri Aug 6 23:00:40 2004 ++++ xfce/taskbar.c Fri Aug 6 23:01:03 2004 +@@ -1697,6 +1697,7 @@ + fprintf(f,"\tSortByUnsorted\n"); + break; + default: ++ break; + } + } + |