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 typo
sunpoet | 2017-03-15 | 1 | -1/+1 |
* | Update to 3.0230 | sunpoet | 2017-03-13 | 2 | -4/+4 |
* | Update to 3.0229 | sunpoet | 2017-03-11 | 2 | -4/+4 |
* | Update to 3.0228 | sunpoet | 2017-03-10 | 2 | -4/+4 |
* | converters/p5-Encode-Punycode: Update version 1.001=>1.002 | bofh | 2017-03-05 | 2 | -4/+7 |
* | - Update to 0.04.20 | wen | 2017-03-03 | 2 | -4/+6 |
* | Update to 1.003009 | sunpoet | 2017-02-28 | 2 | -4/+4 |
* | Update to 3.0227 | sunpoet | 2017-02-14 | 2 | -4/+4 |
* | Update to 3.0226 | sunpoet | 2017-02-12 | 2 | -4/+4 |
* | - Update to 0.92.0 and unbreak by switching geos dependency to graphics/geos35 | amdmi3 | 2017-02-07 | 4 | -25/+37 |
* | Mark ports not building with PHP 7.1. | mat | 2017-02-07 | 2 | -2/+2 |
* | Update to 1.30 | sunpoet | 2017-02-03 | 3 | -4/+85 |
* | Fix r433199 | sunpoet | 2017-02-03 | 1 | -4/+4 |
* | Add LICENSE | sunpoet | 2017-02-03 | 1 | -0/+4 |
* | converters/iconv-extra: unbreak on 12.0 after base r306297 | jbeich | 2017-02-02 | 1 | -0/+15 |
* | converters/iconv: unbreak on 12.0 after base r306297 | jbeich | 2017-02-02 | 1 | -0/+23 |
* | converters/fix-mime-charset: unbreak with libc++ 3.9 | jbeich | 2017-02-02 | 1 | -0/+9 |
* | Update to 1.3.4 | sunpoet | 2017-02-02 | 3 | -4/+6 |
* | Remove expired ports: | rene | 2017-01-28 | 4 | -39/+0 |
* | Connect PHP 7.1 ports (r432324) | tz | 2017-01-24 | 1 | -0/+3 |
* | Add PHP 7.1 | tz | 2017-01-24 | 4 | -0/+78 |
* | Update default GEM_NAME | sunpoet | 2017-01-22 | 1 | -1/+0 |
* | converters/wkhtmltopdf: unbreak with clang 4.0 (same as r431742) | jbeich | 2017-01-21 | 1 | -0/+21 |
* | Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ | sunpoet | 2017-01-21 | 1 | -1/+1 |
* | Update WWW: remove trailing / | sunpoet | 2017-01-20 | 1 | -1/+1 |
* | - Add NO_ARCH | amdmi3 | 2017-01-12 | 1 | -1/+2 |
* | Fix *_DEPENDS: remove Perl core modules | sunpoet | 2017-01-11 | 1 | -2/+3 |
* | Update WWW | ehaupt | 2017-01-08 | 1 | -1/+1 |
* | Chase update of graphics/poppler (and slaves ports) in revision r430777 | olivierd | 2017-01-07 | 1 | -1/+1 |
* | devel/boost-*: update to 1.63.0 | jbeich | 2017-01-06 | 1 | -1/+1 |
* | Update to 1.0. | vanilla | 2017-01-06 | 2 | -4/+4 |
* | - Update to 1.2 | tota | 2016-12-31 | 2 | -4/+4 |
* | converters/ruby-dump.rb: deprecate | swills | 2016-12-28 | 1 | -0/+3 |
* | Add an EXPIRATION_DATE to DEPRECATED ports without one. | mat | 2016-12-26 | 1 | -0/+1 |
* | Revert r428451 and unbreak | antoine | 2016-12-24 | 1 | -0/+1 |
* | - Update to 2.0.1 | sunpoet | 2016-12-22 | 2 | -5/+4 |
* | - Update WWW: pear.php.net uses https:// | sunpoet | 2016-12-13 | 1 | -1/+1 |
* | - Update WWW: pecl.php.net uses https:// | sunpoet | 2016-12-13 | 2 | -2/+2 |
* | - Remove unnecessary GEM_NAME | sunpoet | 2016-12-13 | 1 | -4/+1 |
* | - Add LICENSE | sunpoet | 2016-12-09 | 1 | -0/+3 |
* | Remove expired ports: | rene | 2016-12-09 | 4 | -40/+0 |
* | Remove libintl.so.9 compatibility link that was added in r374303 to | tijl | 2016-12-09 | 2 | -1/+2 |
* | Remove libiconv.so.3 compatibility link that was added in r374303 to | tijl | 2016-12-09 | 6 | -7/+5 |
* | Remove libexpat.so.6 compatibility link that was added in r374303 to | tijl | 2016-12-09 | 1 | -1/+1 |
* | Remove libcurl.so.7 compatibility link that was added in r374303 to | tijl | 2016-12-09 | 1 | -0/+1 |
* | http://github.com redirects to https://github.com, spare everyone a redirect. | mat | 2016-12-02 | 3 | -3/+3 |
* | Mark broken. | mat | 2016-12-01 | 1 | -0/+2 |
* | Don't quote {} in find -exec calls. | mat | 2016-12-01 | 1 | -1/+1 |
* | - Update to 2.88 | sunpoet | 2016-12-01 | 2 | -5/+5 |
* | Fetch a distfile directly from GitHub | knu | 2016-11-27 | 2 | -7/+8 |
* | - Fix installation of igbinary.h and php_igbinary.h | sunpoet | 2016-11-26 | 1 | -1/+13 |
* | - Update to 3.0225 | sunpoet | 2016-11-25 | 2 | -4/+4 |
* | devel/boost-*: update to 1.62.0 | jbeich | 2016-11-23 | 1 | -1/+1 |
* | In several dozen ports, use single space for WWW: line in pkg-descr, and | danfe | 2016-11-22 | 1 | -3/+3 |
* | - Upgrade to 0.08. | kuriyama | 2016-11-22 | 3 | -3/+7 |
* | - Update to 2.0.0 | sunpoet | 2016-11-21 | 2 | -5/+4 |
* | - Update to 3.0224 | sunpoet | 2016-11-21 | 2 | -4/+4 |
* | - Update to 3.03 | sunpoet | 2016-11-20 | 2 | -3/+4 |
* | - Update to 3.0223 | sunpoet | 2016-11-20 | 2 | -4/+4 |
* | converters/py-bcode: Fix python dependency | feld | 2016-11-16 | 1 | -1/+2 |
* | Mark as broken on various tier-2 archs. | linimon | 2016-11-14 | 1 | -2/+5 |
* | Chase print/py-reportlab2 expiration | antoine | 2016-11-09 | 1 | -0/+3 |
* | - Update to 1.003008 | sunpoet | 2016-11-07 | 2 | -4/+13 |
* | - Update to 2.87 | sunpoet | 2016-11-07 | 2 | -3/+4 |
* | - Update to 3.0222 | sunpoet | 2016-11-07 | 2 | -4/+4 |
* | OSVERSION needs the pre/post.mk dance. | linimon | 2016-11-04 | 1 | -1/+3 |
* | Pass maintainership of PEAR ports to the submitter | jbeich | 2016-11-03 | 1 | -1/+1 |
* | Cleanup no longer needed CHMOD usage after r424898. | mat | 2016-11-03 | 2 | -7/+3 |
* | Another bencode implementation. | feld | 2016-10-27 | 4 | -0/+25 |
* | ${RM} already has -f. | mat | 2016-10-21 | 1 | -1/+1 |
* | Remove expired PHP5.5 ports. | rene | 2016-10-21 | 4 | -84/+0 |
* | Unlink expired PHP5.5 ports. | rene | 2016-10-21 | 1 | -3/+0 |
* | Update to 2.12. | adamw | 2016-10-09 | 2 | -3/+4 |
* | - Update to 2.0 | amdmi3 | 2016-10-06 | 3 | -6/+8 |
* | - Update to 1.19 | olivierd | 2016-10-05 | 2 | -6/+6 |
* | - Unbreak | ehaupt | 2016-10-03 | 2 | -5/+8 |
* | converters/p5-LaTeXML: chase r358922 | jbeich | 2016-09-28 | 1 | -4/+2 |
* | lang/php56: Update from 5.6.25 to 5.6.26 | tz | 2016-09-23 | 3 | -3/+0 |
* | lang/php70: Update from 7.0.10 to 7.0.11 | tz | 2016-09-21 | 3 | -3/+0 |
* | - Update to 1.1 | tota | 2016-09-17 | 2 | -4/+4 |
* | Update p5-Sereal and friends to 3.015. | adamw | 2016-09-15 | 9 | -41/+45 |
* | Unmark broken on powerpc64 | swills | 2016-09-15 | 1 | -2/+0 |
* | GOOGLE_CODE has gone away. | mat | 2016-09-14 | 1 | -0/+2 |
* | converters/p5-Bencode: Update BUILD_DEPENDS | feld | 2016-09-13 | 1 | -0/+2 |
* | This module implements the BitTorrent *bencode* serialisation format, as | feld | 2016-09-13 | 5 | -0/+33 |
* | - Update to 2.10 | wen | 2016-09-12 | 2 | -4/+4 |
* | Mark NO_ARCH | ehaupt | 2016-09-10 | 1 | -0/+1 |
* | converters/wkhtmltopdf: Document SSL build requirement | marino | 2016-09-10 | 1 | -1/+1 |
* | Chase update of Poppler after revision r421386 | olivierd | 2016-09-06 | 1 | -1/+1 |
* | lang/php56: Update from 5.6.24 to 5.6.25 | tz | 2016-08-30 | 3 | -3/+3 |
* | Change www/php*-session's priority to be loaded before most other PHP extensi... | mat | 2016-08-09 | 1 | -2/+1 |
* | Don't use extension.ini any more, and have each extension install in its | mat | 2016-08-03 | 12 | -1/+12 |
* | Reset miwi@'s ports, he stepped down from the Ports Team. | rene | 2016-07-26 | 1 | -1/+1 |
* | - Add new port: converters/R-cran-base64enc | tota | 2016-07-21 | 4 | -0/+24 |
* | Cleanup $() variables in ports Makefiles. | mat | 2016-07-20 | 1 | -1/+1 |
* | - Update to 1.0 | tota | 2016-07-19 | 2 | -5/+5 |
* | - Update to 0.8.2 | cpm | 2016-07-14 | 3 | -14/+69 |
* | Always use libiconv, which has all the functions. | mat | 2016-07-06 | 1 | -2/+2 |
* | Update converters/wkhtmltopdf to 0.12.3.2 | mm | 2016-07-05 | 3 | -10/+16 |
* | Convert USE_PHP*=yes into USES=php* | mat | 2016-06-28 | 3 | -13/+4 |
* | - Update to 3.0217 | sunpoet | 2016-06-27 | 2 | -3/+4 |
* | Fast, standard compliant Bencode serialization. | pawel | 2016-06-23 | 4 | -0/+24 |
* | - Update to 0.9.22 | tota | 2016-06-17 | 2 | -4/+4 |
* | Update converters/tnef to 1.4.12 | garga | 2016-06-11 | 2 | -4/+5 |
* | - Update to 0.9.21 | tota | 2016-06-06 | 2 | -3/+4 |
* | New port: converters/rubygem-base32 | pi | 2016-06-06 | 4 | -0/+23 |
* | Github cleanup. | mat | 2016-06-01 | 2 | -3/+3 |
* | Remove useless WRKSRC definitions. | mat | 2016-05-25 | 3 | -3/+0 |
* | Convert tab after WWW: in pkg-descrs to single space as per PHB | amdmi3 | 2016-05-24 | 2 | -2/+2 |
* | - Update to 0.56 | sunpoet | 2016-05-23 | 2 | -3/+4 |
* | - Fix trailing whitespace in pkg-descrs, categories [a-f]* | amdmi3 | 2016-05-19 | 16 | -48/+48 |
* | - Update to 0.9.20 | tota | 2016-05-13 | 2 | -3/+3 |
* | - Update to 0.55 | sunpoet | 2016-04-29 | 2 | -3/+3 |
* | Convert USES=gem:autoplist to USES=gem since autoplist is default | swills | 2016-04-28 | 1 | -1/+1 |
* | create USES=gem and update rubygem- ports to use it | swills | 2016-04-28 | 1 | -2/+1 |
* | - Update to 2.27400 | sunpoet | 2016-04-25 | 2 | -4/+3 |
* | - Update BROKEN: use lowercase for leading character | sunpoet | 2016-04-23 | 1 | -1/+1 |
* | - Remove outdated PERL_LEVEL check | sunpoet | 2016-04-23 | 1 | -8/+1 |
* | many ports: mark broken on powerpc64 | swills | 2016-04-22 | 2 | -0/+4 |
* | converters/uudx: restore DragonFly support | marino | 2016-04-18 | 1 | -1/+1 |
* | converters/p5-MIME-Base32: Update version 1.02a=>1.301 | bofh | 2016-04-17 | 2 | -8/+4 |
* | - Add LICENSE_FILE | sunpoet | 2016-04-16 | 1 | -1/+2 |
* | - Update to 2.84 | sunpoet | 2016-04-15 | 2 | -4/+4 |
* | - Add PORTSCOUT | sunpoet | 2016-04-15 | 1 | -0/+2 |
* | Cleanup. | mat | 2016-04-13 | 2 | -27/+27 |
* | lang/php56: update 5.6.19 -> 5.6.20 | junovitch | 2016-04-03 | 1 | -1/+0 |
* | lang/php55: update 5.5.33 -> 5.5.34 | junovitch | 2016-04-03 | 1 | -1/+0 |
* | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. | mat | 2016-04-01 | 66 | -178/+178 |
* | Fixup some whitespace at the beginning of lines problems. | mat | 2016-04-01 | 1 | -1/+1 |
* | - Update to 2.83 | sunpoet | 2016-03-26 | 2 | -3/+3 |
* | New port: converters/py-bencoder | pi | 2016-03-20 | 4 | -0/+26 |
* | These ports do not build with PHP 7.0, make them as such. | mat | 2016-03-14 | 1 | -0/+1 |
* | - Drop unneeded USES=tar:bzip2 | amdmi3 | 2016-03-09 | 1 | -1/+1 |
* | Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX. | mat | 2016-03-08 | 1 | -2/+2 |
* | - Update to 2.82 | sunpoet | 2016-03-06 | 2 | -3/+3 |
* | - Update to 3.0213 | sunpoet | 2016-03-06 | 2 | -3/+3 |
* | Update to 3.02. | adamw | 2016-02-27 | 2 | -4/+7 |
* | converters/p5-WAP-wbxm: Update version 1.13=>1,14 | bofh | 2016-02-20 | 2 | -4/+6 |
* | - Ignore php70 | miwi | 2016-02-18 | 2 | -0/+2 |
* | - Update to 0.78 | jadawin | 2016-02-16 | 2 | -3/+3 |
* | Welcome php 7.0.3 | miwi | 2016-02-15 | 5 | -0/+84 |
* | Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the | rene | 2016-02-15 | 5 | -85/+0 |
* | - Update to 2.80 | sunpoet | 2016-02-02 | 2 | -3/+3 |
* | Fix pkg-plist after revision r407130 | olivierd | 2016-01-24 | 1 | -1/+1 |
* | - Update to 1.18 | olivierd | 2016-01-24 | 2 | -8/+7 |
* | Update to 0.04.19. | rakuco | 2016-01-24 | 2 | -3/+3 |
* | - Update to 2.79 | sunpoet | 2016-01-23 | 2 | -3/+3 |
* | Update poppler to 0.40.0. [1] | kwm | 2016-01-22 | 1 | -0/+1 |
* | - Update to 3.0211 | sunpoet | 2016-01-17 | 2 | -3/+3 |
* | - Update to 0.06 | sunpoet | 2016-01-17 | 2 | -5/+5 |
* | - Update to 1.12 | sunpoet | 2016-01-13 | 2 | -3/+4 |
* | Convert LICENSE= "GPLxx # or later" to "GPLxx+" | amdmi3 | 2016-01-13 | 5 | -5/+5 |
* | converters/p5-Encoding-BER: 1.00 -> 1.02 | pi | 2016-01-12 | 2 | -5/+3 |
* | Fix `make fetch'. | rakuco | 2015-12-29 | 1 | -3/+1 |
* | - Update to 0.19.7 | sunpoet | 2015-12-22 | 4 | -9/+11 |
* | Fix usage of ${PERL5}. | mat | 2015-12-18 | 1 | -7/+2 |
* | Bump PORTREVISION, not PORTVERSION. | ale | 2015-12-16 | 3 | -3/+3 |
* | Switch to onigurum5 port and bump PORTREVISION. | ale | 2015-12-15 | 3 | -0/+3 |
* | New port: converters/xml2c | pi | 2015-12-13 | 4 | -0/+33 |
* | Update the p5-Sereal group to 3.014. While here, add all missing | adamw | 2015-12-13 | 6 | -11/+16 |
* | Don't use GH_TAGNAME when DISTVERSION* variables can be used. | mat | 2015-12-08 | 2 | -3/+3 |
* | - Add LICENSE | amdmi3 | 2015-12-07 | 1 | -6/+10 |
* | - Update to 0.9.19 | tota | 2015-12-06 | 2 | -3/+3 |
* | - Clarify LICENSE | amdmi3 | 2015-12-06 | 1 | -1/+4 |
* | FPC ecosystem: Upgrade version 2.6.4 => 3.0.0 | marino | 2015-12-06 | 2 | -9/+3 |
* | - Add LICENSE_FILE | amdmi3 | 2015-12-05 | 1 | -1/+2 |
* | - Update to 3.0210 | sunpoet | 2015-12-04 | 2 | -3/+3 |
* | - Add LICENSE | amdmi3 | 2015-12-02 | 1 | -2/+8 |
* | - Update to 3.0205 | sunpoet | 2015-12-02 | 2 | -3/+3 |
* | Revert r402717. The issue has been worked around in the base /usr/share/mk. | bdrewery | 2015-12-01 | 1 | -2/+0 |
* | Avoid using WITH_FAST_DEPEND. | bdrewery | 2015-12-01 | 1 | -0/+2 |
* | Remove expired ports: | rene | 2015-11-29 | 5 | -35/+0 |
* | - Update to 3.0203 | sunpoet | 2015-11-28 | 2 | -5/+9 |
* | - Take Maintainership | miwi | 2015-11-26 | 1 | -1/+1 |
* | - Add LICENSE | sunpoet | 2015-11-21 | 1 | -0/+4 |
* | - Update to 1.125 | sunpoet | 2015-11-20 | 2 | -4/+6 |
* | - Clarify LICENSE | amdmi3 | 2015-11-20 | 1 | -10/+11 |
* | - Switch to options helpers | amdmi3 | 2015-11-19 | 1 | -0/+2 |
* | - Add LICENSE_FILE | amdmi3 | 2015-11-18 | 1 | -0/+3 |
* | - Update to 0.2.15 | tota | 2015-11-17 | 3 | -5/+4 |
* | converters/py-unidecode: update to 0.04.18 | wg | 2015-11-15 | 2 | -3/+3 |
* | - Strip shared library | sunpoet | 2015-11-15 | 2 | -2/+5 |
* | - Strip shared library | sunpoet | 2015-11-15 | 2 | -1/+5 |
* | - Sort PLIST | sunpoet | 2015-11-15 | 1 | -1/+1 |
* | - Update to 2.11 | sunpoet | 2015-11-10 | 3 | -9/+4 |
* | Mark a few ports BROKEN: unfetchable | antoine | 2015-11-09 | 1 | -0/+2 |
* | Update to 1.100312. | tobez | 2015-11-09 | 2 | -4/+3 |
* | Fix ports that confused the meaning of WRKDIR and WRKSRC. | mat | 2015-11-05 | 1 | -3/+3 |
* | Update to 1.04. | tobez | 2015-11-05 | 2 | -4/+3 |
* | - Switch to options helpers | amdmi3 | 2015-11-04 | 1 | -1/+1 |
* | - Update to 0.54 | sunpoet | 2015-10-30 | 2 | -3/+4 |
* | Deprecate ports broken for more than 6 months | antoine | 2015-10-26 | 1 | -0/+2 |
* | - Update to 2.10 | sunpoet | 2015-10-20 | 3 | -7/+15 |
* | Fixes to r399104. Don't use hard coded /usr/local in patch files, and | flo | 2015-10-12 | 2 | -3/+3 |
* | Update wbxml2 to 0.11.2 | flo | 2015-10-12 | 2 | -1/+2 |
* | Remove iconv(), iconv_open() and iconv_close() symbols from libiconv. | tijl | 2015-10-10 | 2 | -12/+1 |
* | Add erlang-base64url, URL safe base64-compatible codec. | vanilla | 2015-09-29 | 5 | -0/+30 |
* | - Drop 8.x support | amdmi3 | 2015-09-28 | 1 | -6/+0 |
* | - Update to 2.78 | sunpoet | 2015-09-26 | 2 | -3/+3 |
* | - Update to 0.28 | sunpoet | 2015-09-21 | 2 | -4/+6 |
* | Typos, whitespace and capitalization fixes (A-F). | olgeni | 2015-09-21 | 2 | -3/+3 |
* | Add <cstring> and/or <cstdlib> to support modern gcc | marino | 2015-09-21 | 1 | -0/+10 |
* | Add <cstring> and/or <cstdlib> to 7 ports to support modern gcc | marino | 2015-09-21 | 2 | -0/+20 |
* | - Add LICENSE | sunpoet | 2015-09-18 | 1 | -0/+4 |
* | - Add NO_ARCH | sunpoet | 2015-09-18 | 1 | -0/+1 |
* | - Add NO_ARCH | sunpoet | 2015-09-18 | 1 | -0/+1 |
* | - Add NO_ARCH | sunpoet | 2015-09-18 | 2 | -1/+2 |
* | - Update to 2.77 | sunpoet | 2015-09-18 | 3 | -4/+7 |
* | Make it so that the default Perl is always called perl5. | mat | 2015-09-14 | 14 | -23/+23 |
* | Modify to only use gtk2 | bapt | 2015-09-14 | 1 | -11/+1 |
* | - Update to 0.9.17 | tota | 2015-09-13 | 2 | -3/+3 |
* | - Remove "BROKEN on powerpc" statement: the port builds and links fine | danfe | 2015-09-04 | 1 | -17/+10 |
* | - Improve COMMENT: make it concise and mention that it's about Base64 | danfe | 2015-09-03 | 3 | -15/+28 |
* | - Add LICENSE | sunpoet | 2015-08-25 | 1 | -4/+5 |
* | - Update to 1.124 | sunpoet | 2015-08-22 | 2 | -4/+3 |
* | - Update The Glorious Glasgow Haskell Compiler to version 7.10.2 | pgj | 2015-08-21 | 15 | -103/+73 |
* | - Add NO_ARCH | amdmi3 | 2015-08-20 | 1 | -0/+1 |
* | Convert ports to use the options helpers in categories [abc]*, and minor fixes. | mat | 2015-08-19 | 5 | -34/+11 |
* | Reset maintainer | erwin | 2015-08-19 | 1 | -1/+1 |
* | converters/p5-LaTeXML: Makefile cleanup and improve pkg-descr | pi | 2015-08-18 | 2 | -6/+6 |
* | - Add new port: converters/R-cran-jsonlite | tota | 2015-08-09 | 4 | -0/+32 |
* | - editors/lazarus update to 1.4.2 | acm | 2015-08-09 | 1 | -1/+1 |
* | New port: converters/ocaml-base64 | vg | 2015-08-06 | 4 | -0/+37 |
* | New port: converters/ocaml-jsonm | vg | 2015-08-06 | 4 | -0/+46 |
* | Update pdf2djvu to 0.7.21. | kwm | 2015-08-03 | 5 | -156/+6 |
* | By default libtool replaces -export-symbols <file> with -retain-symbols-file | tijl | 2015-08-02 | 1 | -1/+1 |
* | - Update to 2.76 | sunpoet | 2015-08-02 | 2 | -3/+3 |
* | This module provides two functions to encode and decode base32 strings. | pi | 2015-07-28 | 5 | -0/+23 |
* | - Add NO_ARCH | amdmi3 | 2015-07-25 | 1 | -0/+1 |
* | - Update to 0.77 | sunpoet | 2015-07-24 | 2 | -4/+3 |
* | Convert::Moji creates objects which can be used to convert between | kuriyama | 2015-07-22 | 5 | -0/+31 |
* | - Update to 1.5 | sunpoet | 2015-07-13 | 2 | -5/+9 |
* | - Update to 2.75 | sunpoet | 2015-07-02 | 2 | -3/+3 |
* | - Switch to new github home [1] | amdmi3 | 2015-07-01 | 3 | -8/+14 |
* | After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary, | adamw | 2015-06-29 | 5 | -10/+0 |
* | - Remove DOCS option | sunpoet | 2015-06-29 | 1 | -9/+1 |
* | - Update to 2.74 | sunpoet | 2015-06-28 | 3 | -6/+10 |
* | - Update to 11.3 | sunpoet | 2015-06-28 | 3 | -29/+6 |
* | - Update to 11.3.1 | sunpoet | 2015-06-28 | 2 | -3/+3 |
* | - Update to 11.3.0 | sunpoet | 2015-06-28 | 2 | -3/+6 |
* | - Update to 11.3.0 | sunpoet | 2015-06-28 | 2 | -3/+3 |
* | - Update to 11.3.0 | sunpoet | 2015-06-28 | 2 | -4/+6 |
* | - Update to 11.3.1 | sunpoet | 2015-06-28 | 4 | -104/+217 |
* | Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The | adamw | 2015-06-24 | 2 | -2/+0 |
* | - Update to 1.05 | amdmi3 | 2015-06-23 |