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.0p1
ijliao | 2002-05-12 | 10 | -0/+152 |
* | FElt sourceforge subdir changed to all lowercase | pat | 2002-04-29 | 1 | -1/+1 |
* | Update to 6.0.5 | lioux | 2002-04-28 | 3 | -3/+11 |
* | add qfsm 0.30 | ijliao | 2002-04-12 | 8 | -0/+86 |
* | Don't depend on textinfo | dwcjr | 2002-04-03 | 1 | -1/+1 |
* | Add missing dependency | pat | 2002-03-31 | 2 | -0/+2 |
* | do net need patches anymore | ijliao | 2002-03-25 | 2 | -268/+0 |
* | Fix typo in depends | pat | 2002-03-16 | 1 | -1/+1 |
* | make it buildable | ijliao | 2002-03-12 | 5 | -341/+0 |
* | upgrade to 20020209 | ijliao | 2002-03-10 | 29 | -156/+468 |
* | Update to 0.6 after my long absence | keichii | 2002-03-04 | 2 | -2/+2 |
* | Add leocad 0.73, a CAD program that uses bricks similar to those | petef | 2002-03-03 | 8 | -0/+106 |
* | Respect CXX/CXXFLAGS. | petef | 2002-03-01 | 1 | -0/+7 |
* | Initial import of ngspice_rework | kevlo | 2002-02-09 | 10 | -0/+289 |
* | add slffea 1.25 | ijliao | 2002-02-09 | 6 | -0/+72 |
* | add gnucap 0.30 | ijliao | 2002-02-07 | 6 | -0/+50 |
* | Fix build on -current | kris | 2002-01-26 | 1 | -0/+12 |
* | update to 0.23. | sf | 2002-01-23 | 4 | -13/+47 |
* | Update to 6.0.4 | lioux | 2002-01-21 | 5 | -97/+10 |
* | Add message explaining that after installation the user have to run the program | sobomax | 2001-12-29 | 4 | -8/+24 |
* | Fix texti2html's path. | kuriyama | 2001-12-27 | 1 | -1/+1 |
* | Add linux-eagle , an easy to use, yet powerful tool for designing | sobomax | 2001-12-27 | 11 | -0/+1407 |
* | Fix building docs due to missing dependencies | dwcjr | 2001-12-24 | 1 | -1/+3 |
* | add qmls | ijliao | 2001-12-10 | 6 | -0/+26 |
* | Add missing dependency: geda-symbols | lioux | 2001-12-03 | 2 | -0/+2 |
* | Update MAINTAINER's email address: anders@codefactory.se -> anders@hack.org | petef | 2001-11-30 | 1 | -2/+2 |
* | Fix manpage packaging. | petef | 2001-11-25 | 1 | -2/+1 |
* | Style police: WWW tags should either end in a file/script or TRAILING /; Fix ... | lioux | 2001-11-21 | 1 | -1/+1 |
* | Style police: WWW tags should either end in a file/script or TRAILING /; Fix ... | lioux | 2001-11-21 | 7 | -7/+7 |
* | Remove a redundant trailing period and a space. | knu | 2001-10-21 | 1 | -1/+1 |
* | Update to version 2.3.3.b16 | kevlo | 2001-10-20 | 2 | -3/+5 |
* | add pdnmesh | ijliao | 2001-10-15 | 7 | -0/+80 |
* | Applied patch for maintainer's update. | mita | 2001-10-09 | 3 | -427/+395 |
* | o Update to 2.3.3.b15 | lioux | 2001-10-06 | 9 | -135/+91 |
* | Fix the docs installation. | joerg | 2001-10-04 | 2 | -3/+18 |
* | Remove jseger and torstenb from maintainership of their ports, they | dwcjr | 2001-09-18 | 1 | -1/+1 |
* | Replace the ghostscript6 dependencies with ghostscript-gnu. | knu | 2001-09-12 | 1 | -1/+1 |
* | fix DISTNAME. | sf | 2001-09-02 | 1 | -0/+1 |
* | update to 2.3.3 beta rev.9. | sf | 2001-08-31 | 4 | -80/+58 |
* | - add NOPORTDOCS support to pkg-plist | petef | 2001-08-30 | 2 | -6/+6 |
* | Fix a pthread compilation problem on -stable. | petef | 2001-08-26 | 1 | -1/+2 |
* | Remove giffunip@asme.org as the maintainer: he no longer has the ability | kris | 2001-08-24 | 1 | -1/+1 |
* | Add missing LIB_DEPENDS | lioux | 2001-08-01 | 1 | -2/+3 |
* | Add NOPORTDOCS support | lioux | 2001-07-28 | 1 | -197/+197 |
* | Add NOPORTDOCS support | lioux | 2001-07-15 | 1 | -7/+7 |
* | Return to ports. | obrien | 2001-07-10 | 1 | -1/+1 |
* | PORTDOC Police | dwcjr | 2001-07-08 | 1 | -21/+21 |
* | Fix plist to use %%PORTDOCS%%. | dannyboy | 2001-07-05 | 2 | -83/+83 |
* | Update to version 2.3.3 | kevlo | 2001-07-03 | 5 | -22/+24 |
* | Remove duplicate words where appropriate. | dd | 2001-06-25 | 2 | -2/+2 |
* | upgrade to 3.1.0 | ijliao | 2001-06-17 | 3 | -15/+7 |
* | Update to version 2.3 | kevlo | 2001-06-12 | 4 | -12/+14 |
* | Use proper POSIX syntax for `chown'. | obrien | 2001-06-01 | 1 | -8/+8 |
* | pass maintainership to keichii | ijliao | 2001-05-19 | 1 | -1/+1 |
* | Various patches (mainly shared library revision changes) for those | ade | 2001-05-05 | 2 | -4/+2 |
* | Don't hardcode CC and CFLAGS to -O3 | kris | 2001-04-30 | 1 | -19/+41 |
* | Update to version 1.4.7 | lioux | 2001-04-11 | 6 | -4/+14 |
* | Upgrade to 20010304. and change MAINTAINER to bruno.schwander@technologist.com | vanilla | 2001-04-07 | 8 | -534/+17 |
* | gEDA electronic schematic capture tools | vanilla | 2001-04-07 | 24 | -0/+600 |
* | gEDA electronic schematic capture tools | vanilla | 2001-04-07 | 2 | -0/+32 |
* | geda-symbols is the basic component of geda package. | vanilla | 2001-04-07 | 5 | -0/+892 |
* | geda-symbols is the basic component of geda package. | vanilla | 2001-04-07 | 1 | -0/+1 |
* | libgeda is a a base library common to all the gEDA tools | vanilla | 2001-04-07 | 9 | -0/+231 |
* | Overhaul QT/KDE support: | will | 2001-04-03 | 2 | -2/+2 |
* | add vipec | ijliao | 2001-04-03 | 7 | -0/+115 |
* | -pthread --> ${PTHREAD_LIBS} | sobomax | 2001-03-30 | 1 | -1/+1 |
* | distfile re-rolled (rev177 to rev178, according to Manifest). | sf | 2001-03-18 | 1 | -1/+1 |
* | Fix dependencies to tcl/tk 8.3 | kevlo | 2001-03-15 | 1 | -2/+2 |
* | Use '-O0' when compiling on the Alpha to avoid internal compiler errors. | steve | 2001-03-11 | 2 | -2/+14 |
* | Fix and sort plist | kris | 2001-03-11 | 1 | -72/+76 |
* | update to 2.2.2. | sf | 2001-03-09 | 3 | -15/+15 |
* | Add oregano, schematic capture and simulation of electrical circuits. | knu | 2001-03-07 | 6 | -0/+91 |
* | Default hardcopy prints to Postscript format instead of plot(5) which we | joerg | 2001-03-06 | 1 | -0/+11 |
* | Update to version 1.4.6 | kevlo | 2001-02-28 | 6 | -524/+676 |
* | forgot bison dependence | ijliao | 2001-02-22 | 1 | -0/+1 |
* | Make the share files' installation permission safe. | lioux | 2001-02-21 | 2 | -7/+16 |
* | Update to version 2.2.1 | kevlo | 2001-02-14 | 22 | -228/+109 |
* | typo clean up police: \s -> \t | lioux | 2001-02-14 | 2 | -2/+2 |
* | Update to 9.4 and update homepage | jeh | 2001-02-13 | 3 | -5/+5 |
* | Update to version 6.5.1 and homepage | jeh | 2001-02-13 | 3 | -30/+16 |
* | add iverilog, a Verilog simulation and synthesis tool | ijliao | 2001-02-13 | 6 | -0/+60 |
* | SCEPTRE (System for Circuit Evaluation and Prediction of Transient | grog | 2001-02-11 | 9 | -0/+117 |
* | Remove inactive MAINTAINER <swallace>, who hasn't committed in over 3 years. | will | 2001-01-27 | 2 | -2/+2 |
* | Massive style enforcement - use ^I instead of spaces for variables identation. | sobomax | 2001-01-17 | 3 | -4/+3 |
* | Use the correct path in the $(TAR) command | alex | 2001-01-13 | 1 | -1/+1 |
* | fix X manpage error with XFree86-4 | sf | 2001-01-10 | 1 | -0/+11 |
* | Update to version 2.2.0 | kevlo | 2000-12-23 | 5 | -33/+18 |
* | Upgrade to 0.28. | tg | 2000-12-15 | 7 | -48/+39 |
* | Update to version 2.1b9 | kevlo | 2000-12-02 | 2 | -2/+2 |
* | Update to version 1.6e | kevlo | 2000-11-18 | 3 | -266/+311 |
* | Add missing @dirrm. | kevlo | 2000-11-17 | 2 | -0/+2 |
* | Update to version 2.1b8 | kevlo | 2000-11-13 | 2 | -2/+2 |
* | Better handling for the imake dependency when XFREE86_VERSION != 3. The | steve | 2000-11-09 | 1 | -3/+8 |
* | Change motif to a normal dependency. REQUIRES_MOTIF is now called | asami | 2000-11-08 | 2 | -6/+4 |
* | Uphold ${MOTIFLIB} | lioux | 2000-11-02 | 1 | -11/+17 |
* | - Prevent possible buffer overflow | kevlo | 2000-10-29 | 4 | -24/+47 |
* | Update to version 2.1b7 | kevlo | 2000-10-28 | 3 | -3/+4 |
* | Update to 2.1b6 | ade | 2000-10-18 | 4 | -9/+19 |
* | Update to 1.4.4 | ade | 2000-10-14 | 18 | -568/+764 |
* | Rename ${FILESDIR}/patch-prefix to ${FILESDIR}/template-patch-prefix | asami | 2000-10-08 | 1 | -1/+1 |
* | Implement USE_GTK, part 1. | reg | 2000-10-05 | 1 | -4/+2 |
* | Maintainer is now a committer, update email accordingly | lioux | 2000-10-03 | 1 | -1/+1 |
* | Try to unbreak this on -current. | reg | 2000-10-01 | 3 | -252/+292 |
* | Support CC/CFLAGS/PREFIX/X11BASE/MAKE properly | ade | 2000-09-17 | 28 | -262/+939 |
* | Install libs with 0644 perms, not 0664. | jedgar | 2000-09-14 | 1 | -2/+19 |
* | Update to 2.1b3 | kevlo | 2000-09-09 | 6 | -22/+36 |
* | Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports | asami | 2000-09-06 | 1 | -1/+1 |
* | Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these ports | asami | 2000-08-11 | 1 | -1/+2 |
* | Support X11BASE properly | kevlo | 2000-08-07 | 1 | -2/+2 |
* | Update for new shlib revision from guile 1.4 | ade | 2000-08-04 | 1 | -1/+1 |
* | (1) Add new variable, XFREE86_VERSION, to specify which version of | asami | 2000-08-03 | 1 | -1/+1 |
* | Activate Electric. | sada | 2000-07-30 | 1 | -0/+1 |
* | New port - Electric is a sophisticated electrical CAD system that can handle | sada | 2000-07-30 | 7 | -0/+152 |
* | Update MD5 (numerous updates without a version change) | jedgar | 2000-07-13 | 1 | -1/+1 |
* | Add bin/loom. | asami | 2000-07-05 | 1 | -0/+1 |
* | Unleash all of these ports upon the people. I no longer have any interest | will | 2000-06-22 | 2 | -2/+2 |
* | Update to 1.4.1. | will | 2000-06-20 | 8 | -18/+14 |
* | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | asami | 2000-06-17 | 1 | -1/+1 |
* | Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with | sobomax | 2000-06-16 | 2 | -2/+1 |
* | Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. | sobomax | 2000-06-14 | 1 | -1/+2 |
* | Add gmac.1 and tkgate.1 | asami | 2000-06-08 | 1 | -0/+1 |
* | Add fsleeper.1. | asami | 2000-06-07 | 1 | -1/+1 |
* | Update to version 3.05. | steve | 2000-05-29 | 5 | -40/+24 |
* | Incorporate some changes from NetBSD, Linux, and the Macquarie University. | steve | 2000-05-29 | 10 | -4/+382 |
* | Mostly docs changes with the addition of some selection filter code that | steve | 2000-05-28 | 1 | -1/+1 |
* | Upgrade to 1.4.0. | tg | 2000-05-17 | 8 | -450/+566 |
* | Use MASTER_SITE's that actually still carry the distfile :-) | jseger | 2000-05-15 | 1 | -1/+2 |
* | Add PISCES, a two-dimensional device simulator which includes | ade | 2000-05-03 | 24 | -0/+1077 |
* | Mark BROKEN: compiler error | kris | 2000-04-30 | 2 | -0/+4 |
* | Update MD5 checksum and remove invalid MASTER_SITES. | will | 2000-04-22 | 2 | -3/+2 |
* | Upgrade to 0.26. | tg | 2000-04-18 | 4 | -6/+6 |
* | Standardize all user defined options to the booleans WITH_FOO and | reg | 2000-04-17 | 1 | -1/+1 |
* | update with the new PORTNAME/PORTVERSION variables | mharo | 2000-04-09 | 16 | -41/+41 |
* | Update to 1.0 | mharo | 2000-03-24 | 4 | -272/+269 |
* | Finish moving MAINTAINER for my ports. | will | 2000-03-22 | 2 | -2/+2 |
* | Restore useless version required comments. | obrien | 2000-03-22 | 1 | -0/+1 |
* | Update port to 2.0b4 | jedgar | 2000-03-21 | 5 | -29/+35 |
* | * Support CXX/CXXFLAGS properly | jedgar | 2000-03-21 | 3 | -16/+22 |
* | Remove the "version required" line. | obrien | 2000-03-20 | 1 | -1/+0 |
* | Update MASTER_SITES and WWW | jedgar | 2000-02-29 | 2 | -2/+3 |
* | Update MASTER_SITE to make this fetch again, and give the port a | kris | 2000-02-27 | 2 | -4/+4 |
* | New patchlevel without change of distname. | dirk | 2000-02-17 | 1 | -1/+1 |
* | URL changed; update WWW and MASTER_SITES | mharo | 2000-02-15 | 2 | -2/+2 |
* | Style nits in the ports I maintain. | obrien | 2000-02-13 | 1 | -5/+5 |
* | Update MD5 checksum due to DISTFILE update: | jedgar | 2000-02-10 | 1 | -1/+1 |
* | Replace MAINTAINER to ports@FreeBSD.org. | imura | 2000-02-09 | 1 | -1/+1 |
* | portlint | mharo | 2000-02-03 | 1 | -1/+1 |
* | Fix compiler error in -current. | imura | 2000-01-31 | 1 | -0/+936 |
* | Chase the checksum. | steve | 2000-01-30 | 1 | -1/+1 |
* | time(3) returns a time_t and not a long. | steve | 2000-01-29 | 5 | -0/+55 |
* | Update to version 2.0b3. | steve | 2000-01-24 | 19 | -27/+235 |
* | Make some modifications for (supposedly) better portability | steve | 2000-01-24 |