Port details |
- heirloom-mailx BSD mail utility with MIME, IMAP, POP3, SMTP, and S/MIME extensions
- 12.4_10 mail
=6 12.4_10Version of this port present on the latest quarterly branch. - Maintainer: cy@FreeBSD.org
 - Port Added: 2006-11-05 17:56:34
- Last Update: 2022-01-27 02:36:59
- Commit Hash: c4f8092
- People watching this port, also watch:: sudo, procmail, rsync, sqlite3, libgcrypt
- License: BSD4CLAUSE
- Description:
- Heirloom mailx (formerly known as "nail") is derived from Berkeley
Mail and provides the functionality of the System V and POSIX mailx
commands. Additional features include support for MIME, IMAP
(including caching and disconnected use), POP3, SMTP, S/MIME,
international character sets, maildir folders, message threading,
powerful search methods, scoring, and a Bayesian junk mail filter.
Mailx can be used as a mail batch language in nearly the same way as
it is used interactively. It can thus act as a mailbox filter, can
fetch mail from remote accounts, and can send files as attachments.
WWW: http://heirloom.sourceforge.net/mailx.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- heirloom-mailx>0:mail/heirloom-mailx
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/mail/heirloom-mailx/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/heirloom-mailx
- pkg install heirloom-mailx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: heirloom-mailx
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mailx-12.4.tar.bz2) = 92201e769fe346bc0364c87437a330ef3c97ab3e9d7b2235b93f509e85e5716a
SIZE (mailx-12.4.tar.bz2) = 271482
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for heirloom-mailx-12.4_10:
DOCS=on: Build and/or install documentation
IPV6=on: IPv6 protocol support
===> Use 'make config' to modify these settings
- Options name:
- mail_heirloom-mailx
- USES:
- cpe iconv localbase ssl tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
27 Jan 2022 02:36:59 12.4_10
|
Cy Schubert (cy)  Author: Andrea Biardi |
mail/heirloom-mailx: Fix wrong UTC offset for Europe/Dublin
Somewhere around 2018, the tzdata maintainers (IANA) corrected a
historical mistake with the Europe/Dublin timezone. The mistake was
rooted in a misunderstanding of whether IST meant "Irish Summer Time"
or "Irish Standard Time".
The problem was discussed at great length
(http://mm.icann.org/pipermail/tz/2018-January/thread.html) and it was
concluded that IST really meant Irish *Standard* Time (in constrast with,
say, British *Summer* Time), and that this standard time is defined as
UTC+0100.
This corresponds to the article at
https://en.wikipedia.org/wiki/Time_in_the_Republic_of_Ireland and the (Only the first 15 lines of the commit message are shown above ) |
26 Jan 2022 22:30:14 12.4_9
|
Cy Schubert (cy)  |
mail/heirloom-mailx: Use the proper progname in argv[0]
When argv[0] does not match that af the program name passed to
execv(2), mailwrapper cannot determine which application to call
in its translation table resulting in:
mailwrapper: no mapping in /etc/mail/mailer.conf
MFH: 2022Q1 |
29 Oct 2021 09:50:18 12.4_8
|
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
08 Oct 2021 11:24:11 12.4_8
|
Bernhard Froehlich (decke)  |
mail/heirloom-mailx: Add CPE information
Approved by: portmgr (blanket) |
07 Apr 2021 08:09:01 12.4_8
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 12.4_8
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Oct 2019 12:06:22
12.4_8
|
bapt  |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
15 Oct 2018 02:56:37
12.4_8
|
cy  |
Jettison SSLv2 support. Not only does this allow mail/mailx to
build using openssl111 in base but SSLv2 is insecure. |
21 Jun 2017 02:30:36
12.4_7
|
cy  |
Switch to USES=localbase. |
04 Jul 2016 19:23:44
12.4_7
|
cy  |
Assume maintainership.
PR: 210762 |
02 Jul 2016 11:22:00
12.4_7
|
brnrd  |
mail/heirloom-mailx: Fix build without EGD
- Add patch for building without EGD (OpenSSL 1.1/LibreSSL)
- Move from USE_OPENSSL to USES=ssl
PR: 205540
Approved by: Maintainer timeout |
04 Feb 2015 19:33:25
12.4_7
|
pawel  |
Fix path to sendmail binary that was accidentally removed
during a previous update
PR: 196082
Submitted by: Jamie Landeg-Jones <jamie@dyslexicfish.net> (maintainer) |
09 Jan 2015 17:57:43
12.4_6
|
tijl  |
Fix build when OpenSSL doesn't support SSL2/SSL3
PR: 195796 |
05 Aug 2014 00:20:21
12.4_6
|
pi  |
mail/heirloom-mailx: remove SENDMAIL option, wrapper is sufficient
PR: 190134
Approved by: jamie@dyslexicfish.net (maintainer) |
04 Aug 2014 09:49:46
12.4_5
|
pi  |
mail/heirloom-mailx: add option to use sendmail from ports, and take ownership
PR: 190134
Submitted by: Jamie Landeg-Jones <jamie@dyslexicfish.net> |
08 Jun 2014 13:19:06
12.4_4
|
vanilla  |
1: Stagify.
2: due pkg-plist changed, bump version. |
20 Sep 2013 19:59:14
12.4_3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
27 Apr 2013 11:59:29
12.4_3
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
20 Feb 2013 20:11:09
12.4_3
|
bapt  |
Convert to new options framework |
20 Feb 2013 16:08:59
12.4_3
|
fluffy  |
- Reassign ports from avl@ back to pool at his request.
Submitted by: avl via IM
Approved by: avl via IM |
28 Jul 2012 15:57:56
12.4_3
|
cs  |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
24 Sep 2011 09:43:01
12.4_3
|
avl  |
- Fix build with OpenSSL 1.x
PR: ports/158933
Submitted by: D'Arcy Cain <darcy at Vex.Net>
Obtained from: heirloom-mailx CVS |
23 Sep 2011 22:26:39
12.4_3
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
03 Jul 2011 13:53:52
12.4_3
|
ohauer  |
- remove MD5 |
11 May 2010 22:05:32
12.4_3
|
avl  |
- Add a patch to fix "unignore" and similar commands
- Bump PORTREVISION
PR: ports/146280
Submitted by: B. Smith <anon_101100 at yahoo.com>
Obtained from: developers cvs |
14 Oct 2009 12:24:03
12.4_2
|
avl  |
- Fix wrong PKGNAME
PR: ports/139577
Submitted by: Jamie Landeg Jones <jamie at bishopston.net> |
22 Aug 2009 00:28:34
12.4_1 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
28 May 2009 20:44:16
12.4_1
|
avl  |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor) |
31 Mar 2009 08:57:19
12.4_1
|
miwi  |
- Make MAKE_JOBS_UNSAFE
PR: 133125
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
01 Dec 2008 14:23:52
12.4_1
|
amdmi3  |
- Add mutual conflicts to mail/heirloom-mailx and mail/mailx: both install
bin/mailx
PR: 129332
Submitted by: Alexander Logvinov <ports at logvinov dot com> (maintainer of
mail/heirloom-mailx)
Reported by: Evgeniy Pismenchuk <evpian at gmail dot com> |
15 Aug 2008 00:27:48
12.4
|
edwin  |
[maintainer update] mail/heirloom-mailx: update to 12.4
Update to 12.4
See http://heirloom.sourceforge.net/mailx/ChangeLog
Add option for IPv6 Support
PR: ports/126293
Submitted by: Alexander Logvinov <ports@logvinov.com> |
16 Jul 2007 07:35:42
12.3
|
miwi  |
- Update to 12.3
PR: 114608
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
08 Jan 2007 08:46:20
12.2
|
clsung  |
- Update to 12.2
PR: ports/107670
Submitted by: maintainer (Alexander Logvinov) |
20 Dec 2006 12:30:25
12.1
|
gabor  |
- Add ipv6 to CATEGORIES
PR: ports/106893
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: erwin (mentor),
Alexander Logvinov <ports@logvinov.com> (maintainer) |
05 Nov 2006 17:55:56
12.1
|
alepulver  |
- Complete repocopy of mail/nail to mail/heirloom-mailx.
PR: ports/104693
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |