-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: svn://tug.org/texlive/trunk/Build/source@72681 c570f23f-e606-0410-a88d-b1316a301751
- Loading branch information
Showing
1,510 changed files
with
245,501 additions
and
134,453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2024-10-27 Karl Berry <[email protected]> | ||
|
||
Update for icu-72.1. | ||
|
||
* patch-01-configure-gcc: no longer needed, now their configure | ||
checks for cc first, which should be ok. | ||
|
||
2023-12-22 Karl Berry <[email protected]> | ||
|
||
* Update for icu-74.2. No changes to patches. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,11 @@ | ||
No `s' for STATIC_PREFIX. | ||
|
||
--- source/config/Makefile.inc.in~ 2023-12-11 14:27:41.000000000 -0800 | ||
+++ source/config/Makefile.inc.in 2023-12-22 09:05:20.588268662 -0800 | ||
--- source/config/Makefile.inc.in~ 2024-10-24 11:24:00.000000000 -0700 | ||
+++ source/config/Makefile.inc.in 2024-10-27 14:32:34.140056410 -0700 | ||
@@ -47,5 +47,5 @@ | ||
|
||
# Static library prefix and file extension | ||
-STATIC_PREFIX = s | ||
+STATIC_PREFIX = | ||
LIBSICU = lib$(STATIC_PREFIX)$(ICUPREFIX) | ||
A = a | ||
--- source/icudefs.mk.in~ 2023-12-11 14:27:41.000000000 -0800 | ||
+++ source/icudefs.mk.in 2023-12-22 09:05:20.588268662 -0800 | ||
@@ -214,5 +214,5 @@ | ||
## If we can't use the shared libraries, use the static libraries | ||
ifneq ($(ENABLE_SHARED),YES) | ||
-STATIC_PREFIX_WHEN_USED = s | ||
+STATIC_PREFIX_WHEN_USED = | ||
else | ||
STATIC_PREFIX_WHEN_USED = | ||
@@ -220,5 +220,5 @@ | ||
|
||
# Static library prefix and file extension | ||
-STATIC_PREFIX = s | ||
+STATIC_PREFIX = | ||
LIBSICU = $(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX) | ||
A = a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.72 for icu (TeX Live) 74.2. | ||
# Generated by GNU Autoconf 2.72 for icu (TeX Live) 76.1. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -603,8 +603,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='icu (TeX Live)' | ||
PACKAGE_TARNAME='icu--tex-live-' | ||
PACKAGE_VERSION='74.2' | ||
PACKAGE_STRING='icu (TeX Live) 74.2' | ||
PACKAGE_VERSION='76.1' | ||
PACKAGE_STRING='icu (TeX Live) 76.1' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1328,7 +1328,7 @@ if test "$ac_init_help" = "long"; then | |
# Omit some internal or obsolete options to make the list less imposing. | ||
# This message is too long to be a string in the A/UX 3.1 sh. | ||
cat <<_ACEOF | ||
'configure' configures icu (TeX Live) 74.2 to adapt to many kinds of systems. | ||
'configure' configures icu (TeX Live) 76.1 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1399,7 +1399,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of icu (TeX Live) 74.2:";; | ||
short | recursive ) echo "Configuration of icu (TeX Live) 76.1:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1498,7 +1498,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
icu (TeX Live) configure 74.2 | ||
icu (TeX Live) configure 76.1 | ||
generated by GNU Autoconf 2.72 | ||
Copyright (C) 2023 Free Software Foundation, Inc. | ||
|
@@ -1698,7 +1698,7 @@ cat >config.log <<_ACEOF | |
This file contains any messages produced by compilers while | ||
running configure, to aid debugging if configure makes a mistake. | ||
It was created by icu (TeX Live) $as_me 74.2, which was | ||
It was created by icu (TeX Live) $as_me 76.1, which was | ||
generated by GNU Autoconf 2.72. Invocation command line was | ||
$ $0$ac_configure_args_raw | ||
|
@@ -4875,7 +4875,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='icu--tex-live-' | ||
VERSION='74.2' | ||
VERSION='76.1' | ||
|
||
|
||
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h | ||
|
@@ -6393,7 +6393,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 | |
# report actual input values of CONFIG_FILES etc. instead of their | ||
# values after options handling. | ||
ac_log=" | ||
This file was extended by icu (TeX Live) $as_me 74.2, which was | ||
This file was extended by icu (TeX Live) $as_me 76.1, which was | ||
generated by GNU Autoconf 2.72. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -6452,7 +6452,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config='$ac_cs_config_escaped' | ||
ac_cs_version="\\ | ||
icu (TeX Live) config.status 74.2 | ||
icu (TeX Live) config.status 76.1 | ||
configured by $0, generated by GNU Autoconf 2.72, | ||
with options \\"\$ac_cs_config\\" | ||
|
Oops, something went wrong.