[40570] trunk/dports/irc/xchat2

afb at macports.org afb at macports.org
Tue Oct 7 02:04:36 PDT 2008


Revision: 40570
          http://trac.macports.org/changeset/40570
Author:   afb at macports.org
Date:     2008-10-07 02:04:33 -0700 (Tue, 07 Oct 2008)
Log Message:
-----------
support for GTK+ 2.14 (#16776)

Modified Paths:
--------------
    trunk/dports/irc/xchat2/Portfile

Added Paths:
-----------
    trunk/dports/irc/xchat2/files/
    trunk/dports/irc/xchat2/files/patch-xtext.h

Modified: trunk/dports/irc/xchat2/Portfile
===================================================================
--- trunk/dports/irc/xchat2/Portfile	2008-10-07 07:52:14 UTC (rev 40569)
+++ trunk/dports/irc/xchat2/Portfile	2008-10-07 09:04:33 UTC (rev 40570)
@@ -4,6 +4,7 @@
 
 name		xchat2
 version		2.8.6
+revision	1
 categories	irc
 maintainers	afb at macports.org openmaintainer
 description	GTK+2 IRC client
@@ -19,7 +20,7 @@
 
 distname	xchat-${version}
 
-patchfiles	xc286-smallfixes.diff
+patchfiles	xc286-smallfixes.diff patch-xtext.h
 
 checksums	xchat-${version}.tar.bz2 md5 1f2670865d43a23a9abc596dde999aca \
 		xchat-${version}.tar.bz2 sha1 7a7463e65cb26c680ed70dd96cec98bcc05435a4 \

Added: trunk/dports/irc/xchat2/files/patch-xtext.h
===================================================================
--- trunk/dports/irc/xchat2/files/patch-xtext.h	                        (rev 0)
+++ trunk/dports/irc/xchat2/files/patch-xtext.h	2008-10-07 09:04:33 UTC (rev 40570)
@@ -0,0 +1,12 @@
+# http://bugs.gentoo.org/show_bug.cgi?id=234458
+# http://bugs.gentoo.org/attachment.cgi?id=164726
+--- xchat-2.8.6/src/fe-gtk/xtext.h.orig	2008-02-24 05:48:02.000000000 +0100
++++ xchat-2.8.6/src/fe-gtk/xtext.h	2008-09-06 02:18:39.000000000 +0200
+@@ -270,6 +270,6 @@
+ xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext);
+ void gtk_xtext_buffer_free (xtext_buffer *buf);
+ void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render);
+-GtkType gtk_xtext_get_type (void);
++GType gtk_xtext_get_type (void);
+ 
+ #endif


Property changes on: trunk/dports/irc/xchat2/files/patch-xtext.h
___________________________________________________________________
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081007/1029d875/attachment-0001.html 


More information about the macports-changes mailing list