aboutsummaryrefslogtreecommitdiffstats
path: root/mail/chk4mail
Commit message (Collapse)AuthorAgeFilesLines
* Update chk4mail to 2.28johans2015-03-222-3/+3
|
* Enable stage supportjohans2013-12-301-5/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | mail)
* Update chk4mail to 2.27 (bugfix release)johans2013-06-142-8/+3
|
* Update chk4mail to 2.26johans2012-11-132-3/+3
| | | | Feature safe: yes
* - remove MD5ohauer2011-07-031-1/+0
|
* Update my mail address to @FreeBSD.orgjohans2010-02-241-1/+1
| | | | Feature safe: yes
* Update to 2.25johans2009-11-202-4/+4
|
* Update to 2.24johans2009-04-032-4/+4
|
* Update to 2.23johans2008-10-282-4/+5
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Update to 2.22johans2008-02-262-4/+4
|
* - Update to 2.21johans2007-12-182-4/+4
|
* - Update to 2.20pav2006-03-162-4/+4
| | | | | PR: ports/94239 Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Update to 2.19garga2005-07-222-3/+4
| | | | | | PR: ports/83865 Submitted by: Johan van Selst <johans@stack.nl> (maintainer) Approved by: flz (mentor)
* New chk4mail version 2.18 includes support for Maildir subfoldersthierry2004-11-153-7/+7
| | | | | | | | | like courier-mta uses. Remove pkg-plist. PR: ports/73948 Submitted by: maintainer.
* Update to 2.17:vs2004-03-252-2/+3
| | | | | | | | | | - Fixed bug in {n,}frm compatibility. - Added $CHK4MAIL_OPTIONS for a default options list. - Added $MAIL_UNREAD_AS_OLD as dirty alternative for -u. PR: 64666 Submitted by: Johan van Selst (maintainer) Approved by: linimon (mentor)
* Upgrade to 2.15.obraun2003-03-262-3/+4
| | | | | PR: ports/50314 Submitted by: maintainer
* Update of chk4mail to version 2.14leeym2003-02-232-2/+2
| | | | | PR: 48588 Submitted by: Johan van Selst <johans@stack.nl>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Add chk4mail 2.12, a utility to quickly check multiple folders for new email.obraun2003-01-195-0/+31
PR: ports/44314 Submitted by: Johan van Selst <johans@stack.nl>