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. >thierry2007-06-274-8/+8 * - Upgrade to 20070411-0;thierry2007-06-134-7/+6 * - Welcome X.org 7.2 \o/.flz2007-05-2012-2/+12 * BROKEN: Size mismatchkris2007-04-201-0/+2 * - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-201-13/+0 * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-1426-80/+82 * o Update DISTINFO sinze distfile has changed without a version bump:lioux2007-03-132-4/+4 * o Improve wrapper.sh script: remove jars after we have used themlioux2007-03-062-3/+15 * New port irpf version 2007.1.0: Programa do Imposto de Renda Pessoalioux2007-03-066-0/+154 * Upgrade to 20070206-0.thierry2007-02-138-36/+20 * Add Aspell Brazilian Portuguese dictionary.thierry2007-02-135-0/+30 * Update to 7.0.9. Various security vulnerabilities have been fixed.hrs2007-01-182-4/+4 * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-2026-144/+1279 * Remove expired www/frontpage and all frontpage ports:vd2006-12-133-26/+0 * Update localized Adobe Reader to 7.0.8.hrs2006-09-232-5/+5 * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-1321-38/+48 * All dictionaries can be installed separately:thierry2006-07-158-14/+42 * - Update to 5.0.2.4803pav2006-06-262-4/+3 * Update to KDE 3.5.3lofi2006-06-068-44/+70 * Update to KOffice 1.5.1lofi2006-05-2715-24/+177 * Fix MASTER_SITES and make it fetchable againgarga2006-05-221-1/+1 * Bump PORTREVISION to reflect the fact that the .desktop file is nojylefort2006-05-211-1/+1 * Bump PORTREVISION to reflect the fact that these ports may nowjylefort2006-05-191-1/+1 * Update to KOffice 1.5.0lofi2006-04-2918-33/+39 * Reset mbr due to no answer to an email inquiry about his status, andlinimon2006-04-151-1/+1 * Update to KDE 3.5.2lofi2006-03-318-270/+46 * - Use a distfile in tarball instead of one in rpm.hrs2006-02-223-18/+8 * Update to KDE 3.5.1.lofi2006-02-016-12/+14 * SHA256ifyedwin2006-01-247-0/+7 * Update to KDE 3.5.0lofi2006-01-098-238/+382 * Hash with SHA-256.trevor2006-01-081-0/+1 * - Add SHA256pav2005-11-261-0/+1 * Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-0526-48/+26 * Remove all the secondary port of editors/ooodict-allmaho2005-11-013-42/+0 * localized versions of Adobe Reader (formerly Acrobat Reader)trevor2005-10-084-0/+31 * Forgot to remove ooo ports in portuguese categorymaho2005-09-073-67/+0 * Fix index build by moving openoffice.org-1.1 ports.maho2005-08-292-2/+2 * Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-0118-26/+30 * Update to KOffice 1.4.0a.lofi2005-07-0618-174/+852 * Remove openoffice.org localized ports as I announced:maho2005-06-291-3/+0 * Update to KDE 3.4.1lofi2005-06-268-2050/+160 * Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-181-2/+5 * - Unbreak and general updatepav2005-06-062-6/+2 * Update to KDE 3.4lofi2005-03-218-154/+3946 * Respect the user's USE_LINUX setting.trevor2005-03-021-1/+0 * Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-011-1/+3 * Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.lofi2004-12-2310-10/+0 * As previously announced, remove localized versions of Netscape whichlinimon2004-12-196-127/+0 * Fix kde3-i18n ports.lofi2004-12-164-8/+8 * Update to KDE 3.3.2lofi2004-12-1424-36/+46 * Update the English-language Netscape to 7.2. Add a security warningtrevor2004-11-091-0/+2 * Update to KDE 3.3.1lofi2004-11-0820-26/+78 * % cd /usr/ports/portuguese/php_doc-bredwin2004-10-211-1/+1 * - drop maintinershipdinoex2004-10-142-2/+2 * Update to KDE 3.3lofi2004-08-3118-70/+1398 * Factor out all but one of the build switches of the KDE main module portslofi2004-08-1118-51/+48 * Add php_doc-br , PHP documentation in HTML.vs2004-06-242-0/+15 * Update to version 3.2.3lofi2004-06-108-8/+524 * Oops. Forgot the language categories.lofi2004-05-0715-21/+18 * Update to KDE 3.2.2lofi2004-04-208-80/+406 * Fix LATEST_LINK conflictsmaho2004-04-121-0/+1 * Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+3 * Add size data.trevor2004-03-181-0/+1 * SIZEify.trevor2004-03-181-0/+1 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-1016-8/+210 * Reset undeliverable maintainer addresskris2004-02-221-1/+1 * Fix CATEGORIES.lofi2004-02-054-4/+4 * Update to KDE 3.2.0lofi2004-02-0530-161/+1156 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-0410-20/+20 * Add size data.trevor2004-01-281-0/+12 * Now gettext 0.12.1 is gettext-old.trevor2004-01-2410-10/+10 * Unmark as broken on 5.x. It compiles fine for me here on -currentlinimon2003-12-261-7/+1 * Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1 * Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1 * OpenOffice -> OpenOffice.orgmaho2003-11-095-5/+5 * Add OpenOffice.org 1.1 for portuguese languagemaho2003-11-092-0/+23 * Add OpenOffice.org 1.1 for portuguese (Brazil) languagemaho2003-11-092-0/+23 * Forgot to change Makefile s..maho2003-11-081-1/+1 * rename openoffice* to openoffice-1.0* accodingly (repo copy).maho2003-11-082-2/+2 * rename openoffice to openoffice-1.0 after repocopymaho2003-11-082-23/+1 * Update maintainer's email address per his request.linimon2003-11-061-1/+1 * Correct CATEGORIES.lofi2003-10-274-4/+4