update.
[chise/chise-base.git] / ChangeLog
index 2800d14..4033833 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,77 @@
+2018-08-12  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * Makefile.in (XEMACS_PACKAGES_URL): Use
+       http://ftp.xemacs.org/pub/xemacs/packages/ instead of
+       http://www.chise.org/dist/XEmacs/packages/.
+
+       * bootstrap.homebrew:
+       - Install gcc@4.9 instead of homebrew/versions/gcc49.
+       - Don't tap homebrew/x11.
+
+2016-11-13  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew: Add code to setup ${brew_prefix}/man as
+       writable.
+
+2016-11-13  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew:
+       - Use homebrew/versions/gcc49 instead of
+         https://raw.githubusercontent.com/veprbl/homebrew-x11/imake-fix/imake.rb.
+       (chise_cc): New variable.
+       - Use chise/misc/berkeley-db5 instead of berkeley-db.
+       - Run `brew -v link canna'.
+
+       * Makefile.in (XEMACS_PACKAGES_URL): Use
+       http://www.chise.org/dist/XEmacs/packages/ instead of
+       http://ftp.xemacs.org/pub/xemacs/packages/.
+       ($(LIBDIR)/xemacs/xemacs-packages): Use xemacs-sumo.tar.bz2
+       instead of xemacs-sumo.tar.gz.
+       ($(LIBDIR)/xemacs/mule-packages): Use xemacs-mule-sumo.tar.bz2
+       instead of xemacs-mule-sumo.tar.gz.
+
+2015-04-22  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew: Use
+       https://raw.githubusercontent.com/veprbl/homebrew-x11/imake-fix/imake.rb.
+
+2014-11-15  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew: Don't install gcc.
+       (IMAKECPP): Omitted.
+
+2014-11-14  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew (IMAKECPP): Use "${brew_prefix}/bin/cpp-4.9"
+       instead of "${brew_prefix}/bin/cpp".
+       (CC): Use "${brew_prefix}/bin/gcc-4.9" instead of
+       "${brew_prefix}/bin/gcc".
+
+2014-05-18  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew:
+       - Use `gcc' instead of `apple-gcc42'.
+       (IMAKECPP): Use ${brew_prefix}.
+       (installing canna): Use "chise/misc" instead of "chise/cjkv".
+       (CC): Use `${brew_prefix}/bin/gcc' instead of `gcc-4.2'.
+
+2013-11-07  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * bootstrap.homebrew:
+       - Use apple-gcc42 instead of
+         https://raw.github.com/Homebrew/homebrew-dupes/master/gcc.rb.
+       (IMAKECPP): Use /usr/local/bin/cpp-4.2 instead of
+       /usr/local/bin/cpp-4.7.
+       - Use "brew tap chise/cjkv".
+       - Use gcc-4.2 to compile CHISE-base.
+
+2013-11-06  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * configure.in: Use `AC_PROG_CC'.
+       (xemacs_configure_args): Replace 'CC=...' to `--compiler=*'.
+
+       * Makefile.in (CC): New variable.
+
 2012-10-03  MORIOKA Tomohiko  <tomo.git@chise.org>
 
        * bootstrap.debian: Use libldap-dev, libpng-dev, libtiff-dev,