Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Feb 2022 04:55:24 1.7.1_3
|
Cy Schubert (cy)  |
mail/nmh*: Depend on devel/liblockfile
devel/liblockfile is a library dependency.
Reported by: stage-qa |
07 Feb 2022 04:55:24 1.7.1_4
|
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. |
06 Feb 2022 01:08:24 1.7.1_2
|
Cy Schubert (cy)  |
mail/nmh*: Register conflicts
Register install conflicts between the two nmh ports. |
10 Jan 2022 15:15:39 1.7.1_2
|
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 ) |
23 Nov 2021 22:11:40 1.7.1_2
|
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) |
06 Apr 2021 14:31:07 1.7.1_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
13 Aug 2019 22:29:43
1.7.1_2
|
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
06 Jul 2019 16:40:56
1.7.1_2
|
cy  |
All conflicts are actually install, not build, conflicts. |
04 Jul 2019 03:26:49
1.7.1_2
|
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) |
03 Jul 2019 20:42:26
1.7.1_1
|
cy  |
Sort radio button options and fix two typos.
MFH: 2019Q3 |
03 Jul 2019 19:45:01
1.7.1_1
|
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 |
09 Apr 2019 14:04:50
1.7.1_1
|
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 |
22 Mar 2018 22:47:20
1.7.1
|
cy  |
Update 1.7 --> 1.7.1 |
18 Nov 2017 19:24:09
1.7
|
cy  |
Update 1.6 --> 1.7 |
05 Oct 2017 01:54:46
1.6_1
|
cy  |
Register conflicts.
Reported by: rodrigo |
15 Mar 2017 14:45:31
1.6_1
|
mat  |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
08 Dec 2016 19:23:25
1.6_1
|
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. |
01 Apr 2016 14:16:20
1.6
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
05 Feb 2016 09:56:11
1.6
|
marino  |
mail/nmh: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
26 Sep 2015 20:42:08
1.6
|
antoine  |
- Convert to @sample
- Cleanup plist |
14 May 2015 10:15:09
1.6
|
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 |
10 May 2015 04:01:23
1.6
|
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
07 Jul 2014 15:31:02
1.6
|
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) |
17 Jun 2014 12:52:46
1.6
|
cy  |
Update 1.5 --> 1.6.
Submitted by: Mikhail <mp39590@gmail.com> |
30 May 2014 06:06:30
1.5_1
|
cy  |
Add useful information in the form of pkg-message. |
27 Feb 2014 14:49:56
1.5
|
miwi  |
- Remove empty dirs and files |
02 Feb 2014 18:54:56
1.5
|
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> |
20 Sep 2013 19:59:14
1.5
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
07 Mar 2013 16:53:46
1.5
|
miwi  |
- Convert to OptionsNG
- Trim header
Reviewed by: bapt |
04 Jan 2013 06:08:27
1.5
|
cy  |
Fix Makefile bug introduced in r308609.
PR: 174962
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> |
03 Jan 2013 20:57:18
1.5
|
cy  |
update 1.3 --> 1.5.
Assume maintainership.
PR: 174312
Submitted by: cy
Approved by: Maintainer timeout |
10 Dec 2012 15:10:03
1.3_1
|
ume  |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
21 Jun 2011 18:22:32
1.3
|
sylvio  |
- Update to 1.3
- Unbreak on 9.x
PR: ports/157514
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Approved by: maintainer timeout (>18days) |
09 Dec 2010 20:15:13
1.2_3
|
erwin  |
Fix OSVERSION in BROKEN
Submitted by: Angelo Turetta <aturetta@commit.it> |
04 Dec 2010 07:34:27
1.2_3
|
ade  |
Sync to new bsd.autotools.mk |
25 Nov 2010 22:05:22
1.2_3
|
erwin  |
Mark BROKEN on HEAD |
16 Oct 2010 11:52:47
1.2_3
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
1.2_3
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
20 Nov 2009 22:53:09
1.2_2
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
20 Aug 2008 00:57:32
1.2_2
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
22 Feb 2008 05:25:16
1.2_2
|
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) |
03 Oct 2007 08:35:00
1.2_2
|
stefan  |
Override compiler optimization to make the compiled programs work on -CURRENT.
PR: 115939
Submitted by: phk
Approved by: maintainer timeout (>4 weeks) |
30 Sep 2007 04:47:37
1.2_2
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
03 Mar 2007 09:33:56
1.2_1
|
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) |
12 Feb 2007 21:24:06
1.2_1
|
alexbl  |
- Change defaults to not try and print postscript files
PR: 105978
Submitted by: Brad Huntting <huntting@glarp.com> |
05 Dec 2006 17:42:02
1.2_1
|
alexbl  |
- convert spaces to tabs to please portlint(1)
PR: 106361
Submitted by: myself
Approved by: Scott Blachowicz <scott+ports@sabami.seaslug.org> (maintainer) |
07 Oct 2006 20:47:46
1.2_1
|
pav  |
- Attempt to fix build for some by adding USE_GMAKE
PR: ports/104128
Submitted by: Scott Blachowicz <scott+ports@sabami.seaslug.org> (maintainer) |
10 May 2006 22:37:39
1.2_1
|
edwin  |
Remove USE_REINPLACE from ports starting with M |
23 Feb 2006 04:37:58
1.2_1
|
ade  |
Fix build on both 5.x and 6.x
Submitted by: maintainer |
21 Feb 2006 20:43:54
1.2_1
|
ade  |
Fix up the result of a series of unfortunate events. |
21 Feb 2006 09:11:10
1.2_1
|
ade  |
Update to 1.2
Correct a plist-related packaging problem.
PR: 93549
Submitted by: maintainer |
22 Jan 2006 12:50:54
1.0.4_4
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.0.4_4
|
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. |
17 Apr 2004 02:23:50
1.0.4_4
|
jkoshy  |
Fix a core dump in NMH's "sortm" command.
PR: 63497
Approved by: Scott Blachowicz <scott@sabami.seaslug.org> [MAINTAINER] |
18 Mar 2004 02:52:47
1.0.4_3
|
trevor  |
Add size data.
Approved by: maintainers |
21 May 2003 15:54:58
1.0.4_3
|
ade  |
Fix plist handing of removal of unmodified configuration files
PR: 52528
Submitted by: maintainer |
21 Feb 2003 12:42:26
1.0.4_2
|
knu  |
De-pkg-comment. |
04 Nov 2002 05:46:38
1.0.4_2
|
edwin  |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now. |
26 Oct 2002 00:22:32
1.0.4_2
|
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> |
21 Apr 2002 16:25:02
1.0.4_1
|
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. |