<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/df529b9e5df06e91b800a9079ea8e810fcb9defe">https://github.com/macports/macports-ports/commit/df529b9e5df06e91b800a9079ea8e810fcb9defe</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new df529b9e5df icu: condense comments
</span>df529b9e5df is described below
<span style='display:block; white-space:pre;color:#808000;'>commit df529b9e5df06e91b800a9079ea8e810fcb9defe
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Tue Apr 6 18:38:12 2021 -0700
<span style='display:block; white-space:pre;color:#404040;'> icu: condense comments
</span>---
devel/icu/Portfile | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/icu/Portfile b/devel/icu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 000aebcf8bc..e94323bd5b5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/icu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/icu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,9 +6,8 @@ PortGroup clang_dependency 1.0
</span> name icu
set my_name icu4c
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Don't forget to increase the revision number of the dependents (e.g. boost)
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# whenever the library version number changes. Thanks.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# To find dependencies, use:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Please increase the revision number of the dependents whenever the library
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# version number changes. To find dependencies, use:
</span> # port file all | sort -u | xargs grep -El ':icu( |$)' | rev | cut -d / -f 2 | rev | sort -u
version 67.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -136,7 +135,7 @@ if { ${subport} ne "${name}-docs" } {
</span> patchfiles-append patch-config-mh-darwin.diff
patchfiles-append patch-declspec-conflict.patch
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # https://trac.macports.org/ticket/60325
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # (#60325)
</span>
patchfiles-append patch-i18n-formatted_string_builder.h.diff
}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -153,9 +152,7 @@ if { ${subport} ne "${name}-docs" } {
</span> # 2) icu-config does not print them out, but they are still contained in the script itself.
# 3) They still exist in the Makefile include files.
#
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # for descriptions of the problem, see
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # r101578
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # #40069
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # for descriptions of the problem, see r101578, (#40069)
</span> # https://bugs.gentoo.org/show_bug.cgi?id=202059
#
# for upstream reports and discussion, see
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -174,13 +171,12 @@ if { ${subport} ne "${name}-docs" } {
</span> }
foreach dir ${dirs} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # Removing architecture-specific differences is necessary to facilitate merging.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # This should not be a problem for projects using icu-config because we do not
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # believe icu-config uses SIZEOF_VOID_P anyway. Projects using the Makefile
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Remove architecture-specific differences to allow merging.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # we do not believe icu-config uses SIZEOF_VOID_P. Projects using Makefile
</span> # include files may experience problems. The developers of ICU suggest using
# pkg-config over both icu-config and the Makefile includes.
# calling icu-config for the host information is not mentioned in any
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # icu man pages as an option, differs between architectures, and can't be merged
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # icu man pages, differs between architectures, and can't be merged
</span>
reinplace {s| -DSIZEOF_VOID_P=[48]||g} ${dir}/config/Makefile.inc \
${dir}/config/icu-config
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -206,9 +202,7 @@ if { ${subport} ne "${name}-docs" } {
</span> merger_must_run_binaries yes
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # Fix bug #11981 that prevents ICU from building when upgrading.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # The default configure flags causes utilisation of outdated ICU
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- # headers/libs instead of the right ones.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # prevent ICU from finding installed icu when upgrading (#11981).
</span> configure.cppflags
configure.ldflags
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -240,7 +234,7 @@ if { ${subport} ne "${name}-docs" } {
</span> }
if {${build_arch} eq "ppc" || ${build_arch} eq "ppc64"} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # see https://trac.macports.org/ticket/59514
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # (#59514)
</span> post-extract {
xinstall -d -m 0755 ${worksrcpath}/data/out
}
</pre><pre style='margin:0'>
</pre>