Basic Installation ================== These are generic installation instructions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. It may also create one or more `.h' files containing system-dependent definitions. Finally, it creates a shell script `config.status' that you can run in the future to recreate the current configuration, a file `config.cache' that saves the results of its tests to speed up reconfiguring, and a file `config.log' containing compiler output (useful mainly for debugging `configure'). If you need to do unusual things to compile the package, please try to figure out how `configure' could check whether to do them, and mail diffs or instructions to the address given in the `README' so they can be considered for the next release. If at some point `config.cache' contains results you don't want to keep, you may remove or edit it. The file `configure.in' is used to create `configure' by a program called `autoconf'. You only need `configure.in' if you want to change it or regenerate `configure' using a newer version of `autoconf'. The simplest way to compile this package is: 1. `cd' to the directory containing the package's source code and type `./configure' to configure the package for your system. If you're using `csh' on an old version of System V, you might need to type `sh ./configure' instead to prevent `csh' from trying to execute `configure' itself. Running `configure' takes awhile. While running, it prints some messages telling which features it is checking for. 2. Type `make' to compile the package. 3. Optionally, type `make check' to run any self-tests that come with the package. 4. Type `make install' to install the programs and any data files and documentation. 5. You can remove the program binaries and object files from the source code directory by typing `make clean'. To also remove the files that `configure' created (so you can compile the package for a different kind of computer), type `make distclean'. There is also a `make maintainer-clean' target, but that is intended mainly for the package's developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution. Compilers and Options ===================== Some systems require unusual options for compilation or linking that the `configure' script does not know about. You can give `configure' initial values for variables by setting them in the environment. Using a Bourne-compatible shell, you can do that on the command line like this: CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure Or on systems that have the `env' program, you can do it like this: env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure Compiling For Multiple Architectures ==================================== You can compile the package for more than one kind of computer at the same time, by placing the object files for each architecture in their own directory. To do this, you must use a version of `make' that supports the `VPATH' variable, such as GNU `make'. `cd' to the directory where you want the object files and executables to go and run the `configure' script. `configure' automatically checks for the source code in the directory that `configure' is in and in `..'. If you have to use a `make' that does not supports the `VPATH' variable, you have to compile the package for one architecture at a time in the source code directory. After you have installed the package for one architecture, use `make distclean' before reconfiguring for another architecture. Installation Names ================== By default, `make install' will install the package's files in `/usr/local/bin', `/usr/local/man', etc. You can specify an installation prefix other than `/usr/local' by giving `configure' the option `--prefix=PATH'. You can specify separate installation prefixes for architecture-specific files and architecture-independent files. If you give `configure' the option `--exec-prefix=PATH', the package will use PATH as the prefix for installing programs and libraries. Documentation and other data files will still use the regular prefix. In addition, if you use an unusual directory layout you can give options like `--bindir=PATH' to specify different values for particular kinds of files. Run `configure --help' for a list of the directories you can set and what kinds of files go in them. If the package supports it, you can cause programs to be installed with an extra prefix or suffix on their names by giving `configure' the option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. Optional Features ================= Some packages pay attention to `--enable-FEATURE' options to `configure', where FEATURE indicates an optional part of the package. They may also pay attention to `--with-PACKAGE' options, where PACKAGE is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. For packages that use the X Window System, `configure' can usually find the X include and library files automatically, but if it doesn't, you can use the `configure' options `--x-includes=DIR' and `--x-libraries=DIR' to specify their locations. Specifying the System Type ========================== There may be some features `configure' can not figure out automatically, but needs to determine by the type of host the package will run on. Usually `configure' can figure that out, but if it prints a message saying it can not guess the host type, give it the `--host=TYPE' option. TYPE can either be a short name for the system type, such as `sun4', or a canonical name with three fields: CPU-COMPANY-SYSTEM See the file `config.sub' for the possible values of each field. If `config.sub' isn't included in this package, then this package doesn't need to know the host type. If you are building compiler tools for cross-compiling, you can also use the `--target=TYPE' option to select the type of system they will produce code for and the `--build=TYPE' option to select the type of system on which you are compiling the package. Sharing Defaults ================ If you want to set default values for `configure' scripts to share, you can create a site shell script called `config.site' that gives default values for variables like `CC', `cache_file', and `prefix'. `configure' looks for `PREFIX/share/config.site' if it exists, then `PREFIX/etc/config.site' if it exists. Or, you can set the `CONFIG_SITE' environment variable to the location of the site script. A warning: not all `configure' scripts look for a site script. Operation Controls ================== `configure' recognizes the following options to control how it operates. `--cache-file=FILE' Use and save the results of the tests in FILE instead of `./config.cache'. Set FILE to `/dev/null' to disable caching, for debugging `configure'. `--help' Print a summary of the options to `configure', and exit. `--quiet' `--silent' `-q' Do not print messages saying which checks are being made. To suppress all normal output, redirect it to `/dev/null' (any error messages will still be shown). `--srcdir=DIR' Look for the package's source code in directory DIR. Usually `configure' can determine that directory automatically. `--version' Print the version of Autoconf used to generate the `configure' script, and exit. `configure' also accepts some other, not widely useful, options. -ports-gnome/commit/japanese?id=eae303f7a3f2761af170a8e16fc3eab07d8b627d'>Update to 2002-2-1+jp2.0.naddy2003-02-1212-351/+160 * * Fix master sites.naddy2003-02-121-2/+5 * Add a patch that fixes a locally-exploitable buffer overflow reportedknu2003-02-112-1/+21 * Update WWW and MASTER_SITES.pat2003-02-111-1/+1 * Convert COMMENT to COMMENTFILE until these ports can be converted.kris2003-02-1024-24/+24 * update to 0.31yoichi2003-02-103-4/+5 * Move dics dir to ${LOCALBASE}/share/canna/dic/canna.nork2003-02-083-10/+11 * Correct ports that were abusing the FORBIDDEN variable and replace withseanc2003-02-072-2/+2 * Upgrade to 3.6p3.max2003-02-0621-543/+285 * Upgrade to version 8.7sada2003-02-062-2/+2 * add Acrobat Reader 5 CJK font packsijliao2003-02-066-7/+7 * Make it compilable with newer bison.max2003-02-052-0/+22 * Do not automatically disable cannaserver because the Canna port noknu2003-02-053-7/+3 * Upgrade to 2.02.max2003-02-033-32/+6 * Upgrade to 2.02.max2003-02-035-51/+34 * Conditionalize libgnugetopt dependencies.nork2003-02-022-8/+20 * Increment PORTVERSION to 5.0, as the Japanese manual page roff sourcekuriyama2003-02-021-1/+1 * Upgrade to 3.1.4.sumikawa2003-01-314-4/+4 * Upgrade kde-i18n to 3.1. Note that the following modules did not get awill2003-01-294-248/+672 * Update to 3.1.1.knu2003-01-273-2/+4 * Update to 1.3a.knu2003-01-275-36/+13 * Update to 1.2.1.knu2003-01-275-16/+14 * Update to 2.06.3.knu2003-01-273-5/+4 * Catch up with the devel/postgresql7 port. Pgaccess is not part ofknu2003-01-262-146/+0 * Update to 2.2.knu2003-01-263-27/+6 * Chase gal's shlib update and bump PORTREVISION.knu2003-01-261-2/+2 * Unbreak after the lateest update of irc/epic4.knu2003-01-2513-24/+23 * Update to 2.1.knu2003-01-234-4/+31 * Update to 0.94fyoichi2003-01-233-7/+10 * Update gothic font to 20030118 version.yoichi2003-01-234-8/+12 * Update to 0.9.10yoichi2003-01-204-4/+4 * Fix a typo.sada2003-01-191-1/+1 * - Stop using MOUNT_PT in favor of the standard variable CD_MOUNTPTS.knu2003-01-171-12/+10 * Update checksum. Difference with old one is updating EUC-Unicodesumikawa2003-01-152-1/+2 * Change DOCSDIR.nobutaka2003-01-156-4/+8 * Remove an unused directory after installation.knu2003-01-141-0/+2 * Add mplusfonts. 12x13 dots X11 kanji fonts with simple and high readable design.nobutaka2003-01-1313-0/+259 * Update to 0.4.11.knu2003-01-112-2/+2 * www.itlb.te.noda.sut.ac.jp was replaced with www.itlb.te.noda.tus.ac.jp,knu2003-01-111-1/+2 * Fix typos.knu2003-01-112-3/+3 * Update to 0.9.9yoichi2003-01-084-4/+4 * Update to 200301 version (updated Large dic.)yoichi2003-01-082-4/+4 * Create EMACS_SITE_LISPDIR before install.nobutaka2003-01-052-5/+8 * Update to 2.22.nobutaka2003-01-043-2/+10 * update to 1.6.1.sf2003-01-033-3/+4 * upgrade to 2.54p1ijliao2003-01-035-69/+31 * upgrade to 0.2.0ijliao2003-01-0316-18/+192 * upgrade patch to 20021014ijliao2003-01-024-6/+6 * Update to 1.4.0.knu2003-01-023-3/+3 * Update to jnethack-3.4.0-0.9.knu2003-01-024-19/+7 * Prepare local-ports-jp backup to cover lost distfile,sada2002-12-221-1/+3 * Fix build on 64-bit platforms: don't define prototypes that conflictnaddy2002-12-192-2/+29 * Make port fetchable and buildable again.edwin2002-12-163-15/+15 * Retire japanese/gnomecore. It has been long since the Japaneseknu2002-12-164-132/+0 * Update gal's shlib major and unbreak. Bump PORTREVISION.knu2002-12-161-3/+3 * Fix pkg-plist so the port can be unbrokenedwin2002-12-132-3362/+3361 * FreeBSD 5 isn't SYSV although it has statvfsarved2002-12-111-0/+13 * Remove the mnews port and the ports that depend on it. This port has beenkris2002-12-0922-1088/+0 * Update MASTER_SITES and WWW.knu2002-12-092-2/+2 * Don't delete site_perl dirs.shige2002-12-081-2/+53 * Catch up with the Ruby Application Archive's URL scheme change.knu2002-12-083-3/+3 * Spell "separated" correctly.knu2002-12-072-2/+2 * Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. Thisknu2002-12-074-27/+38 * Partially fix build on -current (remove bogus duplicate declarationskris2002-12-033-0/+49 * Update japanized perl5 patch to 20000401.shige2002-12-034-11/+32 * Fix build with bison 1.75.marcus2002-12-032-0/+122 * Fix build with compile error on -current(conflicting types for `sys_nerr')sanpei2002-12-021-0/+12 * Ah, my slippery fingers, portversion should be 3.6p1 instead.max2002-12-023-3/+3 * Upgrade to 3.6p1, which contains security fixes.max2002-12-029-63/+60 * BROKEN on 5.0: does not compilekris2002-12-021-1/+7 * Define HAVE_MEMCPY and unbreak.knu2002-11-291-0/+13 * Regenerate src/.depend before the build and unbreak.knu2002-11-291-0/+3 * Update to 20021001 and unbreak.knu2002-11-292-2/+2 * Now that AUTOCONF and friends contain slashes in them, use a separatorknu2002-11-292-12/+14 * After repo copy from graphics category, update all appropriatelioux2002-11-291-1/+1 * Fix pkg-plist.nork2002-11-281-2/+1 * Fix dictionary information(gcannaf was not available).nork2002-11-272-2/+2 * Fix cannaserver (japanese/Canna) stop in -current.nork2002-11-262-6/+6 * Fix a fatal typo.knu2002-11-241-1/+1 * More build breakage fix: remove unused dependency, obey portlint.matusita2002-11-241-3/+3 * Unbreak build procedure. It should have been fixed when this portsmatusita2002-11-241-2/+3 * Add ruby-refe, a Ruby interactive reference in Japanese.knu2002-11-247-0/+111 * Update to version 1.6taoka2002-11-242-2/+2 * Update to version 1.11taoka2002-11-242-8/+8 * Finish removing tvi, which has become obsolete.kris2002-11-231-18/+0 * Update to 1.5.1.shige2002-11-222-4/+6 * Remove japanese/tvi. It has been three years and a half since theknu2002-11-226-89/+0 * update to 200211 version.yoichi2002-11-212-4/+4 * upgrade to 2.00ijliao2002-11-202-2/+2 * fix core dump on currentijliao2002-11-202-2/+18 * Correctly handle wchar.max2002-11-206-33/+72 * Change MASTER_SITES.nork2002-11-201-2/+1 * Hook mozilla-jlp-devel to the build.knu2002-11-191-0/+1 * Update to 1.2b after a repocopy.knu2002-11-195-112/+136 * Reset undeliverable maintainer addresses to ports@FreeBSD.orgkris2002-11-184-4/+4 * Add 24dot fonts by YAGI Tatsuya-san.yoichi2002-11-184-4/+17 * Remove ja-mhonarc.sada2002-11-1710-382/+0 * Remove all netscape ports with a vulnerability of JRE.sada2002-11-1739-3297/+0 * Upgrade to version 1.1sada2002-11-1712-36/+34 * scripts/configure needs perl -> USE_PERL5=yesedwin2002-11-161-0/+1 * Support termcap "ec"(erase_chars).shige2002-11-163-0/+83 * Support termcap "ec"(erase_chars).shige2002-11-162-1/+14 * Update to 3.5.0.knu2002-11-142-2/+2 * Cannaserver now has the -u option which allow you to specify who shouldmax2002-11-1412-183/+15 * The LinkFileList hack, introduced in Rev 1.7.max2002-11-143-48/+0 * Ooops, forgot to 'cvs rm' this when upgrading to 3.6.max2002-11-123-60/+0 * Upgrade to 3.6.max2002-11-1230-507/+180 * Remove ports/japanese/pine.max2002-11-1217-1129/+0 * Unbreak: REINPLACE_CMD, actualy sed, uses different RE from perl.sada2002-11-121-1/+1 * Use REINPLACE_CMD instead of PERL.okazaki2002-11-111-1/+2 * - fix option use messagessada2002-11-116-21/+21 * use WW tag for the URL.sada2002-11-111-2/+4 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1178-76/+39 * Maintainer Update to new kdrill version, 6.0.edwin2002-11-093-6/+8 * Upgrade to 2.06.1edwin2002-11-096-8/+8 * Japanese/emacs20-emcws dump core when using x11. From currentedwin2002-11-071-5/+13 * Fix PERL dependencies for these ports (print/cups solves print/cups-baseedwin2002-11-072-0/+2 * Set MAINTAINER to ports@ for ports without one. "One" being "a maintainer"adamw2002-11-071-0/+2 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-0774-37/+74 * Use REINPLACE_CMD instead of PERL.okazaki2002-11-061-1/+2 * Upgrade to version 8.6 .sada2002-11-062-3/+3 * Complete the change of domain name from sut.ac.jp to tus.ac.jptrevor2002-11-061-2/+2 * Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-052-1/+3 * Chase libwnn6's shlib major bump.knu2002-11-051-2/+2 * USE_REINPLACE instead of perl.knu2002-11-051-2/+3 * PERL -> REINPLACEedwin2002-11-043-1/+4 * PERL -> REINPLACEedwin2002-11-041-1/+2 * Add cal.rb(0.2), Display a Japanese calendarnork2002-11-046-0/+53 * Use ruby instead of perl.knu2002-11-041-2/+2 * Use sed(1) and USE_REINPLACE instead of perl.knu2002-11-041-4/+5 * PERL-re -> REINPLACE_CMD for this port.edwin2002-11-041-1/+2 * Update to 3.4.13yoichi2002-11-032-2/+2 * Upgrade to 0.82.kuriyama2002-11-012-2/+2 * Fix build by removing declaration for deprecated and unreferencedtaoka2002-10-301-0/+13 * Bump PORTREVISION because of updating the dependency port japanese/Wnn6-libtaoka2002-10-305-7/+13 * Fix categories to match dir containing port. bsd.port.mk (and portlint)alane2002-10-302-2/+4 * Update LIB_DEPENDS according to updating japanese/Wnn6-libtaoka2002-10-292-2/+2 * Update to the latest version (2000.9.1)taoka2002-10-294-15/+12 * Update to the latest version 3.1taoka2002-10-2920-103/+117 * Update to the 2001.10.17 version of Wnn7SDK.tgztaoka2002-10-2914-226/+125 * Update to 1.02taoka2002-10-292-3/+3 * Sort plist and add missing directorieskris2002-10-281-368/+382 * Use correct syntax for chown (bin.bin -> bin:bin).nork2002-10-283-3/+3 * Change MAINTAINER to tmutoh@mx10.freecom.ne.jp, and MASTER_SITESnork2002-10-272-4/+4 * Change MAINTAINER to tmutoh@mx10.freecom.ne.jp.nork2002-10-271-1/+1 * Fix build on -currentkris2002-10-263-0/+78 * Fix build on -current (cope with removal of union wait)kris2002-10-261-0/+20 * Fix build on -current (cope with removal of union wait)kris2002-10-261-0/+12 * Fix build on -current (cope with removal of union wait, and addkris2002-10-266-36/+87 * Update to 1.2perky2002-10-262-2/+2 * Don't use .. in MAN?. Use 'MANLANG="" ja' instead.motoyuki2002-10-252-2/+4 * Make this module "perl -w" friendly.kuriyama2002-10-243-2/+182 * Add ja-p5-PDFJ (module provides methods to generate Japanese PDF file).kuriyama2002-10-226-0/+36 * Update to 0.94e.nork2002-10-222-2/+2 * Increment PORTVERSION to 4.7, as the Japanese manual page roff sourcekuriyama2002-10-211-1/+1 * Remove obsoleted port.kuriyama2002-10-196-75/+0 * Remove japanese/postgresql7 (obsoleted by japanese/postgresql-tcktk).kuriyama2002-10-1924-1638/+1 * Update to slave of databases/postgresql7 after repocopy fromkuriyama2002-10-19