/misc/bibletime/

wspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
Commit message (Collapse)AuthorAgeFilesLines
* mail/exim: fix handling of WITH_MYSQL_VERrea2013-06-231-6/+5
| | | | | | | | | | | | | | | | - fix introduction of bogus MYSQL_VER option that appeared after blind conversion to OPTIONSng in r320120; - drop support for WITH_MYSQL_VER="auto": this is an obsolete setting that currently has the same effect as not defining WITH_MYSQL_VER at all; - don't set WANT_MYSQL_VER based on WITH_MYSQL_VER: setting the latter is enough, since we don't insist on any particular MySQL version. PR: ports/179719 QA page: http://codelabs.ru/fbsd/ports/qa/mail/exim/4.80.1_2-p1
* Fix conversions typosbapt2013-06-091-2/+2
| | | | Reported by: miwi
* - fix PORT_OPTIONS s/)/}/ohauer2013-06-071-3/+3
|
* Convert to new options frameworkbapt2013-06-072-141/+196
|
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-2/+2
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-27