<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">Anfang der weitergeleiteten Nachricht:</div><br class="Apple-interchange-newline"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">Von: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">rmottola--- via devel <<a href="mailto:devel@lists.opencsw.org" class="">devel@lists.opencsw.org</a>><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">Betreff: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><b class=""><a href="http://SF.net" class="">SF.net</a> SVN: gar:[26385] csw/mgar/pkg/libicu51/trunk</b><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">Datum: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">13. März 2018 um 15:16:25 MEZ<br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">An: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><a href="mailto:devel@lists.opencsw.org" class="">devel@lists.opencsw.org</a><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">Kopie: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class=""><a href="mailto:rmottola@users.sourceforge.net" class="">rmottola@users.sourceforge.net</a><br class=""></span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;" class=""><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif; color:rgba(0, 0, 0, 1.0);" class=""><b class="">Antwort an: </b></span><span style="font-family: -webkit-system-font, Helvetica Neue, Helvetica, sans-serif;" class="">Broadcasts commit logs for build descriptions and GAR <<a href="mailto:devel@lists.opencsw.org" class="">devel@lists.opencsw.org</a>><br class=""></span></div><br class=""><div class=""><div class="">Revision: 26385<br class="">          <a href="http://sourceforge.net/p/gar/code/26385" class="">http://sourceforge.net/p/gar/code/26385</a><br class="">Author:   rmottola<br class="">Date:     2018-03-13 14:16:24 +0000 (Tue, 13 Mar 2018)<br class="">Log Message:<br class="">-----------<br class="">libicu51/trunk: solaris 9 additions and patches<br class=""><br class="">Modified Paths:<br class="">--------------<br class="">    csw/mgar/pkg/libicu51/trunk/Makefile<br class=""><br class="">Added Paths:<br class="">-----------<br class="">    csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch<br class=""><br class="">Modified: csw/mgar/pkg/libicu51/trunk/Makefile<br class="">===================================================================<br class="">--- csw/mgar/pkg/libicu51/trunk/Makefile<span class="Apple-tab-span" style="white-space:pre">       </span>2018-03-12 16:26:09 UTC (rev 26384)<br class="">+++ csw/mgar/pkg/libicu51/trunk/Makefile<span class="Apple-tab-span" style="white-space:pre">    </span>2018-03-13 14:16:24 UTC (rev 26385)<br class="">@@ -15,6 +15,17 @@<br class=""><br class=""> LICENSE = license.html<br class=""><br class="">+#where can we build?<br class="">+PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386<br class="">+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386<br class="">+<br class="">+#solaris 9 specific patch for missing PTR_MAX<br class="">+PATCHFILES_5.9 += LETypes_ptr_sol9.patch<br class="">+<br class="">+PATCHFILES += $(PATCHFILES_$(GAROSREL))<br class="">+<br class="">+<br class="">+<br class=""> PACKAGES += CSWlibicudata51<br class=""> SPKG_DESC_CSWlibicudata51 = International Components for Unicode, libicudata.so.51<br class=""> PKGFILES_CSWlibicudata51 += $(call pkgfiles_lib,libicudata.so.51)<br class="">@@ -105,7 +116,19 @@<br class=""> # packages using the libs will bail out as they assume the libs are self-contained.<br class=""> LINKER_FLAGS = -lCrun -lCstd -norunpath<br class=""><br class="">-BUILD64_LIBS_ONLY = 1<br class="">+#BUILD64_LIBS_ONLY = 1<br class="">+# Enable 64 bits, but not for Solaris 9 x86<br class="">+BUILD64_5.9_sparc  = 1<br class="">+BUILD64_5.10_sparc = 1<br class="">+BUILD64_5.9_i386   =<br class="">+BUILD64_5.10_i386  = 1<br class="">+BUILD64 = $(BUILD64_$(GAROSREL)_$(GARCH))<br class=""></div></div></blockquote><div><br class=""></div><div>Please set BUILD64_LIBS_ONLY instead of BUILD64 or you get binaries in both 32 and 64 bit which is</div><div>not usefu for this package.</div><div><br class=""></div><div><br class=""></div><div>Best regards</div><div><br class=""></div><div>  — Dago</div><br class=""><blockquote type="cite" class=""><div class=""><div class="">+<br class="">+# Wrong return code of test TestEnumSet on Solaris 9, skip testsuite for now<br class="">+SKIPTEST-5.9 = 1<br class="">+SKIPTEST ?= $(SKIPTEST-$(GAROSREL))<br class="">+<br class="">+<br class=""> NOISALIST = 1<br class=""><br class=""> include gar/category.mk<br class=""><br class="">Added: csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch<br class="">===================================================================<br class="">--- csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch<span class="Apple-tab-span" style="white-space:pre">        </span>                        (rev 0)<br class="">+++ csw/mgar/pkg/libicu51/trunk/files/LETypes_ptr_sol9.patch<span class="Apple-tab-span" style="white-space:pre"> </span>2018-03-13 14:16:24 UTC (rev 26385)<br class="">@@ -0,0 +1,20 @@<br class="">+--- a/source/layout/LETypes.h.orig<span class="Apple-tab-span" style="white-space:pre">    </span>Fri Mar 20 09:23:20 2015<br class="">++++ b/source/layout/LETypes.h<span class="Apple-tab-span" style="white-space:pre"> </span>Fri Mar 20 09:43:47 2015<br class="">+@@ -296,17 +296,9 @@<br class="">+  * Max value representable by a uintptr<br class="">+  */<br class="">+ <br class="">+-#ifndef UINT32_MAX<br class="">+ #define LE_UINT32_MAX 0xFFFFFFFFU<br class="">+-#else<br class="">+-#define LE_UINT32_MAX UINT32_MAX<br class="">+-#endif<br class="">+ <br class="">+-#ifndef UINTPTR_MAX<br class="">+ #define LE_UINTPTR_MAX LE_UINT32_MAX<br class="">+-#else<br class="">+-#define LE_UINTPTR_MAX UINTPTR_MAX<br class="">+-#endif<br class="">+ <br class="">+ /**<br class="">+  * Range check for overflow<br class=""><br class="">This was sent by the <a href="http://SourceForge.net" class="">SourceForge.net</a> collaborative development platform, the world's largest Open Source development site.<br class=""><br class=""></div></div></blockquote></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class=""><div class=""><span style="font-family: monospace; " class="">-- </span><br style="font-family: monospace; " class=""><span style="font-family: monospace; " class="">"You don't become great by trying to be great, you become great by wanting to do something,</span><br style="font-family: monospace; " class=""><span style="font-family: monospace; " class="">and then doing it so hard that you become great in the process." - xkcd #896</span></div></div>
</div>

<br class=""></body></html>