diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-26 10:41:50 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-26 10:41:50 +0000 |
commit | bc0663a6696b423fa0c73bef30d0020835a3aabe (patch) | |
tree | ee7243b2124cbc73ed9fef0a7a0ada22bf0874b9 /x11-wm/clementine | |
parent | 6560bdc4444d6a53bd4aab0204ab2caf133ee479 (diff) | |
download | ports-bc0663a6696b423fa0c73bef30d0020835a3aabe.tar.gz ports-bc0663a6696b423fa0c73bef30d0020835a3aabe.zip |
Update to 0.0.7.
Notes
Notes:
svn path=/head/; revision=60017
Diffstat (limited to 'x11-wm/clementine')
-rw-r--r-- | x11-wm/clementine/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/clementine/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/clementine/files/patch-windowmanager.cpp | 17 |
3 files changed, 19 insertions, 2 deletions
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; |