non port: mail/heirloom-mailx/Makefile |
SVNWeb
|
Number of commits found: 33 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 27 Jan 2022
|
[ 02:36 Cy Schubert (cy) Author: Andrea Biardi ] c4f8092
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 )
|
Wed, 26 Jan 2022
|
[ 22:30 Cy Schubert (cy) ] 849299d
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
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: 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)
|
Fri, 8 Oct 2021
|
[ 11:24 Bernhard Froehlich (decke) ] cb3fe26
mail/heirloom-mailx: Add CPE information
Approved by: portmgr (blanket)
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 9 Oct 2019
|
[ 12:06 bapt ] (Only the first 10 of 39 ports in this commit are shown above. )
Drop the ipv6 virtual category for m* category as it is not relevant anymore
|
Mon, 15 Oct 2018
|
[ 02:56 cy ]
Jettison SSLv2 support. Not only does this allow mail/mailx to
build using openssl111 in base but SSLv2 is insecure.
|
Wed, 21 Jun 2017
|
[ 02:30 cy ]
Switch to USES=localbase.
|
Mon, 4 Jul 2016
|
[ 19:23 cy ]
Assume maintainership.
PR: 210762
|
Sat, 2 Jul 2016
|
[ 11:22 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
|
Wed, 4 Feb 2015
|
[ 19:33 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)
|
Tue, 5 Aug 2014
|
[ 00:20 pi ]
mail/heirloom-mailx: remove SENDMAIL option, wrapper is sufficient
PR: 190134
Approved by: jamie@dyslexicfish.net (maintainer)
|
Mon, 4 Aug 2014
|
[ 09:49 pi ]
mail/heirloom-mailx: add option to use sendmail from ports, and take ownership
PR: 190134
Submitted by: Jamie Landeg-Jones <jamie@dyslexicfish.net>
|
Sun, 8 Jun 2014
|
[ 13:19 vanilla ]
1: Stagify.
2: due pkg-plist changed, bump version.
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Wed, 20 Feb 2013
|
[ 20:11 bapt ]
Convert to new options framework
|
[ 16:08 fluffy ] (Only the first 10 of 60 ports in this commit are shown above. )
- Reassign ports from avl@ back to pool at his request.
Submitted by: avl via IM
Approved by: avl via IM
|
Sat, 28 Jul 2012
|
[ 15:57 cs ] (Only the first 10 of 75 ports in this commit are shown above. )
Fix typos in COMMENT
Approved by: portmgr@ (implicit)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Tue, 11 May 2010
|
[ 22:05 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
|
Wed, 14 Oct 2009
|
[ 12:24 avl ]
- Fix wrong PKGNAME
PR: ports/139577
Submitted by: Jamie Landeg Jones <jamie at bishopston.net>
|
Sat, 22 Aug 2009
|
[ 00:28 amdmi3 ] (Only the first 10 of 287 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with M
|
Thu, 28 May 2009
|
[ 20:44 avl ] (Only the first 10 of 84 ports in this commit are shown above. )
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor)
|
Tue, 31 Mar 2009
|
[ 08:57 miwi ]
- Make MAKE_JOBS_UNSAFE
PR: 133125
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
Mon, 1 Dec 2008
|
[ 14:23 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>
|
Fri, 15 Aug 2008
|
[ 00:27 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>
|
Mon, 16 Jul 2007
|
[ 07:35 miwi ]
- Update to 12.3
PR: 114608
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
Mon, 8 Jan 2007
|
[ 08:46 clsung ]
- Update to 12.2
PR: ports/107670
Submitted by: maintainer (Alexander Logvinov)
|
Wed, 20 Dec 2006
|
[ 12:30 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)
|
Sun, 5 Nov 2006
|
[ 17:55 alepulver ]
- Complete repocopy of mail/nail to mail/heirloom-mailx.
PR: ports/104693
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
|
Number of commits found: 33 |