-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
3,817 additions
and
1,621 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,13 @@ | ||
2019-06-25 Karl Berry <[email protected]> | ||
|
||
* Build: don't call buildinfo from here, the output when the CC | ||
etc. envvars are not set is too misleading. Just write UNAME. | ||
|
||
2019-06-24 Karl Berry <[email protected]> | ||
|
||
* doc/buildinfo.sh (compiler_version): new shell function; | ||
ignore useless first "Configured:" line for gcc->cc on Macs. | ||
|
||
2019-06-23 Karl Berry <[email protected]> | ||
|
||
* doc/buildinfo.sh: output the compiler/other names | ||
|
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
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
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,8 @@ | ||
2019-06-27 Akira Kakuto <[email protected]> | ||
|
||
Import harfbuzz-2.5.3. | ||
* version.ac, Makefile.am: Adjusted. | ||
|
||
2019-06-21 Akira Kakuto <[email protected]> | ||
|
||
Import harfbuzz-2.5.2. | ||
|
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,4 +1,4 @@ | ||
## $Id: Makefile.am 51414 2019-06-20 21:59:30Z kakuto $ | ||
## $Id: Makefile.am 51488 2019-06-27 08:20:17Z kakuto $ | ||
## Proxy Makefile.am to build harfbuzz for TeX Live. | ||
## | ||
## Copyright 2016-2017 Karl Berry <[email protected]> | ||
|
@@ -33,6 +33,7 @@ libharfbuzz_dependencies = | |
libharfbuzz_a_SOURCES = \ | ||
@HARFBUZZ_TREE@/src/hb-algs.hh \ | ||
@HARFBUZZ_TREE@/src/hb-atomic.hh \ | ||
@HARFBUZZ_TREE@/src/hb-bimap.hh \ | ||
@HARFBUZZ_TREE@/src/hb-blob.hh \ | ||
@HARFBUZZ_TREE@/src/hb-blob.cc \ | ||
@HARFBUZZ_TREE@/src/hb-buffer.hh \ | ||
|
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,8 @@ | ||
2019-06-27 Akira Kakuto <[email protected]> | ||
|
||
Imported harfbuzz-2.5.3 source tree from: | ||
http://www.freedesktop.org/software/harfbuzz/release/ | ||
|
||
2019-06-21 Akira Kakuto <[email protected]> | ||
|
||
Imported harfbuzz-2.5.2 source tree from: | ||
|
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,6 +1,6 @@ | ||
#! /bin/sh | ||
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.69 for harfbuzz (TeX Live) 2.5.2. | ||
# Generated by GNU Autoconf 2.69 for harfbuzz (TeX Live) 2.5.3. | ||
# | ||
# Report bugs to <[email protected]>. | ||
# | ||
|
@@ -580,8 +580,8 @@ MAKEFLAGS= | |
# Identity of this package. | ||
PACKAGE_NAME='harfbuzz (TeX Live)' | ||
PACKAGE_TARNAME='harfbuzz--tex-live-' | ||
PACKAGE_VERSION='2.5.2' | ||
PACKAGE_STRING='harfbuzz (TeX Live) 2.5.2' | ||
PACKAGE_VERSION='2.5.3' | ||
PACKAGE_STRING='harfbuzz (TeX Live) 2.5.3' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
|
@@ -1311,7 +1311,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 harfbuzz (TeX Live) 2.5.2 to adapt to many kinds of systems. | ||
\`configure' configures harfbuzz (TeX Live) 2.5.3 to adapt to many kinds of systems. | ||
Usage: $0 [OPTION]... [VAR=VALUE]... | ||
|
@@ -1382,7 +1382,7 @@ fi | |
|
||
if test -n "$ac_init_help"; then | ||
case $ac_init_help in | ||
short | recursive ) echo "Configuration of harfbuzz (TeX Live) 2.5.2:";; | ||
short | recursive ) echo "Configuration of harfbuzz (TeX Live) 2.5.3:";; | ||
esac | ||
cat <<\_ACEOF | ||
|
@@ -1487,7 +1487,7 @@ fi | |
test -n "$ac_init_help" && exit $ac_status | ||
if $ac_init_version; then | ||
cat <<\_ACEOF | ||
harfbuzz (TeX Live) configure 2.5.2 | ||
harfbuzz (TeX Live) configure 2.5.3 | ||
generated by GNU Autoconf 2.69 | ||
Copyright (C) 2012 Free Software Foundation, Inc. | ||
|
@@ -2123,7 +2123,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 harfbuzz (TeX Live) $as_me 2.5.2, which was | ||
It was created by harfbuzz (TeX Live) $as_me 2.5.3, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
$ $0 $@ | ||
|
@@ -4047,7 +4047,7 @@ fi | |
|
||
# Define the identity of the package. | ||
PACKAGE='harfbuzz--tex-live-' | ||
VERSION='2.5.2' | ||
VERSION='2.5.3' | ||
|
||
|
||
# Some tools Automake needs. | ||
|
@@ -4241,8 +4241,8 @@ WARNING_CFLAGS=$kpse_cv_warning_cflags | |
|
||
HB_VERSION_MAJOR=2 | ||
HB_VERSION_MINOR=5 | ||
HB_VERSION_MICRO=2 | ||
HB_VERSION=2.5.2 | ||
HB_VERSION_MICRO=3 | ||
HB_VERSION=2.5.3 | ||
|
||
ac_ext=c | ||
ac_cpp='$CPP $CPPFLAGS' | ||
|
@@ -7919,7 +7919,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 harfbuzz (TeX Live) $as_me 2.5.2, which was | ||
This file was extended by harfbuzz (TeX Live) $as_me 2.5.3, which was | ||
generated by GNU Autoconf 2.69. Invocation command line was | ||
CONFIG_FILES = $CONFIG_FILES | ||
|
@@ -7985,7 +7985,7 @@ _ACEOF | |
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | ||
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ||
ac_cs_version="\\ | ||
harfbuzz (TeX Live) config.status 2.5.2 | ||
harfbuzz (TeX Live) config.status 2.5.3 | ||
configured by $0, generated by GNU Autoconf 2.69, | ||
with options \\"\$ac_cs_config\\" | ||
|
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
Oops, something went wrong.