aboutsummaryrefslogtreecommitdiff
path: root/mail/mairix
Commit message (Collapse)AuthorAgeFilesLines
* mail/mairix: fix build with GCC-based architecturesPiotr Kubaj2019-08-241-1/+1
| | | | | | | | | | C11 compiler is necessary: parse.c:1889: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=509732
* mail/mairix: Fix build with non-default prefixKoichiro Iwao2019-03-051-1/+2
| | | | | | | | | | PR: 236172 Submitted by: John Hein <jcfyecrayz@liamekaens.com> Approved by: jjuanino@gmail.com (maintainer) MFH: 2019Q1 Notes: svn path=/head/; revision=494671
* mail/mairix: Update to 0.24Yuri Victorovich2018-02-204-17/+43
| | | | | | | | | | | | | | | | Additional port changes: * Switched SF->GitHub * Added LICENSE_FILE * Added USES=ssl * Added the BSD patch (upstreamed) * Simplified *install target accordingly PR: 224817 Submitted by: jjuanino@gmail.com (maintainer) Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462417
* Mark more ports broken that fail on both armv6 and armv7.Mark Linimon2017-12-091-0/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=455813
* - update to 0.23Ruslan Makhmatkhanov2014-02-122-21/+13
| | | | | | | | | | | | | | | | - support staging while here: - move manpages to packing-list - remove MAKE_JOBS_UNSAFE - builds fine here - install docs and examples to stage area unconditionally - remove redundant inclusion of bsd.port.options.mk PR: 186667 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Notes: svn path=/head/; revision=343883
* Mark as jobs unsafe, the port doesn't build in parallel.Ulrich Spörlein2014-02-081-1/+2
| | | | | | | | | | % for i in `jot 20`; do { make clean && make; } >/dev/null 2>&1; echo -n " $?"; done; echo 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 % for i in `jot 20`; do { make clean && make -DMAKE_JOBS_UNSAFE; } >/dev/null 2>&1; echo -n " $?"; done; echo 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Notes: svn path=/head/; revision=343321
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Convert USE_GMAKE (add gmake to USES)Alexey Dokuchaev2013-07-271-24/+26
| | | | | | | | | | | | | - Define LICENSE (GPLv2) - Make the port parallel build (-jX) safe - Install manpages relative to MANPREFIX - Add DOCS and EXAMPLES options; use new smart syntax - Rename BZIP option to our standard BZIP2 Reported by: pointyhat-west Notes: svn path=/head/; revision=323781
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Fix typos in COMMENTCarlo Strub2012-07-251-1/+1
| | | | Notes: svn path=/head/; revision=301510
* * Enable support of gzip- and bzip2-compressed mbox.Xin LI2012-07-021-0/+20
| | | | | | | | | PR: ports/169128 Submitted by: gjb Approved by: maintainer timeout Notes: svn path=/head/; revision=300392
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* - Update to 0.22Martin Wilke2010-06-202-5/+4
| | | | | | | | | PR: 147807 Submitted by: José García Juanino <jjuanino@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=256744
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - Pass maintainership alongWesley Shields2009-02-131-1/+1
| | | | Notes: svn path=/head/; revision=228213
* Set maintainer to ports@Oliver Braun2008-11-091-1/+1
| | | | Notes: svn path=/head/; revision=222588
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Update to 0.21.Oliver Braun2007-06-232-4/+4
| | | | Notes: svn path=/head/; revision=194131
* Update to 0.20.Oliver Braun2007-03-203-15/+6
| | | | Notes: svn path=/head/; revision=187827
* Reawake USE_BISON after my cleanup.Oliver Braun2006-08-161-0/+1
| | | | Notes: svn path=/head/; revision=170824
* * Upgrade to 0.19.Oliver Braun2006-08-157-224/+30
| | | | | | | * Big cleanup. Notes: svn path=/head/; revision=170742
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Upgrade to 0.17.1.Oliver Braun2006-01-032-3/+4
| | | | Notes: svn path=/head/; revision=152685
* Reawake patches in order to build on -CURRENT.Oliver Braun2005-09-163-4/+206
| | | | Notes: svn path=/head/; revision=142957
* Add dependency on bison.Oliver Braun2005-09-041-0/+1
| | | | | | | Obtained from: pointyhat Notes: svn path=/head/; revision=141937
* Upgrade to 0.16.1.Oliver Braun2005-09-024-207/+3
| | | | Notes: svn path=/head/; revision=141809
* Upgrade to 0.15.2.Oliver Braun2005-04-102-3/+3
| | | | Notes: svn path=/head/; revision=132893
* Upgrade to 0.15.1.Oliver Braun2004-12-182-3/+3
| | | | Notes: svn path=/head/; revision=124375
* Upgrade to 0.15.Oliver Braun2004-08-262-3/+3
| | | | Notes: svn path=/head/; revision=117365
* deUSE_SIZEify.Oliver Braun2004-03-111-1/+0
| | | | Notes: svn path=/head/; revision=103612
* Fix for -currentOliver Braun2004-02-163-3/+114
| | | | Notes: svn path=/head/; revision=101043
* * Upgrade to 0.14.1.Oliver Braun2004-02-163-9/+7
| | | | | | | * Change MASTER_SITES and WWW. Notes: svn path=/head/; revision=101015
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* SIZE-ifyOliver Braun2004-01-312-0/+2
| | | | Notes: svn path=/head/; revision=99595
* Fix build on -current.Oliver Braun2003-07-272-1/+93
| | | | Notes: svn path=/head/; revision=85668
* Install dotmairixrc.eg in ${EXAMPLESDIR}Oliver Braun2003-07-122-2/+6
| | | | | | | Requested by: Shawn Yeager <mail@shawnyeager.com> Notes: svn path=/head/; revision=84771
* Add USE_BISON.Oliver Braun2003-07-071-0/+1
| | | | | | | Noticed by: kris, bento Notes: svn path=/head/; revision=84357
* Upgrade to 0.11.Oliver Braun2003-07-022-2/+2
| | | | Notes: svn path=/head/; revision=84022
* Mairix is a program for indexing and searching email messages stored in MaildirOliver Braun2003-03-274-0/+36
or MH folders. Notes: svn path=/head/; revision=77556