pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nmh: Add a COMMIT_MSG (intended to be used for the 1.7 update)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Nov 20 17:17:07 2017 +0100
Changeset:	497e12c02d26d8365aa941506e24afd9a52af97e

Added Files:
	nmh/COMMIT_MSG

Log Message:
nmh: Add a COMMIT_MSG (intended to be used for the 1.7 update)

This is intended to be used for the commit message for mail/nmh 1.7 update.

Still several TODOs to address though!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=497e12c02d26d8365aa941506e24afd9a52af97e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nmh/COMMIT_MSG | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diffs:
diff --git a/nmh/COMMIT_MSG b/nmh/COMMIT_MSG
new file mode 100644
index 0000000000..66e8d151ff
--- /dev/null
+++ b/nmh/COMMIT_MSG
@@ -0,0 +1,40 @@
+nmh: Update mail/nmh to 1.7
+
+pkgsrc changes:
+
+TODO: double-check if all of that are relevant for mail/nmh and eventually sort
+TODO: them as needed
+
+ - Add support for the `test' phase
+
+   Add support for nmh tests. Modify patches/patch-ca accordingly in order to
+   adjust TEST_ENVIRONMENT to use the configuration files in $egdir instead of the
+   ones in $nmhetcdir.
+   Actually all tests are passed except an mhparam test that sposts the
+   $egdir/$nmetcdir kludge.
+
+ - Update MASTER_SITES (use https:// and avoid redirects)
+
+ - Delete (a bit outdated) comment about locking mechanisms
+
+   Since 02 Feb 2014 (post-1.6) the default locking mechanisms are
+   (directly from m4/locking.m4):
+
+    - aix*|cygwin*|linux*: fcntl
+    - freebsd*|*netbsd*|openbsd*|darwin*: flock
+    - everything else: dot
+
+   The original comment was probably about just NetBSD and maybe Solaris
+   (it's dated 1999). Solaris still uses the `dot' mechanisms by default
+   but we no longer have any local patches about locking.
+
+ - Delete (no more needed) `-O1' hack to CFLAGS
+
+   mh_strcasecmp() was completely replaced by strcasecmp() on 24 Mar 2013, and
+   hence present in 1.6. Forcing `-O1' for gcc is no longer needed.
+
+ - Do not include bsd.prefs.mk two times (NFC)
+
+
+Changes:
+ TODO: fill in information from NEWS file about 1.7


Home | Main Index | Thread Index | Old Index