[csw-devel] SF.net SVN: gar:[3863] csw/mgar/pkg/urxvt/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Mar 22 19:16:48 CET 2009


Revision: 3863
          http://gar.svn.sourceforge.net/gar/?rev=3863&view=rev
Author:   wahwah
Date:     2009-03-22 18:16:48 +0000 (Sun, 22 Mar 2009)

Log Message:
-----------
CSWurxvt, a patch for Solaris 8, thanks go to hson for help.

Modified Paths:
--------------
    csw/mgar/pkg/urxvt/trunk/Makefile
    csw/mgar/pkg/urxvt/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/urxvt/trunk/files/rxvt-unicode-9.06-solaris8.patch

Modified: csw/mgar/pkg/urxvt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/urxvt/trunk/Makefile	2009-03-22 16:37:35 UTC (rev 3862)
+++ csw/mgar/pkg/urxvt/trunk/Makefile	2009-03-22 18:16:48 UTC (rev 3863)
@@ -21,6 +21,7 @@
 MASTER_SITES = http://dist.schmorp.de/rxvt-unicode/
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.bz2
 DISTFILES += $(call admfiles,CSWurxvt,)
+PATCHFILES = $(GARNAME)-$(GARVERSION)-solaris8.patch
 
 # We define upstream file regex so we can be notifed of new upstream software
 # release

Modified: csw/mgar/pkg/urxvt/trunk/checksums
===================================================================
--- csw/mgar/pkg/urxvt/trunk/checksums	2009-03-22 16:37:35 UTC (rev 3862)
+++ csw/mgar/pkg/urxvt/trunk/checksums	2009-03-22 18:16:48 UTC (rev 3863)
@@ -1,2 +1,3 @@
 4cb9330e99fc0b0b05cebf3581557dd8  download/rxvt-unicode-9.06.tar.bz2
 c108ec3aafeb40526dfe1868937f9030  download/CSWurxvt.gspec
+cd4459aa4a0b72cb11d9c772eb553863  download/rxvt-unicode-9.06-solaris8.patch

Added: csw/mgar/pkg/urxvt/trunk/files/rxvt-unicode-9.06-solaris8.patch
===================================================================
--- csw/mgar/pkg/urxvt/trunk/files/rxvt-unicode-9.06-solaris8.patch	                        (rev 0)
+++ csw/mgar/pkg/urxvt/trunk/files/rxvt-unicode-9.06-solaris8.patch	2009-03-22 18:16:48 UTC (rev 3863)
@@ -0,0 +1,14 @@
+diff -ru rxvt-unicode-9.06.orig/src/rxvttoolkit.C rxvt-unicode-9.06.solaris/src/rxvttoolkit.C
+--- rxvt-unicode-9.06.orig/src/rxvttoolkit.C	2008-11-04 10:32:11.000000000 +0100
++++ rxvt-unicode-9.06.solaris/src/rxvttoolkit.C	2009-03-22 18:47:27.211539180 +0100
+@@ -35,6 +35,10 @@
+ # include <X11/extensions/Xrender.h>
+ #endif
+ 
++#ifdef __sun
++extern "C" char *XSetIMValues(XIM im, ...);
++#endif
++
+ const char *const xa_names[] =
+ {
+   "TEXT",


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list