[41875] trunk/dports/net/pidgin/files
simon at macports.org
simon at macports.org
Tue Nov 11 12:27:08 PST 2008
Revision: 41875
http://trac.macports.org/changeset/41875
Author: simon at macports.org
Date: 2008-11-11 12:27:07 -0800 (Tue, 11 Nov 2008)
Log Message:
-----------
net/pidgin: Refreshed patches.
Modified Paths:
--------------
trunk/dports/net/pidgin/files/gtkdocklet-quartz.diff
trunk/dports/net/pidgin/files/patch-configure.ac.diff
trunk/dports/net/pidgin/files/patch-configure.diff
Modified: trunk/dports/net/pidgin/files/gtkdocklet-quartz.diff
===================================================================
--- trunk/dports/net/pidgin/files/gtkdocklet-quartz.diff 2008-11-11 20:12:20 UTC (rev 41874)
+++ trunk/dports/net/pidgin/files/gtkdocklet-quartz.diff 2008-11-11 20:27:07 UTC (rev 41875)
@@ -1,8 +1,8 @@
Index: configure.ac
===================================================================
---- configure.ac.orig 2008-08-21 21:53:27.000000000 +0200
-+++ configure.ac 2008-08-21 21:53:45.000000000 +0200
-@@ -372,6 +372,10 @@
+--- configure.ac.orig 2008-11-06 00:16:37.000000000 +0100
++++ configure.ac 2008-11-06 00:17:02.000000000 +0100
+@@ -371,6 +371,10 @@
[AC_HELP_STRING([--disable-gestures],
[compile without the gestures plugin])],
enable_gestures="$enableval", enable_gestures="yes")
@@ -13,7 +13,7 @@
AC_PATH_XTRA
# We can't assume that $x_libraries will be set, because autoconf does not
-@@ -595,6 +599,16 @@
+@@ -594,6 +598,16 @@
fi])
fi
@@ -30,7 +30,7 @@
else # GTK
enable_cap=no
-@@ -609,6 +623,7 @@
+@@ -608,6 +622,7 @@
AM_CONDITIONAL(BUILD_GEVOLUTION, test "x$enable_gevolution" = "xyes")
AM_CONDITIONAL(ENABLE_CAP, test "x$enable_cap" = "xyes")
AM_CONDITIONAL(ENABLE_GESTURES, test "x$enable_gestures" = "xyes")
@@ -38,7 +38,7 @@
dnl #######################################################################
-@@ -2436,6 +2451,7 @@
+@@ -2438,6 +2453,7 @@
echo Build console UI.............. : $enable_consoleui
echo Build for X11................. : $with_x
echo
@@ -48,9 +48,9 @@
echo Protocols to link statically.. : $STATIC_PRPLS
Index: pidgin/Makefile.am
===================================================================
---- pidgin/Makefile.am.orig 2008-08-19 03:53:51.000000000 +0200
-+++ pidgin/Makefile.am 2008-08-21 21:53:45.000000000 +0200
-@@ -73,7 +73,6 @@
+--- pidgin/Makefile.am.orig 2008-10-18 19:49:45.000000000 +0200
++++ pidgin/Makefile.am 2008-11-06 00:17:02.000000000 +0100
+@@ -74,7 +74,6 @@
bin_PROGRAMS = pidgin
pidgin_SOURCES = \
@@ -58,7 +58,7 @@
pidgincombobox.c \
pidginstock.c \
gtkaccount.c \
-@@ -90,7 +89,6 @@
+@@ -91,7 +90,6 @@
gtkdialogs.c \
gtkdnd-hints.c \
gtkdocklet.c \
@@ -66,7 +66,7 @@
gtkeventloop.c \
gtkexpander.c \
gtkft.c \
-@@ -123,6 +121,15 @@
+@@ -124,6 +122,15 @@
minidialog.c \
pidgintooltip.c
@@ -85,7 +85,7 @@
Index: pidgin/gtkdocklet-gtk.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ pidgin/gtkdocklet-gtk.c 2008-08-21 21:53:45.000000000 +0200
++++ pidgin/gtkdocklet-gtk.c 2008-11-06 00:17:02.000000000 +0100
@@ -0,0 +1,195 @@
+/*
+ * System tray icon (aka docklet) plugin for Purple
@@ -284,8 +284,8 @@
+}
Index: pidgin/gtkdocklet-x11.c
===================================================================
---- pidgin/gtkdocklet-x11.c.orig 2008-08-19 03:53:52.000000000 +0200
-+++ pidgin/gtkdocklet-x11.c 2008-08-21 21:53:45.000000000 +0200
+--- pidgin/gtkdocklet-x11.c.orig 2008-08-13 03:23:17.000000000 +0200
++++ pidgin/gtkdocklet-x11.c 2008-11-06 00:17:02.000000000 +0100
@@ -314,10 +314,11 @@
docklet_x11_blank_icon,
docklet_x11_set_tooltip,
@@ -302,8 +302,8 @@
void
Index: pidgin/gtkdocklet.c
===================================================================
---- pidgin/gtkdocklet.c.orig 2008-08-19 03:53:52.000000000 +0200
-+++ pidgin/gtkdocklet.c 2008-08-21 21:53:45.000000000 +0200
+--- pidgin/gtkdocklet.c.orig 2008-08-06 23:57:07.000000000 +0200
++++ pidgin/gtkdocklet.c 2008-11-06 00:17:02.000000000 +0100
@@ -62,7 +62,7 @@
* docklet status and utility functions
**************************************************************************/
@@ -342,8 +342,8 @@
Index: pidgin/gtkdocklet.h
===================================================================
---- pidgin/gtkdocklet.h.orig 2008-08-19 03:53:52.000000000 +0200
-+++ pidgin/gtkdocklet.h 2008-08-21 21:53:45.000000000 +0200
+--- pidgin/gtkdocklet.h.orig 2007-10-28 02:52:05.000000000 +0100
++++ pidgin/gtkdocklet.h 2008-11-06 00:17:02.000000000 +0100
@@ -35,6 +35,7 @@
void (*blank_icon)(void);
void (*set_tooltip)(gchar *);
@@ -354,8 +354,8 @@
Index: pidgin/win32/gtkdocklet-win32.c
===================================================================
---- pidgin/win32/gtkdocklet-win32.c.orig 2008-08-19 03:54:04.000000000 +0200
-+++ pidgin/win32/gtkdocklet-win32.c 2008-08-21 21:53:45.000000000 +0200
+--- pidgin/win32/gtkdocklet-win32.c.orig 2008-03-31 02:32:21.000000000 +0200
++++ pidgin/win32/gtkdocklet-win32.c 2008-11-06 00:17:02.000000000 +0100
@@ -661,7 +661,8 @@
winpidgin_tray_update_icon,
winpidgin_tray_blank_icon,
Modified: trunk/dports/net/pidgin/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/net/pidgin/files/patch-configure.ac.diff 2008-11-11 20:12:20 UTC (rev 41874)
+++ trunk/dports/net/pidgin/files/patch-configure.ac.diff 2008-11-11 20:27:07 UTC (rev 41875)
@@ -1,8 +1,8 @@
Index: configure.ac
===================================================================
---- configure.ac.orig 2008-08-19 03:53:21.000000000 +0200
-+++ configure.ac 2008-08-21 21:53:27.000000000 +0200
-@@ -132,14 +132,6 @@
+--- configure.ac.orig 2008-10-19 04:40:48.000000000 +0200
++++ configure.ac 2008-11-06 00:16:37.000000000 +0100
+@@ -131,14 +131,6 @@
], [])
], [])
Modified: trunk/dports/net/pidgin/files/patch-configure.diff
===================================================================
--- trunk/dports/net/pidgin/files/patch-configure.diff 2008-11-11 20:12:20 UTC (rev 41874)
+++ trunk/dports/net/pidgin/files/patch-configure.diff 2008-11-11 20:27:07 UTC (rev 41875)
@@ -1,8 +1,8 @@
Index: configure
===================================================================
---- configure.orig 2008-08-19 03:55:55.000000000 +0200
-+++ configure 2008-08-21 21:53:36.000000000 +0200
-@@ -21379,17 +21379,6 @@
+--- configure.orig 2008-10-19 16:38:21.000000000 +0200
++++ configure 2008-11-06 00:16:50.000000000 +0100
+@@ -21785,17 +21785,6 @@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081111/18af0896/attachment-0001.html>
More information about the macports-changes
mailing list