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-19
38 | -42/+0 |
* | - Mark ports that have been broken for six month or more, or never compiled on | pav | 2011-03-17 | 1 | -11/+5 |
* | Deprecate unmaintained ports from palm where upstream disapear and/or | bapt | 2011-03-14 | 4 | -0/+12 |
* | Add -I${LOCALBASE}/include to CFLAGS. [1] Sort pkg-plist. | gerald | 2011-01-26 | 3 | -12/+11 |
* | Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence. | linimon | 2010-12-28 | 5 | -7/+4 |
* | Use the $SRC_BASE Makevar instead of hard-coding. | linimon | 2010-12-17 | 1 | -2/+2 |
* | Sync to new bsd.autotools.mk | ade | 2010-12-04 | 4 | -4/+4 |
* | Convert LDCONFIG_DIRS to USE_LDCONFIG. | makc | 2010-06-09 | 1 | -3/+1 |
* | Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. | ade | 2010-05-31 | 6 | -6/+6 |
* | Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this | kwm | 2010-05-11 | 1 | -2/+2 |
* | - fix option WITH_PNG | dinoex | 2010-03-30 | 1 | -0/+6 |
* | - update to 1.4.1 | dinoex | 2010-03-28 | 12 | -11/+12 |
* | - Chase x11-toolkits/fltk update | gahr | 2010-03-24 | 1 | -1/+1 |
* | Plugin for JPilot (jpilot.org) to download pictures, photos and videos from | amdmi3 | 2010-03-19 | 4 | -0/+50 |
* | - Add backup mirror (looks like project site is down) | miwi | 2010-03-10 | 1 | -1/+1 |
* | - Update to 0.12.5 | miwi | 2010-03-10 | 2 | -4/+4 |
* | - update to jpeg-8 | dinoex | 2010-02-05 | 10 | -7/+10 |
* | - Convert to DOCSDIR | miwi | 2010-02-03 | 2 | -4/+4 |
* | - Remove unneeded dependencies which is in perl-5.8.9 dist | kuriyama | 2010-01-26 | 1 | -2/+1 |
* | - Fix sorting and minor cleanups in category Makefiles | amdmi3 | 2010-01-20 | 1 | -1/+1 |
* | - remove broken/expired ports@ ports | pgollucci | 2010-01-18 | 18 | -919/+0 |
* | - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src | miwi | 2009-12-29 | 1 | -1/+1 |
* | For ports maintained by ports@FreeBSD.org, remove names and/or | dougb | 2009-12-21 | 5 | -9/+1 |
* | This port has been broken for 3+ months, thus | pav | 2009-12-08 | 1 | -0/+2 |
* | Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this | marcus | 2009-11-29 | 3 | -4/+7 |
* | - Fix build on 6.x | avl | 2009-10-17 | 1 | -2/+2 |
* | - Remove the patch which is required for upcoming GNOME 2.28 only | avl | 2009-10-12 | 1 | -76/+0 |
* | - Update to 0.14 | avl | 2009-10-12 | 2 | -6/+6 |
* | - Update to 0.3 | avl | 2009-10-12 | 3 | -6/+93 |
* | - Update to 0.14 | avl | 2009-10-12 | 2 | -5/+6 |
* | - Forgot to include bsd.port.pre.mk and bsd.port.post.mk. | avl | 2009-10-12 | 1 | -1/+3 |
* | - Fix .if condition | avl | 2009-10-12 | 1 | -1/+1 |
* | - Update to 0.14 | avl | 2009-10-12 | 4 | -13/+41 |
* | - Update to 0.14 | avl | 2009-10-12 | 2 | -4/+4 |
* | - Update to 0.14 | avl | 2009-10-12 | 7 | -34/+40 |
* | - Update to 0.14 | avl | 2009-10-12 | 2 | -4/+4 |
* | - Fix build with custom PREFIX | avl | 2009-10-12 | 1 | -1/+1 |
* | - Fix build with custom PREFIX | avl | 2009-10-12 | 1 | -1/+1 |
* | - Update to 0.12.4 | amdmi3 | 2009-09-09 | 4 | -15/+20 |
* | - Update to 0.44.1 | fluffy | 2009-09-03 | 2 | -6/+6 |
* | - Switch SourceForge ports to the new File Release System: categories startin... | amdmi3 | 2009-08-22 | 14 | -24/+14 |
* | Mark BROKEN: does not build. | erwin | 2009-08-03 | 1 | -0/+1 |
* | -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. | mezz | 2009-08-03 | 4 | -4/+4 |
* | - bump all port that indirectly depends on libjpeg and have not yet been bump... | dinoex | 2009-07-31 | 9 | -2/+9 |
* | - Update boost to 1.39 | pav | 2009-07-28 | 1 | -1/+1 |
* | - Disable optimizations, they cause segfaults on runtime | pav | 2009-07-28 | 1 | -2/+2 |
* | - Mark BROKEN on amd64/8 | pav | 2009-07-26 | 1 | -0/+1 |
* | - Update to 1.6.2 | amdmi3 | 2009-07-10 | 2 | -4/+4 |
* | - Unbreak on -current. | wxs | 2009-07-09 | 1 | -6/+27 |
* | Change MAINTAINER on my ports to my FreeBSD email address | avl | 2009-05-29 | 5 | -5/+5 |
* | Mark BROKEN on 8.x: does not build. | erwin | 2009-05-27 | 1 | -0/+4 |
* | - Reset maintainer | miwi | 2009-05-05 | 3 | -3/+3 |
* | - Add patch to fix functionality on FreeBSD 7.x | amdmi3 | 2009-04-22 | 2 | -1/+16 |
* | - Fix build on CURRENT with new USB stack | amdmi3 | 2009-04-02 | 1 | -0/+15 |
* | - Fix index | miwi | 2009-04-01 | 1 | -0/+1 |
* | - Allow to build with MAKE_JOBS_SAFE | miwi | 2009-04-01 | 3 | -3/+8 |
* | - Fix build with new USB2 | miwi | 2009-03-26 | 1 | -0/+2 |
* | - Update to 0.13 | miwi | 2009-03-21 | 2 | -5/+4 |
* | - Update to 0.13 | miwi | 2009-03-21 | 2 | -4/+4 |
* | - Update to 0.13.1 | miwi | 2009-03-21 | 3 | -16/+4 |
* | - Update to 0.13 | miwi | 2009-03-21 | 2 | -5/+4 |
* | - Update to 0.13.1 | miwi | 2009-03-21 | 2 | -5/+9 |
* | - Chase libusb20 rename in r189585. | stas | 2009-03-10 | 2 | -2/+7 |
* | Update to 2.0.17. | marcus | 2009-03-01 | 5 | -9/+8 |
* | - Update to 5.1.0r3 | tabthorpe | 2009-03-01 | 2 | -5/+20 |
* | - Old MASTER_SITES are dead, switch to newer ones | wxs | 2009-02-25 | 3 | -18/+7 |
* | - Update to 0.2.2 | miwi | 2009-02-20 | 3 | -24/+4 |
* | - Pass maintainership to submitter | tabthorpe | 2009-02-13 | 3 | -3/+3 |
* | 2009-01-19 games/emacs-chess: has been broken for more than 6 months | miwi | 2009-02-04 | 7 | -128/+0 |
* | - Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove | araujo | 2009-02-02 | 1 | -2/+1 |
* | - Update to 0.2.1 | amdmi3 | 2009-01-15 | 4 | -5/+30 |
* | - Update to 0.13. | amdmi3 | 2009-01-15 | 8 | -236/+18 |
* | - Remove conditional checks for FreeBSD 5.x and older | pav | 2009-01-07 | 1 | -3/+0 |
* | - Update to 1.6.1 | amdmi3 | 2009-01-03 | 3 | -13/+7 |
* | - Set for expiration in one month: has been broken for more than 6 months | pav | 2008-12-20 | 1 | -0/+2 |
* | 2008-10-19 x11-wm/flwm: Project is dead, and uses obsolete version of fltk | miwi | 2008-12-08 | 14 | -236/+0 |
* | - Update to 0.12.3 | pav | 2008-12-04 | 4 | -24/+27 |
* | - Remove py-wbxml from run-time dependencies list | miwi | 2008-11-23 | 1 | -1/+1 |
* | - Update to 1.6.0 | miwi | 2008-11-09 | 5 | -25/+18 |
* | - Speedup build phase. | miwi | 2008-10-15 | 2 | -3/+7 |
* | - Speedup build phase. | miwi | 2008-10-15 | 2 | -3/+7 |
* | Fix CATEGORIES in slave palm/py-synce-librapi2 and palm/py-synce-librra. | miwi | 2008-10-12 | 2 | -2/+2 |
* | SynCE is a project for connecting to devices running Windows CE or Pocket PC. | miwi | 2008-10-05 | 6 | -0/+240 |
* | - Fix manpage install | miwi | 2008-09-11 | 1 | -2/+2 |
* | Fix an obvious typo. | linimon | 2008-09-08 | 1 | -1/+1 |
* | SynCE is a project for connecting to devices running Windows CE or Pocket PC. | miwi | 2008-09-08 | 5 | -0/+41 |
* | SynCE is a project for connecting to devices running Windows CE or Pocket PC. | miwi | 2008-09-08 | 5 | -0/+40 |
* | - Fixes issues with incorrectly handled | miwi | 2008-09-08 | 1 | -3/+4 |
* | - Remove empty files | pav | 2008-08-26 | 1 | -0/+0 |
* | Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script. | rafan | 2008-08-21 | 3 | -3/+0 |
* | Conversion from (now defunct) autoconf-2.61 to autoconf-2.62 | ade | 2008-08-20 | 1 | -1/+1 |
* | - Update to 0.12 | miwi | 2008-08-20 | 9 | -556/+80 |
* | - Connect synce-gvfs to the build | miwi | 2008-08-18 | 1 | -0/+1 |
* | - Update to 0.1 | miwi | 2008-08-18 | 5 | -63/+28 |
* | Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. | pav | 2008-08-02 | 6 | -0/+361 |
* | - Update to 0.11 | miwi | 2008-07-27 | 13 | -19/+775 |
* | SynCE is a project for connecting to devices running Windows CE or Pocket PC. | miwi | 2008-07-27 | 4 | -0/+44 |
* | - Mark as deprecate and set schedule it for removal (no longer supported by d... | miwi | 2008-07-27 | 4 | -8/+25 |
* | - Update to 0.12 | miwi | 2008-07-27 | 6 | -58/+32 |
* | - Remove palm/synce-dccm (Project was renamed to palm/synce-vdccm) | miwi | 2008-07-27 | 17 | -183/+2 |
* | - Woops add missing patches | miwi | 2008-07-27 | 2 | -0/+22 |
* | - Update to 0.10.1 | miwi | 2008-07-27 | 4 | -23/+30 |
* | - Remove synce-rra (Project was renamed to synce-librra) | miwi | 2008-07-27 | 7 | -75/+1 |
* | - Update to 0.12 | miwi | 2008-07-27 | 3 | -23/+71 |
* | - Update to 0.12 | miwi | 2008-07-27 | 4 | -25/+35 |
* | - Fix index | miwi | 2008-07-27 | 1 | -1/+1 |
* | - Update to 0.11 | lwhsu | 2008-07-26 | 7 | -28/+62 |
* | Update to 2.0.16. | marcus | 2008-07-05 | 7 | -36/+48 |
* | - Pass maintainership to submitter | miwi | 2008-06-22 | 2 | -2/+2 |
* | - Dependency has been renamed to liborange. | araujo | 2008-06-18 | 1 | -2/+2 |
* | - Fix pkg-plist. | araujo | 2008-06-07 | 2 | -1/+5 |
* | Bump portrevision due to upgrade of devel/gettext. | edwin | 2008-06-06 | 11 | -11/+11 |
* | - Update is needed because dynamite has been renamed to libdynamite. | araujo | 2008-06-06 | 1 | -3/+3 |
* | - Pass maintainership to submitter | tabthorpe | 2008-05-23 | 3 | -3/+3 |
* | update to 1.62 | edwin | 2008-04-30 | 6 | -82/+4 |
* | - Remove unneeded dependency from gtk12/gtk20 [1] | miwi | 2008-04-20 | 5 | -16/+8 |
* | - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C... | araujo | 2008-04-17 | 1 | -2/+1 |
* | - Fix fetch; gone from vendor website | pav | 2008-04-17 | 1 | -2/+1 |
* | - Update to 0.44 | gahr | 2008-04-16 | 5 | -37/+11 |
* | - Unbreak on sparc64 | gahr | 2008-04-15 | 12 | -14/+150 |
* | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG | miwi | 2008-03-26 | 2 | -2/+0 |
* | Write MASTER_STIES path right this time. | itetcu | 2008-03-25 | 1 | -1/+1 |
* | Adjust MASTER_SITES to an other server of mine, since the old one will be gone | itetcu | 2008-03-25 | 1 | -1/+1 |
* | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG | miwi | 2008-03-25 | 1 | -1/+0 |
* | - Remove USE_GETOPT_LONG which is a no-op since March 2007 | pav | 2008-03-20 | 1 | -1/+0 |
* | Mark BROKEN: checksum mismatch | erwin | 2008-02-29 | 1 | -0/+2 |
* | Mark as broken on sparc64: does not compile. | linimon | 2008-02-01 | 2 | -2/+14 |
* | Mark BROKEN on 8.0: does not configure | erwin | 2008-01-30 | 1 | -0/+4 |
* | o Remove BROKEN, it actually does not build due to the lack of a | lioux | 2008-01-03 | 3 | -9/+26 |
* | Update MASTER_SITES | lioux | 2008-01-02 | 1 | -1/+1 |
* | Unbreak the port for gcc-4.2 [1] | bsam | 2007-11-08 | 7 | -4/+203 |
* | Presenting GNOME 2.20.1 and all related works for FreeBSD. The official | marcus | 2007-10-25 | 11 | -59/+60 |
* | Migration from bison 1.x to 2.x | ade | 2007-10-17 | 3 | -5/+6 |
* | Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP= | edwin | 2007-10-07 | 1 | -7/+2 |
* | Remove always-false/true conditions based on OSVERSION 500000 | edwin | 2007-10-04 | 1 | -6/+3 |
* | Mark broken on gcc4.2. | linimon | 2007-10-01 | 1 | -1/+5 |
* | Mark as broken with gcc4.2. | linimon | 2007-10-01 | 1 | -0/+4 |
* | Switch autoconf dependencies from 2.53 or 2.59 to 2.61. | linimon | 2007-09-30 | 1 | -2/+2 |
* | Dominic is a new dad, and will be too busy for a while to work on ports. | linimon | 2007-09-24 | 1 | -1/+1 |
* | uppc kmod installation problem on amd64 | edwin | 2007-09-08 | 1 | -0/+5 |
* | - Remove the DESTDIR modifications from individual ports as we have a new, | gabor | 2007-08-04 | 1 | -1/+1 |
* | - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script | rafan | 2007-07-23 | 4 | -8/+4 |
* | - Update to 0.12.2 | miwi | 2007-07-13 | 5 | -43/+44 |
* | - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2 | pav | 2007-07-03 | 1 | -1/+7 |
* | - Change my mail address to araujo@. | araujo | 2007-06-30 | 1 | -1/+1 |
* | Populate the 'kld' virtual category, for ports that install Kernel Loadable | linimon | 2007-06-29 | 1 | -1/+1 |
* | Unbreak by adding libsynce to LDFLAGS. Configure doesn't use pkg-config | vs | 2007-06-18 | 1 | -2/+2 |
* | Try to correct works when compiled with gcc4 | anray | 2007-06-10 | 5 | -0/+78 |
* | - Unbreak on amd64 | pav | 2007-06-06 | 1 | -6/+5 |
* | - Update to 1.4.4 | pav | 2007-06-06 | 3 | -10/+11 |
* | - Welcome X.org 7.2 \o/. | flz | 2007-05-20 | 15 | -12/+13 |
* | BROKEN on amd64: Does not build (needs -fPIC) | kris | 2007-04-22 | 1 | -1/+7 |
* | fix breakage due to removal of bsd.port.pre.mk | edwin | 2007-04-20 | 1 | -1/+3 |
* | - Remove FreeBSD 4.X support from unmaintained ports in categories starting | gabor | 2007-04-20 | 2 | -15/+3 |
* | Retire OPSYS (well-intentioned, but there was no way this port was | kris | 2007-04-16 | 1 | -7/+1 |
* | 2007-03-27 emulators/kmamerun: Project was abandoned 4 years ago and expects ... | miwi | 2007-04-11 | 5 | -92/+0 |
* | - Remove old Perl support from unmaintained ports in categories starting | gabor | 2007-04-06 | 1 | -7/+1 |
* | Add support for WITHOUT_NLS. | stefan | 2007-04-04 | 2 | -5/+13 |
* | - Fix after objformat removal | pav | 2007-03-29 | 1 | -0/+3 |
* | - Fix after objformat removal | pav | 2007-03-24 | 2 | -2/+2 |
* | - Desupport 4.X | pav | 2007-03-24 | 2 | -8/+0 |
* | - Builds fine on my amd64, so give this a shot | pav | 2007-03-24 | 2 | -14/+2 |
* | unbreak | ijliao | 2007-03-01 | 3 | -4/+42 |
* | mt@primats.org.ua no longer has access to FreeBSD machines, and has | linimon | 2007-02-28 | 1 | -1/+1 |
* | Remove not needed dccm from RUN_DEPENDS. Internal vdccm is generalization of | anray | 2007-02-13 | 1 | -2/+1 |
* | Schedule these broken ports for removal on 2007-04-10 if they are still | kris | 2007-02-11 | 2 | -0/+4 |
* | BROKEN: Configure fails | kris | 2007-02-11 | 1 | -0/+2 |
* | BROKEN: Does not build | kris | 2007-02-04 | 1 | -0/+2 |
* | Use libtool port instead of included version to avoid objformat a.out botch | kris | 2007-02-01 | 2 | -0/+2 |
* | Add Samsung SCH-I730 support. | anray | 2007-01-31 | 2 | -2/+20 |
* | Add pkg-config to build depends. | anray | 2007-01-28 | 2 | -0/+2 |
* | - Add needed for build depends(devel/pkg-config). | anray | 2007-01-28 | 2 | -0/+4 |
* | Update to 0.9.3 | anray | 2007-01-27 | 18 | -34/+162 |
* | Update to 0.9.3 | anray | 2007-01-26 | 9 | -7/+95 |
* | Update to 0.9.3 | anray | 2007-01-26 | 6 | -27/+60 |
* | Fix build on 6-STABLE | anray | 2007-01-24 | 1 | -7/+7 |
* | Fix build on 7.0-CURRENT | anray | 2007-01-18 | 1 | -0/+13 |
* | - update to 0.9.1 [1] | itetcu | 2007-01-07 | 2 | -6/+9 |
* | add palm-db-tools 0.3.6 | ijliao | 2006-12-25 | 6 | -0/+57 |
* | Fix build with gcc41 and unbreak on amd64 by removing Werror | arved | 2006-12-23 | 2 | -6/+4 |
* | Maintainer no longer has time for these ports. | linimon | 2006-12-15 | 1 | -1/+1 |
* | Remove expired leaf ports: | vd | 2006-12-12 | 11 | -248/+0 |