Otherwise a bad value of _PKGSRCDIR will be used and the bulk cache creation
fails. This didn't show up before because formerly _PKGSRCDIR was previously
set in bsd.pkg.mk instead of bsd.prefs.mk as it is now.
Should fix bulk build dependency problems noted recently by Hubert.
distrib/sets. This call requires TOOLDIR to be set accordingly so that
make can find sysbuild compiled tools. Reported by Sergio Jiménez (sjr at
hispabsd dot org).
Also add a note in the manpage telling the user to use ?= in his mk.conf,
so that sysbuild can override the values there (specially for things like
TOOLDIR).
Bump version to 1.1.
Changes in 0.7, state: alpha
----------------------------
* New check bt_check_bits, which determines appropiate C types for
different sizes.
* New check bt_check_hdr_std, which searches standard headers.
You *must* use this function, as it is now required for further
checks (improves portability).
* Addition of the `siteinfo' target to the main program. It allows
to get specific information about where Buildtool is installed
by third party programs.
* Default name of Makefile's changed to Makefile.bt. This allows
Automake and Buildtool to coexist in the same package and also
avoids running a regular Make tool within a Buildtool-ized
package (which will confuse the user).
* Build fixes under MacOS X (Darwin).
* Minor bug fixes to run cleanly under Win32, using Cygwin.
* Runtime fixes under GNU-based systems (the `getopt' command did
not behave properly).
While I'm here, fix some things: force the package to use TeXinfo 4.0 and
make it use PKG_SYSCONFDIR.
DISTFILES hack dosen't seems to need now.
2002-11-20 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
* Makefile (SNAPBASE, tar, snapshot): Add `-'.
2002-11-10 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
* skk-dic.el.in: Set buffer coding system to iso-2022-jp and
specify the coding system in the header.
2002-11-09 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
* skk-dic.el.in (skk-search-small-dic): Add doc string.
2002-11-09 Akihiro Motoki <amotoki@dd.iij4u.or.jp>
* skk-comp.el (skk-comp-do): Keyword completion shows a candidate
circularly. (After showing the last candidate, back to the first.)
(skk-comp-previous): Ditto.
* skk.el (keyboard-quit): While keyword completion in Midashi
input mode, C-g terminates the completion and redisplay the
original Midashi input.
* skk-vars.el (skk-comp-circulate): New user variable.
(skk-comp-search-done): New buffer local variable.
2002-11-09 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
* skk-setup.el.in (isearch-mode-end-hook): Check if
`skk-isearch-mode-enable' is non-nil before invoking
`skk-isearch-mode-cleanup'
2002-11-03 NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>
* skk-vars.el (skk-isearch-mode-enable): New user variable.
* skk-setup.el.in (isearch-mode-hook): Check if
`skk-isearch-mode-enable' is non-nil before invoking
`skk-isearch-mode-setup'.
2002-10-28 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
* doc/skk.texi changes
(taca: I've omited description in Japanese.)
2002-10-22 Yano Keisuke <yano@moon.email.ne.jp>
* skk-kcode.el (skk-display-code): Modified for JISX0213.
Change display of KUTEN code in accordance with `JIS kanji jiten'.
(taca: I've omited description in Japanese.)
(skk-jis2sjis2): New function.
hnb stands for Hierarchical NoteBook. It is a console (ncurses)
program to organize many kinds of data in one place, including
addresses, TODO lists, ideas, book reviews, brainstorming,
speech outlines, etc. It stores data in XML format, and is
capable of native export to ASCII and HTML.
Approved by wiz.
This closes my own PR 18233 (the package was provided there).