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/cad?h=gstreamer0.10-removal&id=b124be73b89af456fd0dc5e18a4416bb8e1dd381'>add gtkwave 2.0.0p1ijliao2002-05-1210-0/+152 * FElt sourceforge subdir changed to all lowercasepat2002-04-291-1/+1 * Update to 6.0.5lioux2002-04-283-3/+11 * add qfsm 0.30ijliao2002-04-128-0/+86 * Don't depend on textinfodwcjr2002-04-031-1/+1 * Add missing dependencypat2002-03-312-0/+2 * do net need patches anymoreijliao2002-03-252-268/+0 * Fix typo in dependspat2002-03-161-1/+1 * make it buildableijliao2002-03-125-341/+0 * upgrade to 20020209ijliao2002-03-1029-156/+468 * Update to 0.6 after my long absencekeichii2002-03-042-2/+2 * Add leocad 0.73, a CAD program that uses bricks similar to thosepetef2002-03-038-0/+106 * Respect CXX/CXXFLAGS.petef2002-03-011-0/+7 * Initial import of ngspice_reworkkevlo2002-02-0910-0/+289 * add slffea 1.25ijliao2002-02-096-0/+72 * add gnucap 0.30ijliao2002-02-076-0/+50 * Fix build on -currentkris2002-01-261-0/+12 * update to 0.23.sf2002-01-234-13/+47 * Update to 6.0.4lioux2002-01-215-97/+10 * Add message explaining that after installation the user have to run the programsobomax2001-12-294-8/+24 * Fix texti2html's path.kuriyama2001-12-271-1/+1 * Add linux-eagle , an easy to use, yet powerful tool for designingsobomax2001-12-2711-0/+1407 * Fix building docs due to missing dependenciesdwcjr2001-12-241-1/+3 * add qmlsijliao2001-12-106-0/+26 * Add missing dependency: geda-symbolslioux2001-12-032-0/+2 * Update MAINTAINER's email address: anders@codefactory.se -> anders@hack.orgpetef2001-11-301-2/+2 * Fix manpage packaging.petef2001-11-251-2/+1 * Style police: WWW tags should either end in a file/script or TRAILING /; Fix ...lioux2001-11-211-1/+1 * Style police: WWW tags should either end in a file/script or TRAILING /; Fix ...lioux2001-11-217-7/+7 * Remove a redundant trailing period and a space.knu2001-10-211-1/+1 * Update to version 2.3.3.b16kevlo2001-10-202-3/+5 * add pdnmeshijliao2001-10-157-0/+80 * Applied patch for maintainer's update.mita2001-10-093-427/+395 * o Update to 2.3.3.b15lioux2001-10-069-135/+91 * Fix the docs installation.joerg2001-10-042-3/+18 * Remove jseger and torstenb from maintainership of their ports, theydwcjr2001-09-181-1/+1 * Replace the ghostscript6 dependencies with ghostscript-gnu.knu2001-09-121-1/+1 * fix DISTNAME.sf2001-09-021-0/+1 * update to 2.3.3 beta rev.9.sf2001-08-314-80/+58 * - add NOPORTDOCS support to pkg-plistpetef2001-08-302-6/+6 * Fix a pthread compilation problem on -stable.petef2001-08-261-1/+2 * Remove giffunip@asme.org as the maintainer: he no longer has the abilitykris2001-08-241-1/+1 * Add missing LIB_DEPENDSlioux2001-08-011-2/+3 * Add NOPORTDOCS supportlioux2001-07-281-197/+197 * Add NOPORTDOCS supportlioux2001-07-151-7/+7 * Return to ports.obrien2001-07-101-1/+1 * PORTDOC Policedwcjr2001-07-081-21/+21 * Fix plist to use %%PORTDOCS%%.dannyboy2001-07-052-83/+83 * Update to version 2.3.3kevlo2001-07-035-22/+24 * Remove duplicate words where appropriate.dd2001-06-252-2/+2 * upgrade to 3.1.0ijliao2001-06-173-15/+7 * Update to version 2.3kevlo2001-06-124-12/+14 * Use proper POSIX syntax for `chown'.obrien2001-06-011-8/+8 * pass maintainership to keichiiijliao2001-05-191-1/+1 * Various patches (mainly shared library revision changes) for thoseade2001-05-052-4/+2 * Don't hardcode CC and CFLAGS to -O3kris2001-04-301-19/+41 * Update to version 1.4.7lioux2001-04-116-4/+14 * Upgrade to 20010304. and change MAINTAINER to bruno.schwander@technologist.comvanilla2001-04-078-534/+17 * gEDA electronic schematic capture toolsvanilla2001-04-0724-0/+600 * gEDA electronic schematic capture toolsvanilla2001-04-072-0/+32 * geda-symbols is the basic component of geda package.vanilla2001-04-075-0/+892 * geda-symbols is the basic component of geda package.vanilla2001-04-071-0/+1 * libgeda is a a base library common to all the gEDA toolsvanilla2001-04-079-0/+231 * Overhaul QT/KDE support:will2001-04-032-2/+2 * add vipecijliao2001-04-037-0/+115 * -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1 * distfile re-rolled (rev177 to rev178, according to Manifest).sf2001-03-181-1/+1 * Fix dependencies to tcl/tk 8.3kevlo2001-03-151-2/+2 * Use '-O0' when compiling on the Alpha to avoid internal compiler errors.steve2001-03-112-2/+14 * Fix and sort plistkris2001-03-111-72/+76 * update to 2.2.2.sf2001-03-093-15/+15 * Add oregano, schematic capture and simulation of electrical circuits.knu2001-03-076-0/+91 * Default hardcopy prints to Postscript format instead of plot(5) which wejoerg2001-03-061-0/+11 * Update to version 1.4.6kevlo2001-02-286-524/+676 * forgot bison dependenceijliao2001-02-221-0/+1 * Make the share files' installation permission safe.lioux2001-02-212-7/+16 * Update to version 2.2.1kevlo2001-02-1422-228/+109 * typo clean up police: \s -> \tlioux2001-02-142-2/+2 * Update to 9.4 and update homepagejeh2001-02-133-5/+5 * Update to version 6.5.1 and homepagejeh2001-02-133-30/+16 * add iverilog, a Verilog simulation and synthesis toolijliao2001-02-136-0/+60 * SCEPTRE (System for Circuit Evaluation and Prediction of Transientgrog2001-02-119-0/+117 * Remove inactive MAINTAINER <swallace>, who hasn't committed in over 3 years.will2001-01-272-2/+2 * Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-173-4/+3 * Use the correct path in the $(TAR) commandalex2001-01-131-1/+1 * fix X manpage error with XFree86-4sf2001-01-101-0/+11 * Update to version 2.2.0kevlo2000-12-235-33/+18 * Upgrade to 0.28.tg2000-12-157-48/+39 * Update to version 2.1b9kevlo2000-12-022-2/+2 * Update to version 1.6ekevlo2000-11-183-266/+311 * Add missing @dirrm.kevlo2000-11-172-0/+2 * Update to version 2.1b8kevlo2000-11-132-2/+2 * Better handling for the imake dependency when XFREE86_VERSION != 3. Thesteve2000-11-091-3/+8 * Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-082-6/+4 * Uphold ${MOTIFLIB}lioux2000-11-021-11/+17 * - Prevent possible buffer overflowkevlo2000-10-294-24/+47 * Update to version 2.1b7kevlo2000-10-283-3/+4 * Update to 2.1b6ade2000-10-184-9/+19 * Update to 1.4.4ade2000-10-1418-568/+764 * Rename ${FILESDIR}/patch-prefix to ${FILESDIR}/template-patch-prefixasami2000-10-081-1/+1 * Implement USE_GTK, part 1.reg2000-10-051-4/+2 * Maintainer is now a committer, update email accordinglylioux2000-10-031-1/+1 * Try to unbreak this on -current.reg2000-10-013-252/+292 * Support CC/CFLAGS/PREFIX/X11BASE/MAKE properlyade2000-09-1728-262/+939 * Install libs with 0644 perms, not 0664.jedgar2000-09-141-2/+19 * Update to 2.1b3kevlo2000-09-096-22/+36 * Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsasami2000-09-061-1/+1 * Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these portsasami2000-08-111-1/+2 * Support X11BASE properlykevlo2000-08-071-2/+2 * Update for new shlib revision from guile 1.4ade2000-08-041-1/+1 * (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-1/+1 * Activate Electric.sada2000-07-301-0/+1 * New port - Electric is a sophisticated electrical CAD system that can handlesada2000-07-307-0/+152 * Update MD5 (numerous updates without a version change)jedgar2000-07-131-1/+1 * Add bin/loom.asami2000-07-051-0/+1 * Unleash all of these ports upon the people. I no longer have any interestwill2000-06-222-2/+2 * Update to 1.4.1.will2000-06-208-18/+14 * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1 * Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1 * Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2 * Add gmac.1 and tkgate.1asami2000-06-081-0/+1 * Add fsleeper.1.asami2000-06-071-1/+1 * Update to version 3.05.steve2000-05-295-40/+24 * Incorporate some changes from NetBSD, Linux, and the Macquarie University.steve2000-05-2910-4/+382 * Mostly docs changes with the addition of some selection filter code thatsteve2000-05-281-1/+1 * Upgrade to 1.4.0.tg2000-05-178-450/+566 * Use MASTER_SITE's that actually still carry the distfile :-)jseger2000-05-151-1/+2 * Add PISCES, a two-dimensional device simulator which includesade2000-05-0324-0/+1077 * Mark BROKEN: compiler errorkris2000-04-302-0/+4 * Update MD5 checksum and remove invalid MASTER_SITES.will2000-04-222-3/+2 * Upgrade to 0.26.tg2000-04-184-6/+6 * Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-1/+1 * update with the new PORTNAME/PORTVERSION variablesmharo2000-04-0916-41/+41 * Update to 1.0mharo2000-03-244-272/+269 * Finish moving MAINTAINER for my ports.will2000-03-222-2/+2 * Restore useless version required comments.obrien2000-03-221-0/+1 * Update port to 2.0b4jedgar2000-03-215-29/+35 * * Support CXX/CXXFLAGS properlyjedgar2000-03-213-16/+22 * Remove the "version required" line.obrien2000-03-201-1/+0 * Update MASTER_SITES and WWWjedgar2000-02-292-2/+3 * Update MASTER_SITE to make this fetch again, and give the port akris2000-02-272-4/+4 * New patchlevel without change of distname.dirk2000-02-171-1/+1 * URL changed; update WWW and MASTER_SITESmharo2000-02-152-2/+2 * Style nits in the ports I maintain.obrien2000-02-131-5/+5 * Update MD5 checksum due to DISTFILE update:jedgar2000-02-101-1/+1 * Replace MAINTAINER to ports@FreeBSD.org.imura2000-02-091-1/+1 * portlintmharo2000-02-031-1/+1 * Fix compiler error in -current.imura2000-01-311-0/+936 * Chase the checksum.steve2000-01-301-1/+1 * time(3) returns a time_t and not a long.steve2000-01-295-0/+55 * Update to version 2.0b3.steve2000-01-2419-27/+235 * Make some modifications for (supposedly) better portabilitysteve2000-01-24