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.
naddy | 2003-02-12 | 12 | -351/+160 |
* | * Fix master sites. | naddy | 2003-02-12 | 1 | -2/+5 |
* | Add a patch that fixes a locally-exploitable buffer overflow reported | knu | 2003-02-11 | 2 | -1/+21 |
* | Update WWW and MASTER_SITES. | pat | 2003-02-11 | 1 | -1/+1 |
* | Convert COMMENT to COMMENTFILE until these ports can be converted. | kris | 2003-02-10 | 24 | -24/+24 |
* | update to 0.31 | yoichi | 2003-02-10 | 3 | -4/+5 |
* | Move dics dir to ${LOCALBASE}/share/canna/dic/canna. | nork | 2003-02-08 | 3 | -10/+11 |
* | Correct ports that were abusing the FORBIDDEN variable and replace with | seanc | 2003-02-07 | 2 | -2/+2 |
* | Upgrade to 3.6p3. | max | 2003-02-06 | 21 | -543/+285 |
* | Upgrade to version 8.7 | sada | 2003-02-06 | 2 | -2/+2 |
* | add Acrobat Reader 5 CJK font packs | ijliao | 2003-02-06 | 6 | -7/+7 |
* | Make it compilable with newer bison. | max | 2003-02-05 | 2 | -0/+22 |
* | Do not automatically disable cannaserver because the Canna port no | knu | 2003-02-05 | 3 | -7/+3 |
* | Upgrade to 2.02. | max | 2003-02-03 | 3 | -32/+6 |
* | Upgrade to 2.02. | max | 2003-02-03 | 5 | -51/+34 |
* | Conditionalize libgnugetopt dependencies. | nork | 2003-02-02 | 2 | -8/+20 |
* | Increment PORTVERSION to 5.0, as the Japanese manual page roff source | kuriyama | 2003-02-02 | 1 | -1/+1 |
* | Upgrade to 3.1.4. | sumikawa | 2003-01-31 | 4 | -4/+4 |
* | Upgrade kde-i18n to 3.1. Note that the following modules did not get a | will | 2003-01-29 | 4 | -248/+672 |
* | Update to 3.1.1. | knu | 2003-01-27 | 3 | -2/+4 |
* | Update to 1.3a. | knu | 2003-01-27 | 5 | -36/+13 |
* | Update to 1.2.1. | knu | 2003-01-27 | 5 | -16/+14 |
* | Update to 2.06.3. | knu | 2003-01-27 | 3 | -5/+4 |
* | Catch up with the devel/postgresql7 port. Pgaccess is not part of | knu | 2003-01-26 | 2 | -146/+0 |
* | Update to 2.2. | knu | 2003-01-26 | 3 | -27/+6 |
* | Chase gal's shlib update and bump PORTREVISION. | knu | 2003-01-26 | 1 | -2/+2 |
* | Unbreak after the lateest update of irc/epic4. | knu | 2003-01-25 | 13 | -24/+23 |
* | Update to 2.1. | knu | 2003-01-23 | 4 | -4/+31 |
* | Update to 0.94f | yoichi | 2003-01-23 | 3 | -7/+10 |
* | Update gothic font to 20030118 version. | yoichi | 2003-01-23 | 4 | -8/+12 |
* | Update to 0.9.10 | yoichi | 2003-01-20 | 4 | -4/+4 |
* | Fix a typo. | sada | 2003-01-19 | 1 | -1/+1 |
* | - Stop using MOUNT_PT in favor of the standard variable CD_MOUNTPTS. | knu | 2003-01-17 | 1 | -12/+10 |
* | Update checksum. Difference with old one is updating EUC-Unicode | sumikawa | 2003-01-15 | 2 | -1/+2 |
* | Change DOCSDIR. | nobutaka | 2003-01-15 | 6 | -4/+8 |
* | Remove an unused directory after installation. | knu | 2003-01-14 | 1 | -0/+2 |
* | Add mplusfonts. 12x13 dots X11 kanji fonts with simple and high readable design. | nobutaka | 2003-01-13 | 13 | -0/+259 |
* | Update to 0.4.11. | knu | 2003-01-11 | 2 | -2/+2 |
* | www.itlb.te.noda.sut.ac.jp was replaced with www.itlb.te.noda.tus.ac.jp, | knu | 2003-01-11 | 1 | -1/+2 |
* | Fix typos. | knu | 2003-01-11 | 2 | -3/+3 |
* | Update to 0.9.9 | yoichi | 2003-01-08 | 4 | -4/+4 |
* | Update to 200301 version (updated Large dic.) | yoichi | 2003-01-08 | 2 | -4/+4 |
* | Create EMACS_SITE_LISPDIR before install. | nobutaka | 2003-01-05 | 2 | -5/+8 |
* | Update to 2.22. | nobutaka | 2003-01-04 | 3 | -2/+10 |
* | update to 1.6.1. | sf | 2003-01-03 | 3 | -3/+4 |
* | upgrade to 2.54p1 | ijliao | 2003-01-03 | 5 | -69/+31 |
* | upgrade to 0.2.0 | ijliao | 2003-01-03 | 16 | -18/+192 |
* | upgrade patch to 20021014 | ijliao | 2003-01-02 | 4 | -6/+6 |
* | Update to 1.4.0. | knu | 2003-01-02 | 3 | -3/+3 |
* | Update to jnethack-3.4.0-0.9. | knu | 2003-01-02 | 4 | -19/+7 |
* | Prepare local-ports-jp backup to cover lost distfile, | sada | 2002-12-22 | 1 | -1/+3 |
* | Fix build on 64-bit platforms: don't define prototypes that conflict | naddy | 2002-12-19 | 2 | -2/+29 |
* | Make port fetchable and buildable again. | edwin | 2002-12-16 | 3 | -15/+15 |
* | Retire japanese/gnomecore. It has been long since the Japanese | knu | 2002-12-16 | 4 | -132/+0 |
* | Update gal's shlib major and unbreak. Bump PORTREVISION. | knu | 2002-12-16 | 1 | -3/+3 |
* | Fix pkg-plist so the port can be unbroken | edwin | 2002-12-13 | 2 | -3362/+3361 |
* | FreeBSD 5 isn't SYSV although it has statvfs | arved | 2002-12-11 | 1 | -0/+13 |
* | Remove the mnews port and the ports that depend on it. This port has been | kris | 2002-12-09 | 22 | -1088/+0 |
* | Update MASTER_SITES and WWW. | knu | 2002-12-09 | 2 | -2/+2 |
* | Don't delete site_perl dirs. | shige | 2002-12-08 | 1 | -2/+53 |
* | Catch up with the Ruby Application Archive's URL scheme change. | knu | 2002-12-08 | 3 | -3/+3 |
* | Spell "separated" correctly. | knu | 2002-12-07 | 2 | -2/+2 |
* | Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. This | knu | 2002-12-07 | 4 | -27/+38 |
* | Partially fix build on -current (remove bogus duplicate declarations | kris | 2002-12-03 | 3 | -0/+49 |
* | Update japanized perl5 patch to 20000401. | shige | 2002-12-03 | 4 | -11/+32 |
* | Fix build with bison 1.75. | marcus | 2002-12-03 | 2 | -0/+122 |
* | Fix build with compile error on -current(conflicting types for `sys_nerr') | sanpei | 2002-12-02 | 1 | -0/+12 |
* | Ah, my slippery fingers, portversion should be 3.6p1 instead. | max | 2002-12-02 | 3 | -3/+3 |
* | Upgrade to 3.6p1, which contains security fixes. | max | 2002-12-02 | 9 | -63/+60 |
* | BROKEN on 5.0: does not compile | kris | 2002-12-02 | 1 | -1/+7 |
* | Define HAVE_MEMCPY and unbreak. | knu | 2002-11-29 | 1 | -0/+13 |
* | Regenerate src/.depend before the build and unbreak. | knu | 2002-11-29 | 1 | -0/+3 |
* | Update to 20021001 and unbreak. | knu | 2002-11-29 | 2 | -2/+2 |
* | Now that AUTOCONF and friends contain slashes in them, use a separator | knu | 2002-11-29 | 2 | -12/+14 |
* | After repo copy from graphics category, update all appropriate | lioux | 2002-11-29 | 1 | -1/+1 |
* | Fix pkg-plist. | nork | 2002-11-28 | 1 | -2/+1 |
* | Fix dictionary information(gcannaf was not available). | nork | 2002-11-27 | 2 | -2/+2 |
* | Fix cannaserver (japanese/Canna) stop in -current. | nork | 2002-11-26 | 2 | -6/+6 |
* | Fix a fatal typo. | knu | 2002-11-24 | 1 | -1/+1 |
* | More build breakage fix: remove unused dependency, obey portlint. | matusita | 2002-11-24 | 1 | -3/+3 |
* | Unbreak build procedure. It should have been fixed when this ports | matusita | 2002-11-24 | 1 | -2/+3 |
* | Add ruby-refe, a Ruby interactive reference in Japanese. | knu | 2002-11-24 | 7 | -0/+111 |
* | Update to version 1.6 | taoka | 2002-11-24 | 2 | -2/+2 |
* | Update to version 1.11 | taoka | 2002-11-24 | 2 | -8/+8 |
* | Finish removing tvi, which has become obsolete. | kris | 2002-11-23 | 1 | -18/+0 |
* | Update to 1.5.1. | shige | 2002-11-22 | 2 | -4/+6 |
* | Remove japanese/tvi. It has been three years and a half since the | knu | 2002-11-22 | 6 | -89/+0 |
* | update to 200211 version. | yoichi | 2002-11-21 | 2 | -4/+4 |
* | upgrade to 2.00 | ijliao | 2002-11-20 | 2 | -2/+2 |
* | fix core dump on current | ijliao | 2002-11-20 | 2 | -2/+18 |
* | Correctly handle wchar. | max | 2002-11-20 | 6 | -33/+72 |
* | Change MASTER_SITES. | nork | 2002-11-20 | 1 | -2/+1 |
* | Hook mozilla-jlp-devel to the build. | knu | 2002-11-19 | 1 | -0/+1 |
* | Update to 1.2b after a repocopy. | knu | 2002-11-19 | 5 | -112/+136 |
* | Reset undeliverable maintainer addresses to ports@FreeBSD.org | kris | 2002-11-18 | 4 | -4/+4 |
* | Add 24dot fonts by YAGI Tatsuya-san. | yoichi | 2002-11-18 | 4 | -4/+17 |
* | Remove ja-mhonarc. | sada | 2002-11-17 | 10 | -382/+0 |
* | Remove all netscape ports with a vulnerability of JRE. | sada | 2002-11-17 | 39 | -3297/+0 |
* | Upgrade to version 1.1 | sada | 2002-11-17 | 12 | -36/+34 |
* | scripts/configure needs perl -> USE_PERL5=yes | edwin | 2002-11-16 | 1 | -0/+1 |
* | Support termcap "ec"(erase_chars). | shige | 2002-11-16 | 3 | -0/+83 |
* | Support termcap "ec"(erase_chars). | shige | 2002-11-16 | 2 | -1/+14 |
* | Update to 3.5.0. | knu | 2002-11-14 | 2 | -2/+2 |
* | Cannaserver now has the -u option which allow you to specify who should | max | 2002-11-14 | 12 | -183/+15 |
* | The LinkFileList hack, introduced in Rev 1.7. | max | 2002-11-14 | 3 | -48/+0 |
* | Ooops, forgot to 'cvs rm' this when upgrading to 3.6. | max | 2002-11-12 | 3 | -60/+0 |
* | Upgrade to 3.6. | max | 2002-11-12 | 30 | -507/+180 |
* | Remove ports/japanese/pine. | max | 2002-11-12 | 17 | -1129/+0 |
* | Unbreak: REINPLACE_CMD, actualy sed, uses different RE from perl. | sada | 2002-11-12 | 1 | -1/+1 |
* | Use REINPLACE_CMD instead of PERL. | okazaki | 2002-11-11 | 1 | -1/+2 |
* | - fix option use messages | sada | 2002-11-11 | 6 | -21/+21 |
* | use WW tag for the URL. | sada | 2002-11-11 | 1 | -2/+4 |
* | o Rollback PORTCOMMENT modifications while this feature's implementation | lioux | 2002-11-11 | 78 | -76/+39 |
* | Maintainer Update to new kdrill version, 6.0. | edwin | 2002-11-09 | 3 | -6/+8 |
* | Upgrade to 2.06.1 | edwin | 2002-11-09 | 6 | -8/+8 |
* | Japanese/emacs20-emcws dump core when using x11. From current | edwin | 2002-11-07 | 1 | -5/+13 |
* | Fix PERL dependencies for these ports (print/cups solves print/cups-base | edwin | 2002-11-07 | 2 | -0/+2 |
* | Set MAINTAINER to ports@ for ports without one. "One" being "a maintainer" | adamw | 2002-11-07 | 1 | -0/+2 |
* | Use PORTCOMMENT in the Makefile, and whack the pkg-comment. | adamw | 2002-11-07 | 74 | -37/+74 |
* | Use REINPLACE_CMD instead of PERL. | okazaki | 2002-11-06 | 1 | -1/+2 |
* | Upgrade to version 8.6 . | sada | 2002-11-06 | 2 | -3/+3 |
* | Complete the change of domain name from sut.ac.jp to tus.ac.jp | trevor | 2002-11-06 | 1 | -2/+2 |
* | Half of these ones missed yesterday while converting to USE_REINPLACE. | edwin | 2002-11-05 | 2 | -1/+3 |
* | Chase libwnn6's shlib major bump. | knu | 2002-11-05 | 1 | -2/+2 |
* | USE_REINPLACE instead of perl. | knu | 2002-11-05 | 1 | -2/+3 |
* | PERL -> REINPLACE | edwin | 2002-11-04 | 3 | -1/+4 |
* | PERL -> REINPLACE | edwin | 2002-11-04 | 1 | -1/+2 |
* | Add cal.rb(0.2), Display a Japanese calendar | nork | 2002-11-04 | 6 | -0/+53 |
* | Use ruby instead of perl. | knu | 2002-11-04 | 1 | -2/+2 |
* | Use sed(1) and USE_REINPLACE instead of perl. | knu | 2002-11-04 | 1 | -4/+5 |
* | PERL-re -> REINPLACE_CMD for this port. | edwin | 2002-11-04 | 1 | -1/+2 |
* | Update to 3.4.13 | yoichi | 2002-11-03 | 2 | -2/+2 |
* | Upgrade to 0.82. | kuriyama | 2002-11-01 | 2 | -2/+2 |
* | Fix build by removing declaration for deprecated and unreferenced | taoka | 2002-10-30 | 1 | -0/+13 |
* | Bump PORTREVISION because of updating the dependency port japanese/Wnn6-lib | taoka | 2002-10-30 | 5 | -7/+13 |
* | Fix categories to match dir containing port. bsd.port.mk (and portlint) | alane | 2002-10-30 | 2 | -2/+4 |
* | Update LIB_DEPENDS according to updating japanese/Wnn6-lib | taoka | 2002-10-29 | 2 | -2/+2 |
* | Update to the latest version (2000.9.1) | taoka | 2002-10-29 | 4 | -15/+12 |
* | Update to the latest version 3.1 | taoka | 2002-10-29 | 20 | -103/+117 |
* | Update to the 2001.10.17 version of Wnn7SDK.tgz | taoka | 2002-10-29 | 14 | -226/+125 |
* | Update to 1.02 | taoka | 2002-10-29 | 2 | -3/+3 |
* | Sort plist and add missing directories | kris | 2002-10-28 | 1 | -368/+382 |
* | Use correct syntax for chown (bin.bin -> bin:bin). | nork | 2002-10-28 | 3 | -3/+3 |
* | Change MAINTAINER to tmutoh@mx10.freecom.ne.jp, and MASTER_SITES | nork | 2002-10-27 | 2 | -4/+4 |
* | Change MAINTAINER to tmutoh@mx10.freecom.ne.jp. | nork | 2002-10-27 | 1 | -1/+1 |
* | Fix build on -current | kris | 2002-10-26 | 3 | -0/+78 |
* | Fix build on -current (cope with removal of union wait) | kris | 2002-10-26 | 1 | -0/+20 |
* | Fix build on -current (cope with removal of union wait) | kris | 2002-10-26 | 1 | -0/+12 |
* | Fix build on -current (cope with removal of union wait, and add | kris | 2002-10-26 | 6 | -36/+87 |
* | Update to 1.2 | perky | 2002-10-26 | 2 | -2/+2 |
* | Don't use .. in MAN?. Use 'MANLANG="" ja' instead. | motoyuki | 2002-10-25 | 2 | -2/+4 |
* | Make this module "perl -w" friendly. | kuriyama | 2002-10-24 | 3 | -2/+182 |
* | Add ja-p5-PDFJ (module provides methods to generate Japanese PDF file). | kuriyama | 2002-10-22 | 6 | -0/+36 |
* | Update to 0.94e. | nork | 2002-10-22 | 2 | -2/+2 |
* | Increment PORTVERSION to 4.7, as the Japanese manual page roff source | kuriyama | 2002-10-21 | 1 | -1/+1 |
* | Remove obsoleted port. | kuriyama | 2002-10-19 | 6 | -75/+0 |
* | Remove japanese/postgresql7 (obsoleted by japanese/postgresql-tcktk). | kuriyama | 2002-10-19 | 24 | -1638/+1 |
* | Update to slave of databases/postgresql7 after repocopy from | kuriyama | 2002-10-19 |