- Don't install gcc.
[chise/chise-base.git] / ChangeLog
1 2014-11-14  MORIOKA Tomohiko  <tomo.git@chise.org>
2
3         * bootstrap.homebrew (IMAKECPP): Use "${brew_prefix}/bin/cpp-4.9"
4         instead of "${brew_prefix}/bin/cpp".
5         (CC): Use "${brew_prefix}/bin/gcc-4.9" instead of
6         "${brew_prefix}/bin/gcc".
7
8 2014-05-18  MORIOKA Tomohiko  <tomo.git@chise.org>
9
10         * bootstrap.homebrew:
11         - Use `gcc' instead of `apple-gcc42'.
12         (IMAKECPP): Use ${brew_prefix}.
13         (installing canna): Use "chise/misc" instead of "chise/cjkv".
14         (CC): Use `${brew_prefix}/bin/gcc' instead of `gcc-4.2'.
15
16 2013-11-07  MORIOKA Tomohiko  <tomo.git@chise.org>
17
18         * bootstrap.homebrew:
19         - Use apple-gcc42 instead of
20           https://raw.github.com/Homebrew/homebrew-dupes/master/gcc.rb.
21         (IMAKECPP): Use /usr/local/bin/cpp-4.2 instead of
22         /usr/local/bin/cpp-4.7.
23         - Use "brew tap chise/cjkv".
24         - Use gcc-4.2 to compile CHISE-base.
25
26 2013-11-06  MORIOKA Tomohiko  <tomo.git@chise.org>
27
28         * configure.in: Use `AC_PROG_CC'.
29         (xemacs_configure_args): Replace 'CC=...' to `--compiler=*'.
30
31         * Makefile.in (CC): New variable.
32
33 2012-10-03  MORIOKA Tomohiko  <tomo.git@chise.org>
34
35         * bootstrap.debian: Use libldap-dev, libpng-dev, libtiff-dev,
36         libjpeg-dev and libncurses-dev instead of libldap2-dev,
37         libpng3-dev, libtiff4-dev, libjpeg62-dev and libncurses5-dev.
38
39 2012-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
40
41         * bootstrap.debian: Install `git' instead of `cvs'.
42
43 2012-07-23  MORIOKA Tomohiko  <tomo.git@chise.org>
44
45         * bootstrap.fink: Run `sudo make install-mac' in
46         chise-fonts-installer/TrueType/ instead of
47         chise-fonts-installer/TrueType/Hanazono/.
48
49         * bootstrap.homebrew: Run `make install-mac' in
50         chise-fonts-installer/TrueType/ instead of
51         chise-fonts-installer/TrueType/Hanazono/.
52
53 2012-07-18  MORIOKA Tomohiko  <tomo.git@chise.org>
54
55         * bootstrap.homebrew: Install
56         https://raw.github.com/Homebrew/homebrew-dupes/master/gcc.rb.
57         (IMAKECPP): Use /usr/local/bin/cpp-4.7.
58
59 2012-07-18  MORIOKA Tomohiko  <tomo.git@chise.org>
60
61         * bootstrap.homebrew (brew_prefix): New variable; use it instead
62         of "/usr/local".
63         - Add code to detect location of homebrew.mxcl.canna.plist.
64
65 2012-07-17  MORIOKA Tomohiko  <tomo.git@chise.org>
66
67         * Makefile.in (update): New target.
68
69 2012-07-13  MORIOKA Tomohiko  <tomo.git@chise.org>
70
71         * bootstrap.homebrew: Run `brew upgrade' after
72         `git pull https://github.com/chise/homebrew/'.
73
74 2012-07-13  MORIOKA Tomohiko  <tomo.git@chise.org>
75
76         * bootstrap.homebrew: Modify for canna.rb Ver.3.7p3_1.
77
78 2012-07-12  MORIOKA Tomohiko  <tomo.git@chise.org>
79
80         * bootstrap.homebrew: Add setting for launchctl to start Canna
81         server automatically.
82
83 2012-07-07  MORIOKA Tomohiko  <tomo.git@chise.org>
84
85         * bootstrap.fink: Use {libpng14|libjpeg8|db51}(-shlibs) instead of
86         {libpng3|libjpeg|db48}(-shlibs).
87
88 2012-07-01  MORIOKA Tomohiko  <tomo.git@chise.org>
89
90         * Makefile.in (CHISE_GIT_ROOT): New variable.
91         (ELISP_GIT_ROOT): New variable.
92         (concord): Use Git instead of CVS.
93         (libchise): Likewise.
94         (xemacs-chise): Likewise.
95         (tomoyo-tools): Likewise.
96         (ids): Likewise.
97         (chise-fonts-installer): Likewise.
98         (apel): Likewise.
99         (nabe): Likewise.
100
101 2012-04-26  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
102
103         * README.en: Remove descriptions about CVS and add description
104         about the new Git repository.
105
106 2012-04-26  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
107
108         * README.en (Reporting Bugs): Modify for
109         chise-{en|ja}@lists.chise.org.
110
111 2012-02-18  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
112
113         * bootstrap.homebrew: Don't use sudo.
114
115 2012-02-17  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
116
117         * configure.in: Add '--ldflags=-Wl,-no_pie' to $xemacs_opts when
118         running with Mac OS X 10.7 Lion or later.
119
120 2012-02-15  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
121
122         * bootstrap.homebrew: New file.
123
124 2012-02-11  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
125
126         * bootstrap.fink: If `canna-dev' is not found (Lion), don't
127         specify '--with-canna'.
128
129 2011-09-19  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
130
131         * Makefile.in (install-nabe): New target.
132         (install-base): Call `install-nabe'.
133         (nabe): New target.
134         (distclean): Add cleaner for nabe/.
135         (cvs-base-clean): Delete nabe/.
136
137 2011-06-02  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
138
139         * bootstrap.fink: Run "sudo make install-mac" in
140         chise-fonts-installer/TrueType/Hanazono/.
141
142 2011-06-02  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
143
144         * bootstrap.macports, bootstrap.fink, bootstrap.debian: Install
145         `unzip'.
146
147 2011-03-12  MORIOKA Tomohiko  <tomo@zinbun.kyoto-u.ac.jp>
148
149         * bootstrap.fink: Add `ulimit -n 2048'.
150
151 2010-09-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
152
153         * bootstrap.fink: Use sudo to do make install-arphic in
154         chise-fonts-installer/TrueType.
155
156 2010-09-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
157
158         * bootstrap.fink: Install Arphic PL fonts.
159
160 2010-07-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
161
162         * Makefile.in (CVS_ROOT): Quote.
163         (LEMI_CVS_ROOT): Likewise.
164
165 \f
166 2010-06-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
167
168         * chise-base 0.25 released.
169
170         * Makefile.in (distclean): Add cleaner for chise-fonts-installer/.
171         (cvs-base-clean): Delete apel/ and chise-fonts-installer/.
172
173 2010-06-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
174
175         * Makefile.in (tar-base): Add `chise-fonts-installer'.
176
177         * configure.in (AC_INIT): Update to 0.25.
178
179 2009-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
180
181         * bootstrap.fink:
182         - Omit `coreutils-default'.
183         - Install `wget'.
184
185         * Makefile.in (FONTS_OPTS): New variable.
186         (config-fonts): New target.
187         (chise-fonts-installer/config.h): New target.
188         (build-fonts): New target.
189         (install-fonts): New target.
190         (install-base): Call `install-fonts'.
191         (chise-fonts-installer): New target.
192
193 2009-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
194
195         * bootstrap.fink: Use db48 instead db44.
196
197 2009-07-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
198
199         * bootstrap.debian: Install `xbitmaps'.
200
201 2009-03-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
202
203         * README.en (updating): New subsection.
204
205 2008-10-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
206
207         * Makefile.in ($(LIBDIR)/xemacs/xemacs-packages): Don't install
208         `apel'.
209
210 2008-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
211
212         * bootstrap.debian: Install `make' and `g++'.
213
214 2008-07-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
215
216         * Makefile.in (build-xemacs): Use LC_ALL instead of LANG.
217         (install-apel): Likewise.
218
219 2008-07-22  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
220
221         * bootstrap.macport, bootstrap.macports: Rename
222         `bootstrap.macport' to `bootstrap.macports'.
223
224 2008-07-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
225
226         * bootstrap.macport: New file.
227
228         * bootstrap.fink: Specify --with-site-includes,
229         --with-site-libraries and --with-canna.
230
231         * configure.in (xemacs_configure_args): New SUBST.
232         (--with-site-includes=PATH): New argument.
233         (--with-site-libraries=PATH): New argument.
234         (--with-canna): New argument.
235
236         * Makefile.in (XEMACS_OPTS): Use @xemacs_configure_args@ instead
237         of $(OPTS).
238
239 \f
240 2008-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
241
242         * chise-base 0.24 released.
243
244         * configure.in (AC_INIT): Update to 0.24.
245
246 2008-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
247
248         * Makefile.in (install-apel): Avoid error when
249         $(LIBDIR)/xemacs/site-packages already exists.
250
251 2008-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
252
253         * bootstrap.debian: New file.
254
255 2008-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
256
257         * README.en (Installing CHISE-base in Mac OS X with Fink): New
258         section.
259
260         * bootstrap.fink: New file.
261
262 2008-01-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
263
264         * configure.in (lemi_cvs_root): New SUBST.
265
266         * Makefile.in (SUDO): New variable.
267         (LEMI_CVS_ROOT): New variable.
268         (XEMACS_PACKAGES_URL): New variable.
269         ($(LIBDIR)/libconcord.a): Use $(SUDO) to make install.
270         ($(LIBDIR)/libchise.a): Likewise.
271         (install-db): Use $(SUDO) to install chise-db in
272         $(prefix)/share/chise.
273         (build-xemacs): Build in C locale.
274         ($(BINDIR)/xemacs): Use $(SUDO) to make install.
275         (install-apel): New target.
276         (install-tomoyo-tools): Call `install-apel' and
277         `$(LIBDIR)/xemacs/mule-packages'; Use $(SUDO) to make install.
278         (install-ids): Use $(SUDO) to make install.
279         (apel): New target.
280         (.lemi-cvs-login): New target.
281         ($(LIBDIR)/xemacs/xemacs-packages): New target.
282         ($(LIBDIR)/xemacs/mule-packages): New target.
283
284 \f
285 2006-05-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
286
287         * chise-base 0.23 released.
288
289 2006-05-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
290
291         * README.en: New file.
292
293 2006-05-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
294
295         * configure.in: Put --with-canna into $xemacs_opts when Fink is
296         used.
297
298 2006-05-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
299
300         * Makefile.in (concord): Fix problem when the target is bundled.
301         (libchise): Likewise.
302         (xemacs-chise): Likewise.
303         (tomoyo-tools): Likewise.
304         (ids): Likewise.
305         (.cvs-login): Fix problem when $(CVS_ROOT) does not use pserver
306         method.
307
308 2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
309
310         * Makefile.in (install-db): Use $(TAR) instead of `tar'.
311         (chise-db): Likewise.
312         (tar-core): Likewise; call `cvs-base-clean' instead of
313         `cvs-core-clean'; cvs export concord and libchise.
314
315 2006-05-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
316
317         * Makefile.in (XEMACS_OPTS): Add --pdump, --without-xim and
318         --with-database=berkdb.
319         (xemacs-chise/src/config.h): Move --without-xim, --pdump and
320         --with-database=berkdb to `XEMACS_OPTS'.
321         (tar-core): Call `cvs-core-clean'; don't copy Makefile concord and
322         libchise.
323         (cvs-clean): Use `cvs-base-clean' and `cvs-core-clean'.
324         (cvs-core-clean): New target.
325         (cvs-base-clean): New target.
326
327         * configure.in: Code to detect version of Berkeley DB for Fink is
328         moved into the if-clause about Fink is used.
329
330 2006-05-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
331
332         * Makefile: Deleted.
333
334         * Makefile.in, config.guess, config.sub, configure, configure.in,
335         install-sh: New files.
336
337 2005-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
338
339         * Makefile (VERSION): Update to 0.23.
340         (CONCORD_OPTS): New variable.
341         (all): Call `build-concord'.
342         (install): Call `install-core'.
343         (force-config-concord): New target.
344         (config-concord): Likewise.
345         (concord/config.h): Likewise.
346         (build-concord): Likewise.
347         (install-concord): Likewise.
348         ($(PREFIX)/lib/libconcord.a): Likewise.
349         (config-libchise): Call `install-concord' and `libchise/config.h'.
350         (libchise/config.h): New target.
351         (build-libchise): Cqll `config-libchise'.
352         (install-libchise): Call `build-libchise' and
353         `$(PREFIX)/lib/libchise.a'.
354         ($(PREFIX)/lib/libchise.a): New target.
355         (install-core): New target.
356         (install-db): Changed for new layout.
357         (config-xemacs): Call `xemacs-chise/src/config.h'.
358         (xemacs-chise/src/config.h): New target.
359         (install-xemacs): Call `install-libchise' and
360         `$(PREFIX)/bin/xemacs'.
361         ($(PREFIX)/bin/xemacs): New target.
362         (install-ids): Call `install-xemacs'.
363         (install-base): New target.
364         (generate-db): Call `install-base' instead of `install-xemacs' and
365         `install-ids'.
366         (chise-db): Change directory layout.
367         (tar-core): Copy `concord'.
368         (get-base): New target.
369         (concord): New target.
370         (libchise): Call `.cvs-login'.
371         (xemacs-chise): Likewise.
372         (ids): Likewise.
373         (.cvs-login): New target.
374         (distclean): Add cleaner for concord/.
375         (db-clean): New target.
376         (cvs-clean): New target.
377
378 \f
379 2005-05-25  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
380
381         * chise-core 0.22 released.
382
383         * Makefile (VERSION): Update to 0.22.
384         (tar-core): Renamed from `tar'; do cvs commin and add version tag;
385         rename package name from `chise-base' to `chise-core'.
386
387 2005-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
388
389         * Makefile: New file.
390