From bc0663a6696b423fa0c73bef30d0020835a3aabe Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Sun, 26 May 2002 10:41:50 +0000 Subject: Update to 0.0.7. --- x11-wm/clementine/Makefile | 2 +- x11-wm/clementine/distinfo | 2 +- x11-wm/clementine/files/patch-windowmanager.cpp | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 x11-wm/clementine/files/patch-windowmanager.cpp (limited to 'x11-wm') diff --git a/x11-wm/clementine/Makefile b/x11-wm/clementine/Makefile index f2ffa30eb3d6..653d3631fe6d 100644 --- a/x11-wm/clementine/Makefile +++ b/x11-wm/clementine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clementine -PORTVERSION= 0.0.6 +PORTVERSION= 0.0.7 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/x11-wm/clementine/distinfo b/x11-wm/clementine/distinfo index c2bc6eb400a2..1ee27630dcb5 100644 --- a/x11-wm/clementine/distinfo +++ b/x11-wm/clementine/distinfo @@ -1 +1 @@ -MD5 (clementine-0.0.6.tar.gz) = 1c7fdcf05bd31be0a7757b9d89961933 +MD5 (clementine-0.0.7.tar.gz) = ac77b1363b2a208ebf0b2216df37a013 diff --git a/x11-wm/clementine/files/patch-windowmanager.cpp b/x11-wm/clementine/files/patch-windowmanager.cpp new file mode 100644 index 000000000000..c1155bec5cf3 --- /dev/null +++ b/x11-wm/clementine/files/patch-windowmanager.cpp @@ -0,0 +1,17 @@ +$FreeBSD$ + +windowmanager.cpp: In method `void WindowManager::takeButtonPress(long unsigned int, unsigned int, bool, int, int)': +windowmanager.cpp:309: implicit declaration of function `int dumpClients(...)' + +--- windowmanager.cpp.orig Sun May 26 01:54:11 2002 ++++ windowmanager.cpp Sun May 26 03:34:46 2002 +@@ -306,7 +306,9 @@ void WindowManager::takeButtonPress( Win + c->redraw( true ); + clients.push_back( c ); + icons.erase( std::find( icons.begin(), icons.end(), c ) ); ++#ifdef DEBUG + dumpClients(); ++#endif + } else { + if ( menu ) { + delete menu; -- cgit v1.2.3