pkgsrc-WIP-changes archive

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

nmh: order pkgsrc changes in order to follow parts of Makefile changed



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Nov 21 11:16:57 2017 +0100
Changeset:	b0e75faf93596950d74e5dfc439e04b86a4646c7

Modified Files:
	nmh/COMMIT_MSG

Log Message:
nmh: order pkgsrc changes in order to follow parts of Makefile changed

Order the several pkgsrc changes entries to follow the order of the part of
Makefile changed and try to explain the why part of every changes (some were
accidently omitted in the previous COMMIT_MSG versions and maybe only present in
pkgsrc-wip commit messages during the 1.7RC* updates).

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

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

diffstat:
 nmh/COMMIT_MSG | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diffs:
diff --git a/nmh/COMMIT_MSG b/nmh/COMMIT_MSG
index b9900fd39c..3b43a987ac 100644
--- a/nmh/COMMIT_MSG
+++ b/nmh/COMMIT_MSG
@@ -1,18 +1,6 @@
 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
@@ -33,6 +21,18 @@ TODO: them as needed
    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.
 
+ - Adjust --sysconfdir CONFIGURE_ARGS per-upstream change, now the nmh
+   directory is created by nmh's configure so pass PKG_SYSCONFBASE instead of
+   PKG_SYSCONFDIR.
+
+ - 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.
+
  - Do not include bsd.prefs.mk two times (NFC)
 
 


Home | Main Index | Thread Index | Old Index