Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8 01 Mar 2024 21:11:19 |
Cy Schubert (cy) |
mail/nmh: move man pages |
1.8 21 Feb 2023 16:08:45 |
Cy Schubert (cy) |
mail/nmh: Update to 1.8 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.7.1_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.7.1_4 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.7.1_4 07 Feb 2022 04:55:24 |
Cy Schubert (cy) |
mail/nmh*: Change default mail transport method
nmh supports three mail transport methods: smtp, which submits email to
the submission port (587), sendmail/smtp, submitting SMTP to the MTA
through a pipe, and sendmail/pipe, submitting raw email to the MTA where
the MTA extracts the from and to headers from the email itself, using
sendmail -t.
The reason for this change is to support the upcoming 14-CURRENT
switchover from sendmail to dma (DragonflyBSD Mail Agent). The dma agent
only supports SMTP over port 25 and works well using sendmail -t while
all other transport methods do not work.
This change only affects new installs of nmh and nmh-devel. Users of
existing nmh installations who wish to use the new dma agent will need
to alter ${LOCALBASE}/etc/nmh/mts.conf by hand by changing the mts
statement to mts: sendmail/pipe. The existing file is not altered when
pkg upgrade is invoked. However users of sendmail in base, sendmail
port, postfix, exim, and qmail are not affected by this and may use
their existing mts.conf.
The dma agent is not currently installed by default but users may install
it by enabling MK_DMAGENT in src.conf and building/installing 14-CURRENT
world. This patch allows nmh to work with dma agent when it is installed
and made to be the default MTA in /etc/mail/mailer.conf. |
1.7.1_3 07 Feb 2022 04:55:24 |
Cy Schubert (cy) |
mail/nmh*: Depend on devel/liblockfile
devel/liblockfile is a library dependency.
Reported by: stage-qa |
1.7.1_2 06 Feb 2022 01:08:24 |
Cy Schubert (cy) |
mail/nmh*: Register conflicts
Register install conflicts between the two nmh ports. |
1.7.1_2 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.7.1_2 23 Nov 2021 22:11:40 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
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").
Approved by: portmgr (blanket) |
1.7.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.1_2 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
1.7.1_2 06 Jul 2019 16:40:56 |
cy |
All conflicts are actually install, not build, conflicts. |
1.7.1_2 04 Jul 2019 03:26:49 |
cy |
Recommended by our nmh upline, make the W3M option to depend on
www/w3m the default in order to install a text-based browser
to render HTML for nmh. Users can still deselect the option to
obtain a leaner install base. The other HTML rendering options
also still available.
Suggested by: Ken Hornstein <kenh@cmf.nrl.navy.mil> (nmh upline) |
1.7.1_1 03 Jul 2019 20:42:26 |
cy |
Sort radio button options and fix two typos.
MFH: 2019Q3 |
1.7.1_1 03 Jul 2019 19:45:01 |
cy |
Add text-based browser dependency options. Text-based browsers are used
to render HTML. The dependencies are build and run dependencies, build
dependencies because nmh auto-configures itself at build time for text
based browsers it finds. The nmh upstream developer,
Ken Hornstein <kenh@cmf.nrl.navy.mil>, prefers w3m but any text-based
browser will do. The browser option is not default in order to satisfy
minimalist install rerequirements.
Reported by: Ken Hornstein <kenh@cmf.nrl.navy.mil> (upstream)
MFH: 2019Q3 |
1.7.1_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
1.7.1 22 Mar 2018 22:47:20 |
cy |
Update 1.7 --> 1.7.1 |
1.7 18 Nov 2017 19:24:09 |
cy |
Update 1.6 --> 1.7 |
1.6_1 05 Oct 2017 01:54:46 |
cy |
Register conflicts.
Reported by: rodrigo |
1.6_1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.6_1 08 Dec 2016 19:23:25 |
tijl |
Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.6 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.6 05 Feb 2016 09:56:11 |
marino |
mail/nmh: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
1.6 26 Sep 2015 20:42:08 |
antoine |
- Convert to @sample
- Cleanup plist |
1.6 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.6 10 May 2015 04:01:23 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
1.6 07 Jul 2014 15:31:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.
CR: D306
Approved by: portmgr (bapt) |
1.6 17 Jun 2014 12:52:46 |
cy |
Update 1.5 --> 1.6.
Submitted by: Mikhail <mp39590@gmail.com> |
1.5_1 30 May 2014 06:06:30 |
cy |
Add useful information in the form of pkg-message. |
1.5 27 Feb 2014 14:49:56 |
miwi |
- Remove empty dirs and files |
1.5 02 Feb 2014 18:54:56 |
cy |
Clean up nmh port.
- Convert to USES
- Stage support
- Convert more options to OptionsNG
- Add TLS option
- Update to use pkg-message instead of pkg-install for final message
- Add WITH_DEBUG support
- Add LICENSE directive
PR: 186380
Submitted by: Mikhail <mp39590@gmail.com> |
1.5 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.5 07 Mar 2013 16:53:46 |
miwi |
- Convert to OptionsNG
- Trim header
Reviewed by: bapt |
1.5 04 Jan 2013 06:08:27 |
cy |
Fix Makefile bug introduced in r308609.
PR: 174962
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> |
1.5 03 Jan 2013 20:57:18 |
cy |
update 1.3 --> 1.5.
Assume maintainership.
PR: 174312
Submitted by: cy
Approved by: Maintainer timeout |
1.3_1 10 Dec 2012 15:10:03 |
ume |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
1.3 21 Jun 2011 18:22:32 |
sylvio |
- Update to 1.3
- Unbreak on 9.x
PR: ports/157514
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: maintainer timeout (>18days) |
1.2_3 09 Dec 2010 20:15:13 |
erwin |
Fix OSVERSION in BROKEN
Submitted by: Angelo Turetta <aturetta@commit.it> |
1.2_3 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.2_3 25 Nov 2010 22:05:22 |
erwin |
Mark BROKEN on HEAD |
1.2_3 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.2_3 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.2_2 20 Nov 2009 22:53:09 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.2_2 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.2_2 22 Feb 2008 05:25:16 |
chinsan |
- Add KNOB for Cyrus SASL2
PR: ports/117140
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at IRIS dot sunpoet dot net>
Approved by: maintainer timeout(over three months ago) |
1.2_2 03 Oct 2007 08:35:00 |
stefan |
Override compiler optimization to make the compiled programs work on -CURRENT.
PR: 115939
Submitted by: phk
Approved by: maintainer timeout (>4 weeks) |
1.2_2 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
1.2_1 03 Mar 2007 09:33:56 |
gabor |
- Register CONFLICTS with ja-mh
PR: ports/109401
Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp>
Approved by: Scott Blachowicz <scott+ports@sabami.seaslug.org> (maintainer) |
1.2_1 12 Feb 2007 21:24:06 |
alexbl |
- Change defaults to not try and print postscript files
PR: 105978
Submitted by: Brad Huntting <huntting@glarp.com> |
1.2_1 05 Dec 2006 17:42:02 |
alexbl |
- convert spaces to tabs to please portlint(1)
PR: 106361
Submitted by: myself
Approved by: Scott Blachowicz <scott+ports@sabami.seaslug.org> (maintainer) |
1.2_1 07 Oct 2006 20:47:46 |
pav |
- Attempt to fix build for some by adding USE_GMAKE
PR: ports/104128
Submitted by: Scott Blachowicz <scott+ports@sabami.seaslug.org> (maintainer) |
1.2_1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
1.2_1 23 Feb 2006 04:37:58 |
ade |
Fix build on both 5.x and 6.x
Submitted by: maintainer |
1.2_1 21 Feb 2006 20:43:54 |
ade |
Fix up the result of a series of unfortunate events. |
1.2_1 21 Feb 2006 09:11:10 |
ade |
Update to 1.2
Correct a plist-related packaging problem.
PR: 93549
Submitted by: maintainer |
1.0.4_4 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.4_4 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0.4_4 17 Apr 2004 02:23:50 |
jkoshy |
Fix a core dump in NMH's "sortm" command.
PR: 63497
Approved by: Scott Blachowicz <scott@sabami.seaslug.org> [MAINTAINER] |
1.0.4_3 18 Mar 2004 02:52:47 |
trevor |
Add size data.
Approved by: maintainers |
1.0.4_3 21 May 2003 15:54:58 |
ade |
Fix plist handing of removal of unmodified configuration files
PR: 52528
Submitted by: maintainer |
1.0.4_2 21 Feb 2003 12:42:26 |
knu |
De-pkg-comment. |
1.0.4_2 04 Nov 2002 05:46:38 |
edwin |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now. |
1.0.4_2 26 Oct 2002 00:22:32 |
bmah |
Make the nmh package install nmh configuration files correctly.
Update MAINTAINER address.
(Bump PORTREVISION while I'm here.)
PR: 39205
Submitted by: Scott Blachowicz <scott@sabami.seaslug.org>
Reviewed by: "Julian H. Stacey" <jhs@jhs.muc.de> |
1.0.4_1 21 Apr 2002 16:25:02 |
cy |
Fix the following:
* Alphabetize the comments on the Makefile variables that affect the
configure process.
* Add a new NMH_EXTRA_CONFIGURE_ARGS var to let builder pass extra args
through to configure.
* Add a new NMH_POP var to allow builder to disable the --enable-pop
configure setting.
* Take 'uname' out of the AC_CHECK_FUNCS so the configure script never sets
HAVE_UNAME, so that it only uses gethostname(3) to get the hostname.
The HAVE_UNAME #define is only used in zotnet/mts/mts.c and it uses
gethostname(3) in its stead both times.
PR: 36307
Submitted by: MAINTAINER: Scott Blachowicz <Scott.Blachowicz@seaslug.org> |
06 Jan 2002 06:20:22 |
will |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
21 Dec 2001 05:59:05 |
lioux |
autotools police: replace hardcoded references with AUTO{CONF,HEADER}
variables |
27 Jun 2001 15:41:56 |
markm |
Do not spam installed config files - instead install the config files with
'.default' suffixes. |
08 Oct 2000 09:47:42 |
asami |
${PKGDIR}/INSTALL -> ${PKGINSTALL}. Also, give the requisite two arguments to
${PKGINSTALL}. (I suspect this install script actually working without the
second argument is because of this Makefile, but I won't touch the script
itself.) |
08 Oct 2000 04:16:42 |
asami |
Convert category mail to new layout. |
29 Jun 2000 08:03:02 |
obrien |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site. |