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. -03-1938-42/+0 * - Mark ports that have been broken for six month or more, or never compiled onpav2011-03-171-11/+5 * Deprecate unmaintained ports from palm where upstream disapear and/orbapt2011-03-144-0/+12 * Add -I${LOCALBASE}/include to CFLAGS. [1] Sort pkg-plist.gerald2011-01-263-12/+11 * Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.linimon2010-12-285-7/+4 * Use the $SRC_BASE Makevar instead of hard-coding.linimon2010-12-171-2/+2 * Sync to new bsd.autotools.mkade2010-12-044-4/+4 * Convert LDCONFIG_DIRS to USE_LDCONFIG.makc2010-06-091-3/+1 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-316-6/+6 * Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-111-2/+2 * - fix option WITH_PNGdinoex2010-03-301-0/+6 * - update to 1.4.1dinoex2010-03-2812-11/+12 * - Chase x11-toolkits/fltk updategahr2010-03-241-1/+1 * Plugin for JPilot (jpilot.org) to download pictures, photos and videos fromamdmi32010-03-194-0/+50 * - Add backup mirror (looks like project site is down)miwi2010-03-101-1/+1 * - Update to 0.12.5miwi2010-03-102-4/+4 * - update to jpeg-8dinoex2010-02-0510-7/+10 * - Convert to DOCSDIRmiwi2010-02-032-4/+4 * - Remove unneeded dependencies which is in perl-5.8.9 distkuriyama2010-01-261-2/+1 * - Fix sorting and minor cleanups in category Makefilesamdmi32010-01-201-1/+1 * - remove broken/expired ports@ portspgollucci2010-01-1818-919/+0 * - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcmiwi2009-12-291-1/+1 * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-215-9/+1 * This port has been broken for 3+ months, thuspav2009-12-081-0/+2 * Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-293-4/+7 * - Fix build on 6.xavl2009-10-171-2/+2 * - Remove the patch which is required for upcoming GNOME 2.28 onlyavl2009-10-121-76/+0 * - Update to 0.14avl2009-10-122-6/+6 * - Update to 0.3avl2009-10-123-6/+93 * - Update to 0.14avl2009-10-122-5/+6 * - Forgot to include bsd.port.pre.mk and bsd.port.post.mk.avl2009-10-121-1/+3 * - Fix .if conditionavl2009-10-121-1/+1 * - Update to 0.14avl2009-10-124-13/+41 * - Update to 0.14avl2009-10-122-4/+4 * - Update to 0.14avl2009-10-127-34/+40 * - Update to 0.14avl2009-10-122-4/+4 * - Fix build with custom PREFIXavl2009-10-121-1/+1 * - Fix build with custom PREFIXavl2009-10-121-1/+1 * - Update to 0.12.4amdmi32009-09-094-15/+20 * - Update to 0.44.1fluffy2009-09-032-6/+6 * - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-2214-24/+14 * Mark BROKEN: does not build.erwin2009-08-031-0/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-034-4/+4 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-319-2/+9 * - Update boost to 1.39pav2009-07-281-1/+1 * - Disable optimizations, they cause segfaults on runtimepav2009-07-281-2/+2 * - Mark BROKEN on amd64/8pav2009-07-261-0/+1 * - Update to 1.6.2amdmi32009-07-102-4/+4 * - Unbreak on -current.wxs2009-07-091-6/+27 * Change MAINTAINER on my ports to my FreeBSD email addressavl2009-05-295-5/+5 * Mark BROKEN on 8.x: does not build.erwin2009-05-271-0/+4 * - Reset maintainermiwi2009-05-053-3/+3 * - Add patch to fix functionality on FreeBSD 7.xamdmi32009-04-222-1/+16 * - Fix build on CURRENT with new USB stackamdmi32009-04-021-0/+15 * - Fix indexmiwi2009-04-011-0/+1 * - Allow to build with MAKE_JOBS_SAFEmiwi2009-04-013-3/+8 * - Fix build with new USB2miwi2009-03-261-0/+2 * - Update to 0.13miwi2009-03-212-5/+4 * - Update to 0.13miwi2009-03-212-4/+4 * - Update to 0.13.1miwi2009-03-213-16/+4 * - Update to 0.13miwi2009-03-212-5/+4 * - Update to 0.13.1miwi2009-03-212-5/+9 * - Chase libusb20 rename in r189585.stas2009-03-102-2/+7 * Update to 2.0.17.marcus2009-03-015-9/+8 * - Update to 5.1.0r3tabthorpe2009-03-012-5/+20 * - Old MASTER_SITES are dead, switch to newer oneswxs2009-02-253-18/+7 * - Update to 0.2.2miwi2009-02-203-24/+4 * - Pass maintainership to submittertabthorpe2009-02-133-3/+3 * 2009-01-19 games/emacs-chess: has been broken for more than 6 monthsmiwi2009-02-047-128/+0 * - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-021-2/+1 * - Update to 0.2.1amdmi32009-01-154-5/+30 * - Update to 0.13.amdmi32009-01-158-236/+18 * - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-3/+0 * - Update to 1.6.1amdmi32009-01-033-13/+7 * - Set for expiration in one month: has been broken for more than 6 monthspav2008-12-201-0/+2 * 2008-10-19 x11-wm/flwm: Project is dead, and uses obsolete version of fltkmiwi2008-12-0814-236/+0 * - Update to 0.12.3pav2008-12-044-24/+27 * - Remove py-wbxml from run-time dependencies listmiwi2008-11-231-1/+1 * - Update to 1.6.0miwi2008-11-095-25/+18 * - Speedup build phase.miwi2008-10-152-3/+7 * - Speedup build phase.miwi2008-10-152-3/+7 * Fix CATEGORIES in slave palm/py-synce-librapi2 and palm/py-synce-librra.miwi2008-10-122-2/+2 * SynCE is a project for connecting to devices running Windows CE or Pocket PC.miwi2008-10-056-0/+240 * - Fix manpage installmiwi2008-09-111-2/+2 * Fix an obvious typo.linimon2008-09-081-1/+1 * SynCE is a project for connecting to devices running Windows CE or Pocket PC.miwi2008-09-085-0/+41 * SynCE is a project for connecting to devices running Windows CE or Pocket PC.miwi2008-09-085-0/+40 * - Fixes issues with incorrectly handledmiwi2008-09-081-3/+4 * - Remove empty filespav2008-08-261-0/+0 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-213-3/+0 * Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1 * - Update to 0.12miwi2008-08-209-556/+80 * - Connect synce-gvfs to the buildmiwi2008-08-181-0/+1 * - Update to 0.1miwi2008-08-185-63/+28 * Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld.pav2008-08-026-0/+361 * - Update to 0.11miwi2008-07-2713-19/+775 * SynCE is a project for connecting to devices running Windows CE or Pocket PC.miwi2008-07-274-0/+44 * - Mark as deprecate and set schedule it for removal (no longer supported by d...miwi2008-07-274-8/+25 * - Update to 0.12miwi2008-07-276-58/+32 * - Remove palm/synce-dccm (Project was renamed to palm/synce-vdccm)miwi2008-07-2717-183/+2 * - Woops add missing patchesmiwi2008-07-272-0/+22 * - Update to 0.10.1miwi2008-07-274-23/+30 * - Remove synce-rra (Project was renamed to synce-librra)miwi2008-07-277-75/+1 * - Update to 0.12miwi2008-07-273-23/+71 * - Update to 0.12miwi2008-07-274-25/+35 * - Fix indexmiwi2008-07-271-1/+1 * - Update to 0.11lwhsu2008-07-267-28/+62 * Update to 2.0.16.marcus2008-07-057-36/+48 * - Pass maintainership to submittermiwi2008-06-222-2/+2 * - Dependency has been renamed to liborange.araujo2008-06-181-2/+2 * - Fix pkg-plist.araujo2008-06-072-1/+5 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0611-11/+11 * - Update is needed because dynamite has been renamed to libdynamite.araujo2008-06-061-3/+3 * - Pass maintainership to submittertabthorpe2008-05-233-3/+3 * update to 1.62edwin2008-04-306-82/+4 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-205-16/+8 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1 * - Fix fetch; gone from vendor websitepav2008-04-171-2/+1 * - Update to 0.44gahr2008-04-165-37/+11 * - Unbreak on sparc64gahr2008-04-1512-14/+150 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-262-2/+0 * Write MASTER_STIES path right this time.itetcu2008-03-251-1/+1 * Adjust MASTER_SITES to an other server of mine, since the old one will be goneitetcu2008-03-251-1/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-1/+0 * - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0 * Mark BROKEN: checksum mismatcherwin2008-02-291-0/+2 * Mark as broken on sparc64: does not compile.linimon2008-02-012-2/+14 * Mark BROKEN on 8.0: does not configureerwin2008-01-301-0/+4 * o Remove BROKEN, it actually does not build due to the lack of alioux2008-01-033-9/+26 * Update MASTER_SITESlioux2008-01-021-1/+1 * Unbreak the port for gcc-4.2 [1]bsam2007-11-087-4/+203 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-2511-59/+60 * Migration from bison 1.x to 2.xade2007-10-173-5/+6 * Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=edwin2007-10-071-7/+2 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-6/+3 * Mark broken on gcc4.2.linimon2007-10-011-1/+5 * Mark as broken with gcc4.2.linimon2007-10-011-0/+4 * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2 * Dominic is a new dad, and will be too busy for a while to work on ports.linimon2007-09-241-1/+1 * uppc kmod installation problem on amd64edwin2007-09-081-0/+5 * - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-1/+1 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-234-8/+4 * - Update to 0.12.2miwi2007-07-135-43/+44 * - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2pav2007-07-031-1/+7 * - Change my mail address to araujo@.araujo2007-06-301-1/+1 * Populate the 'kld' virtual category, for ports that install Kernel Loadablelinimon2007-06-291-1/+1 * Unbreak by adding libsynce to LDFLAGS. Configure doesn't use pkg-configvs2007-06-181-2/+2 * Try to correct works when compiled with gcc4anray2007-06-105-0/+78 * - Unbreak on amd64pav2007-06-061-6/+5 * - Update to 1.4.4pav2007-06-063-10/+11 * - Welcome X.org 7.2 \o/.flz2007-05-2015-12/+13 * BROKEN on amd64: Does not build (needs -fPIC)kris2007-04-221-1/+7 * fix breakage due to removal of bsd.port.pre.mkedwin2007-04-201-1/+3 * - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-202-15/+3 * Retire OPSYS (well-intentioned, but there was no way this port waskris2007-04-161-7/+1 * 2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects ...miwi2007-04-115-92/+0 * - Remove old Perl support from unmaintained ports in categories startinggabor2007-04-061-7/+1 * Add support for WITHOUT_NLS.stefan2007-04-042-5/+13 * - Fix after objformat removalpav2007-03-291-0/+3 * - Fix after objformat removalpav2007-03-242-2/+2 * - Desupport 4.Xpav2007-03-242-8/+0 * - Builds fine on my amd64, so give this a shotpav2007-03-242-14/+2 * unbreakijliao2007-03-013-4/+42 * mt@primats.org.ua no longer has access to FreeBSD machines, and haslinimon2007-02-281-1/+1 * Remove not needed dccm from RUN_DEPENDS. Internal vdccm is generalization ofanray2007-02-131-2/+1 * Schedule these broken ports for removal on 2007-04-10 if they are stillkris2007-02-112-0/+4 * BROKEN: Configure failskris2007-02-111-0/+2 * BROKEN: Does not buildkris2007-02-041-0/+2 * Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-012-0/+2 * Add Samsung SCH-I730 support.anray2007-01-312-2/+20 * Add pkg-config to build depends.anray2007-01-282-0/+2 * - Add needed for build depends(devel/pkg-config).anray2007-01-282-0/+4 * Update to 0.9.3anray2007-01-2718-34/+162 * Update to 0.9.3anray2007-01-269-7/+95 * Update to 0.9.3anray2007-01-266-27/+60 * Fix build on 6-STABLEanray2007-01-241-7/+7 * Fix build on 7.0-CURRENTanray2007-01-181-0/+13 * - update to 0.9.1 [1]itetcu2007-01-072-6/+9 * add palm-db-tools 0.3.6ijliao2006-12-256-0/+57 * Fix build with gcc41 and unbreak on amd64 by removing Werrorarved2006-12-232-6/+4 * Maintainer no longer has time for these ports.linimon2006-12-151-1/+1 * Remove expired leaf ports:vd2006-12-1211-248/+0