[csw-devel] SF.net SVN: gar:[7505] csw/mgar/pkg/wxwidgets/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Nov 29 19:44:37 CET 2009


Revision: 7505
          http://gar.svn.sourceforge.net/gar/?rev=7505&view=rev
Author:   wahwah
Date:     2009-11-29 18:44:36 +0000 (Sun, 29 Nov 2009)

Log Message:
-----------
wxwidgets: Adding the old binaries for backward compatibility.

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

Added Paths:
-----------
    csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u-2.8.so.0.2.0-i386
    csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u-2.8.so.0.2.0-sparc
    csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u_gl-2.8.so.0.2.0-i386
    csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u_gl-2.8.so.0.2.0-sparc

Modified: csw/mgar/pkg/wxwidgets/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wxwidgets/trunk/Makefile	2009-11-29 17:26:05 UTC (rev 7504)
+++ csw/mgar/pkg/wxwidgets/trunk/Makefile	2009-11-29 18:44:36 UTC (rev 7505)
@@ -19,7 +19,12 @@
 PACKAGING_PLATFORMS = solaris8-sparc solaris8-i386
 
 EXTRA_MODULATORS = GARVERSION
-MODULATIONS_GARVERSION = 2.8.5 2.8.10
+
+# Once upon a time, this build also supported the version 2.8.5 for backward
+# compatibility. Unfortunately, it was segfaulting.  As a workaround, binary
+# files copied from the old package have been provided.
+MODULATIONS_GARVERSION = 2.8.10
+
 MERGE_SCRIPTS_isa-i386-garversion-2.8.5 = copy-only
 MERGE_DIRS_isa-i386-garversion-2.8.5 = $(libdir)
 MERGE_SCRIPTS_isa-sparcv8-garversion-2.8.5 = copy-only
@@ -30,6 +35,10 @@
 SOURCEFILES = $(foreach VERSION,$(MODULATIONS_GARVERSION),$(GARNAME)-$(VERSION).tar.gz)
 NOEXTRACT = $(filter-out $(GARNAME)-$(GARVERSION).tar.gz,$(SOURCEFILES))
 DISTFILES  = $(SOURCEFILES)
+DISTFILES += libwx_gtk2u-2.8.so.0.2.0-i386
+DISTFILES += libwx_gtk2u-2.8.so.0.2.0-sparc
+DISTFILES += libwx_gtk2u_gl-2.8.so.0.2.0-i386
+DISTFILES += libwx_gtk2u_gl-2.8.so.0.2.0-sparc
 SPKG_SOURCEURL = http://www.wxwidgets.org/
 MASTER_SITES  = $(SF_MIRRORS)
 SF_PROJ = wxwindows
@@ -143,3 +152,12 @@
 	(cd $(WORKSRC); $(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) install)
 	(cd $(WORKSRC)/contrib; $(INSTALL_ENV) gmake DESTDIR=$(DESTDIR) install)
 	@$(MAKECOOKIE)
+
+post-merge:
+	ginstall -m 755 \
+	  $(FILEDIR)/libwx_gtk2u-2.8.so.0.2.0-$(GARCH) \
+	  $(PKGROOT)$(libdir)/libwx_gtk2u-2.8.so.0.2.0
+	ginstall -m 755 \
+	  $(FILEDIR)/libwx_gtk2u_gl-2.8.so.0.2.0-$(GARCH) \
+	  $(PKGROOT)$(libdir)/libwx_gtk2u_gl-2.8.so.0.2.0
+	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/wxwidgets/trunk/checksums
===================================================================
--- csw/mgar/pkg/wxwidgets/trunk/checksums	2009-11-29 17:26:05 UTC (rev 7504)
+++ csw/mgar/pkg/wxwidgets/trunk/checksums	2009-11-29 18:44:36 UTC (rev 7505)
@@ -1,9 +1,9 @@
 7830ab8006ade9b14567341b5481eadd  0001-Patches-from-http-trac.wxwidgets.org-ticket-10660.patch
 45df2933ed2fa53f229feda01467db81  0002-Fixing-retarded-checks-for-libGL.patch
 225f6163a1c31d1f96a3b0548b338105  0003-vsscanf-support-via-ncursesw.patch
-f073300d39ce7c88db1033bbce64cdca  0004-add-monodll_appbase.so-to-wxrc.patch
 969c363847e675dc4d3ad6b8871b96db  0005-stupid-vwscanf-workaround.patch
-75ecdc04af4392f918ff6856a3ba6605  0500-wxT-macro-first-iteration.patch
-17d8d019fd2e4137b4cd44816b14e282  0501-a-possible-fix-to-wxchar.h.patch
+d4a33d7a1a30965edf15b54bfb011174  libwx_gtk2u-2.8.so.0.2.0-i386
+6a5857bca9695738ba5e185aac4d26e7  libwx_gtk2u-2.8.so.0.2.0-sparc
+9f2495b8a4b9b91998a74164efc9ca3a  libwx_gtk2u_gl-2.8.so.0.2.0-i386
+5870955c6c23ec655c17b4da92548207  libwx_gtk2u_gl-2.8.so.0.2.0-sparc
 05b32ca051651f4b1885a90f62969faf  wxWidgets-2.8.10.tar.gz
-43274231ee50eb1f35e04e693ebab902  wxWidgets-2.8.5.tar.gz

Added: csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u-2.8.so.0.2.0-i386
===================================================================
(Binary files differ)


Property changes on: csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u-2.8.so.0.2.0-i386
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u-2.8.so.0.2.0-sparc
===================================================================
(Binary files differ)


Property changes on: csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u-2.8.so.0.2.0-sparc
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u_gl-2.8.so.0.2.0-i386
===================================================================
(Binary files differ)


Property changes on: csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u_gl-2.8.so.0.2.0-i386
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u_gl-2.8.so.0.2.0-sparc
===================================================================
(Binary files differ)


Property changes on: csw/mgar/pkg/wxwidgets/trunk/files/libwx_gtk2u_gl-2.8.so.0.2.0-sparc
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream


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