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. nome/commit/converters?h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=bdc8d9aeef47c77cac983db4d618b8d31514c468'>Fix typosunpoet2017-03-151-1/+1 * Update to 3.0230sunpoet2017-03-132-4/+4 * Update to 3.0229sunpoet2017-03-112-4/+4 * Update to 3.0228sunpoet2017-03-102-4/+4 * converters/p5-Encode-Punycode: Update version 1.001=>1.002bofh2017-03-052-4/+7 * - Update to 0.04.20wen2017-03-032-4/+6 * Update to 1.003009sunpoet2017-02-282-4/+4 * Update to 3.0227sunpoet2017-02-142-4/+4 * Update to 3.0226sunpoet2017-02-122-4/+4 * - Update to 0.92.0 and unbreak by switching geos dependency to graphics/geos35amdmi32017-02-074-25/+37 * Mark ports not building with PHP 7.1.mat2017-02-072-2/+2 * Update to 1.30sunpoet2017-02-033-4/+85 * Fix r433199sunpoet2017-02-031-4/+4 * Add LICENSEsunpoet2017-02-031-0/+4 * converters/iconv-extra: unbreak on 12.0 after base r306297jbeich2017-02-021-0/+15 * converters/iconv: unbreak on 12.0 after base r306297jbeich2017-02-021-0/+23 * converters/fix-mime-charset: unbreak with libc++ 3.9jbeich2017-02-021-0/+9 * Update to 1.3.4sunpoet2017-02-023-4/+6 * Remove expired ports:rene2017-01-284-39/+0 * Connect PHP 7.1 ports (r432324)tz2017-01-241-0/+3 * Add PHP 7.1tz2017-01-244-0/+78 * Update default GEM_NAMEsunpoet2017-01-221-1/+0 * converters/wkhtmltopdf: unbreak with clang 4.0 (same as r431742)jbeich2017-01-211-0/+21 * Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-211-1/+1 * Update WWW: remove trailing /sunpoet2017-01-201-1/+1 * - Add NO_ARCHamdmi32017-01-121-1/+2 * Fix *_DEPENDS: remove Perl core modulessunpoet2017-01-111-2/+3 * Update WWWehaupt2017-01-081-1/+1 * Chase update of graphics/poppler (and slaves ports) in revision r430777olivierd2017-01-071-1/+1 * devel/boost-*: update to 1.63.0jbeich2017-01-061-1/+1 * Update to 1.0.vanilla2017-01-062-4/+4 * - Update to 1.2tota2016-12-312-4/+4 * converters/ruby-dump.rb: deprecateswills2016-12-281-0/+3 * Add an EXPIRATION_DATE to DEPRECATED ports without one.mat2016-12-261-0/+1 * Revert r428451 and unbreakantoine2016-12-241-0/+1 * - Update to 2.0.1sunpoet2016-12-222-5/+4 * - Update WWW: pear.php.net uses https://sunpoet2016-12-131-1/+1 * - Update WWW: pecl.php.net uses https://sunpoet2016-12-132-2/+2 * - Remove unnecessary GEM_NAMEsunpoet2016-12-131-4/+1 * - Add LICENSEsunpoet2016-12-091-0/+3 * Remove expired ports:rene2016-12-094-40/+0 * Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-092-1/+2 * Remove libiconv.so.3 compatibility link that was added in r374303 totijl2016-12-096-7/+5 * Remove libexpat.so.6 compatibility link that was added in r374303 totijl2016-12-091-1/+1 * Remove libcurl.so.7 compatibility link that was added in r374303 totijl2016-12-091-0/+1 * http://github.com redirects to https://github.com, spare everyone a redirect.mat2016-12-023-3/+3 * Mark broken.mat2016-12-011-0/+2 * Don't quote {} in find -exec calls.mat2016-12-011-1/+1 * - Update to 2.88sunpoet2016-12-012-5/+5 * Fetch a distfile directly from GitHubknu2016-11-272-7/+8 * - Fix installation of igbinary.h and php_igbinary.hsunpoet2016-11-261-1/+13 * - Update to 3.0225sunpoet2016-11-252-4/+4 * devel/boost-*: update to 1.62.0jbeich2016-11-231-1/+1 * In several dozen ports, use single space for WWW: line in pkg-descr, anddanfe2016-11-221-3/+3 * - Upgrade to 0.08.kuriyama2016-11-223-3/+7 * - Update to 2.0.0sunpoet2016-11-212-5/+4 * - Update to 3.0224sunpoet2016-11-212-4/+4 * - Update to 3.03sunpoet2016-11-202-3/+4 * - Update to 3.0223sunpoet2016-11-202-4/+4 * converters/py-bcode: Fix python dependencyfeld2016-11-161-1/+2 * Mark as broken on various tier-2 archs.linimon2016-11-141-2/+5 * Chase print/py-reportlab2 expirationantoine2016-11-091-0/+3 * - Update to 1.003008sunpoet2016-11-072-4/+13 * - Update to 2.87sunpoet2016-11-072-3/+4 * - Update to 3.0222sunpoet2016-11-072-4/+4 * OSVERSION needs the pre/post.mk dance.linimon2016-11-041-1/+3 * Pass maintainership of PEAR ports to the submitterjbeich2016-11-031-1/+1 * Cleanup no longer needed CHMOD usage after r424898.mat2016-11-032-7/+3 * Another bencode implementation.feld2016-10-274-0/+25 * ${RM} already has -f.mat2016-10-211-1/+1 * Remove expired PHP5.5 ports.rene2016-10-214-84/+0 * Unlink expired PHP5.5 ports.rene2016-10-211-3/+0 * Update to 2.12.adamw2016-10-092-3/+4 * - Update to 2.0amdmi32016-10-063-6/+8 * - Update to 1.19olivierd2016-10-052-6/+6 * - Unbreakehaupt2016-10-032-5/+8 * converters/p5-LaTeXML: chase r358922jbeich2016-09-281-4/+2 * lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-233-3/+0 * lang/php70: Update from 7.0.10 to 7.0.11tz2016-09-213-3/+0 * - Update to 1.1tota2016-09-172-4/+4 * Update p5-Sereal and friends to 3.015.adamw2016-09-159-41/+45 * Unmark broken on powerpc64swills2016-09-151-2/+0 * GOOGLE_CODE has gone away.mat2016-09-141-0/+2 * converters/p5-Bencode: Update BUILD_DEPENDSfeld2016-09-131-0/+2 * This module implements the BitTorrent *bencode* serialisation format, asfeld2016-09-135-0/+33 * - Update to 2.10wen2016-09-122-4/+4 * Mark NO_ARCHehaupt2016-09-101-0/+1 * converters/wkhtmltopdf: Document SSL build requirementmarino2016-09-101-1/+1 * Chase update of Poppler after revision r421386olivierd2016-09-061-1/+1 * lang/php56: Update from 5.6.24 to 5.6.25tz2016-08-303-3/+3 * Change www/php*-session's priority to be loaded before most other PHP extensi...mat2016-08-091-2/+1 * Don't use extension.ini any more, and have each extension install in itsmat2016-08-0312-1/+12 * Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-261-1/+1 * - Add new port: converters/R-cran-base64enctota2016-07-214-0/+24 * Cleanup $() variables in ports Makefiles.mat2016-07-201-1/+1 * - Update to 1.0tota2016-07-192-5/+5 * - Update to 0.8.2cpm2016-07-143-14/+69 * Always use libiconv, which has all the functions.mat2016-07-061-2/+2 * Update converters/wkhtmltopdf to 0.12.3.2mm2016-07-053-10/+16 * Convert USE_PHP*=yes into USES=php*mat2016-06-283-13/+4 * - Update to 3.0217sunpoet2016-06-272-3/+4 * Fast, standard compliant Bencode serialization.pawel2016-06-234-0/+24 * - Update to 0.9.22tota2016-06-172-4/+4 * Update converters/tnef to 1.4.12garga2016-06-112-4/+5 * - Update to 0.9.21tota2016-06-062-3/+4 * New port: converters/rubygem-base32pi2016-06-064-0/+23 * Github cleanup.mat2016-06-012-3/+3 * Remove useless WRKSRC definitions.mat2016-05-253-3/+0 * Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-242-2/+2 * - Update to 0.56sunpoet2016-05-232-3/+4 * - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-1916-48/+48 * - Update to 0.9.20tota2016-05-132-3/+3 * - Update to 0.55sunpoet2016-04-292-3/+3 * Convert USES=gem:autoplist to USES=gem since autoplist is defaultswills2016-04-281-1/+1 * create USES=gem and update rubygem- ports to use itswills2016-04-281-2/+1 * - Update to 2.27400sunpoet2016-04-252-4/+3 * - Update BROKEN: use lowercase for leading charactersunpoet2016-04-231-1/+1 * - Remove outdated PERL_LEVEL checksunpoet2016-04-231-8/+1 * many ports: mark broken on powerpc64swills2016-04-222-0/+4 * converters/uudx: restore DragonFly supportmarino2016-04-181-1/+1 * converters/p5-MIME-Base32: Update version 1.02a=>1.301bofh2016-04-172-8/+4 * - Add LICENSE_FILEsunpoet2016-04-161-1/+2 * - Update to 2.84sunpoet2016-04-152-4/+4 * - Add PORTSCOUTsunpoet2016-04-151-0/+2 * Cleanup.mat2016-04-132-27/+27 * lang/php56: update 5.6.19 -> 5.6.20junovitch2016-04-031-1/+0 * lang/php55: update 5.5.33 -> 5.5.34junovitch2016-04-031-1/+0 * Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-0166-178/+178 * Fixup some whitespace at the beginning of lines problems.mat2016-04-011-1/+1 * - Update to 2.83sunpoet2016-03-262-3/+3 * New port: converters/py-bencoderpi2016-03-204-0/+26 * These ports do not build with PHP 7.0, make them as such.mat2016-03-141-0/+1 * - Drop unneeded USES=tar:bzip2amdmi32016-03-091-1/+1 * Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-081-2/+2 * - Update to 2.82sunpoet2016-03-062-3/+3 * - Update to 3.0213sunpoet2016-03-062-3/+3 * Update to 3.02.adamw2016-02-272-4/+7 * converters/p5-WAP-wbxm: Update version 1.13=>1,14bofh2016-02-202-4/+6 * - Ignore php70miwi2016-02-182-0/+2 * - Update to 0.78jadawin2016-02-162-3/+3 * Welcome php 7.0.3miwi2016-02-155-0/+84 * Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and therene2016-02-155-85/+0 * - Update to 2.80sunpoet2016-02-022-3/+3 * Fix pkg-plist after revision r407130olivierd2016-01-241-1/+1 * - Update to 1.18olivierd2016-01-242-8/+7 * Update to 0.04.19.rakuco2016-01-242-3/+3 * - Update to 2.79sunpoet2016-01-232-3/+3 * Update poppler to 0.40.0. [1]kwm2016-01-221-0/+1 * - Update to 3.0211sunpoet2016-01-172-3/+3 * - Update to 0.06sunpoet2016-01-172-5/+5 * - Update to 1.12sunpoet2016-01-132-3/+4 * Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-135-5/+5 * converters/p5-Encoding-BER: 1.00 -> 1.02pi2016-01-122-5/+3 * Fix `make fetch'.rakuco2015-12-291-3/+1 * - Update to 0.19.7sunpoet2015-12-224-9/+11 * Fix usage of ${PERL5}.mat2015-12-181-7/+2 * Bump PORTREVISION, not PORTVERSION.ale2015-12-163-3/+3 * Switch to onigurum5 port and bump PORTREVISION.ale2015-12-153-0/+3 * New port: converters/xml2cpi2015-12-134-0/+33 * Update the p5-Sereal group to 3.014. While here, add all missingadamw2015-12-136-11/+16 * Don't use GH_TAGNAME when DISTVERSION* variables can be used.mat2015-12-082-3/+3 * - Add LICENSEamdmi32015-12-071-6/+10 * - Update to 0.9.19tota2015-12-062-3/+3 * - Clarify LICENSEamdmi32015-12-061-1/+4 * FPC ecosystem: Upgrade version 2.6.4 => 3.0.0marino2015-12-062-9/+3 * - Add LICENSE_FILEamdmi32015-12-051-1/+2 * - Update to 3.0210sunpoet2015-12-042-3/+3 * - Add LICENSEamdmi32015-12-021-2/+8 * - Update to 3.0205sunpoet2015-12-022-3/+3 * Revert r402717. The issue has been worked around in the base /usr/share/mk.bdrewery2015-12-011-2/+0 * Avoid using WITH_FAST_DEPEND.bdrewery2015-12-011-0/+2 * Remove expired ports:rene2015-11-295-35/+0 * - Update to 3.0203sunpoet2015-11-282-5/+9 * - Take Maintainershipmiwi2015-11-261-1/+1 * - Add LICENSEsunpoet2015-11-211-0/+4 * - Update to 1.125sunpoet2015-11-202-4/+6 * - Clarify LICENSEamdmi32015-11-201-10/+11 * - Switch to options helpersamdmi32015-11-191-0/+2 * - Add LICENSE_FILEamdmi32015-11-181-0/+3 * - Update to 0.2.15tota2015-11-173-5/+4 * converters/py-unidecode: update to 0.04.18wg2015-11-152-3/+3 * - Strip shared librarysunpoet2015-11-152-2/+5 * - Strip shared librarysunpoet2015-11-152-1/+5 * - Sort PLISTsunpoet2015-11-151-1/+1 * - Update to 2.11sunpoet2015-11-103-9/+4 * Mark a few ports BROKEN: unfetchableantoine2015-11-091-0/+2 * Update to 1.100312.tobez2015-11-092-4/+3 * Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-051-3/+3 * Update to 1.04.tobez2015-11-052-4/+3 * - Switch to options helpersamdmi32015-11-041-1/+1 * - Update to 0.54sunpoet2015-10-302-3/+4 * Deprecate ports broken for more than 6 monthsantoine2015-10-261-0/+2 * - Update to 2.10sunpoet2015-10-203-7/+15 * Fixes to r399104. Don't use hard coded /usr/local in patch files, andflo2015-10-122-3/+3 * Update wbxml2 to 0.11.2flo2015-10-122-1/+2 * Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-102-12/+1 * Add erlang-base64url, URL safe base64-compatible codec.vanilla2015-09-295-0/+30 * - Drop 8.x supportamdmi32015-09-281-6/+0 * - Update to 2.78sunpoet2015-09-262-3/+3 * - Update to 0.28sunpoet2015-09-212-4/+6 * Typos, whitespace and capitalization fixes (A-F).olgeni2015-09-212-3/+3 * Add <cstring> and/or <cstdlib> to support modern gccmarino2015-09-211-0/+10 * Add <cstring> and/or <cstdlib> to 7 ports to support modern gccmarino2015-09-212-0/+20 * - Add LICENSEsunpoet2015-09-181-0/+4 * - Add NO_ARCHsunpoet2015-09-181-0/+1 * - Add NO_ARCHsunpoet2015-09-181-0/+1 * - Add NO_ARCHsunpoet2015-09-182-1/+2 * - Update to 2.77sunpoet2015-09-183-4/+7 * Make it so that the default Perl is always called perl5.mat2015-09-1414-23/+23 * Modify to only use gtk2bapt2015-09-141-11/+1 * - Update to 0.9.17tota2015-09-132-3/+3 * - Remove "BROKEN on powerpc" statement: the port builds and links finedanfe2015-09-041-17/+10 * - Improve COMMENT: make it concise and mention that it's about Base64danfe2015-09-033-15/+28 * - Add LICENSEsunpoet2015-08-251-4/+5 * - Update to 1.124sunpoet2015-08-222-4/+3 * - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-2115-103/+73 * - Add NO_ARCHamdmi32015-08-201-0/+1 * Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-195-34/+11 * Reset maintainererwin2015-08-191-1/+1 * converters/p5-LaTeXML: Makefile cleanup and improve pkg-descrpi2015-08-182-6/+6 * - Add new port: converters/R-cran-jsonlitetota2015-08-094-0/+32 * - editors/lazarus update to 1.4.2acm2015-08-091-1/+1 * New port: converters/ocaml-base64vg2015-08-064-0/+37 * New port: converters/ocaml-jsonmvg2015-08-064-0/+46 * Update pdf2djvu to 0.7.21.kwm2015-08-035-156/+6 * By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-1/+1 * - Update to 2.76sunpoet2015-08-022-3/+3 * This module provides two functions to encode and decode base32 strings.pi2015-07-285-0/+23 * - Add NO_ARCHamdmi32015-07-251-0/+1 * - Update to 0.77sunpoet2015-07-242-4/+3 * Convert::Moji creates objects which can be used to convert betweenkuriyama2015-07-225-0/+31 * - Update to 1.5sunpoet2015-07-132-5/+9 * - Update to 2.75sunpoet2015-07-022-3/+3 * - Switch to new github home [1]amdmi32015-07-013-8/+14 * After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-295-10/+0 * - Remove DOCS optionsunpoet2015-06-291-9/+1 * - Update to 2.74sunpoet2015-06-283-6/+10 * - Update to 11.3sunpoet2015-06-283-29/+6 * - Update to 11.3.1sunpoet2015-06-282-3/+3 * - Update to 11.3.0sunpoet2015-06-282-3/+6 * - Update to 11.3.0sunpoet2015-06-282-3/+3 * - Update to 11.3.0sunpoet2015-06-282-4/+6 * - Update to 11.3.1sunpoet2015-06-284-104/+217 * Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. Theadamw2015-06-242-2/+0 * - Update to 1.05amdmi32015-06-23