Date: Wed, 12 Jun 2002 23:29:54 +0200 (CEST) From: Julian Stacey <jhs@bim.bsn.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Scott.Blachowicz@seaslug.org Subject: ports/39205: Patch to add nmh package files so EXMH reply-all works Message-ID: <200206122129.g5CLTs910552@flip.jhs.private>
next in thread | raw e-mail | index | archive | help
>Number: 39205 >Category: ports >Synopsis: Patch to add nmh package files so EXMH reply-all works >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 12 15:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Julian Stacey >Release: current >Organization: Vector Systems Ltd - Munich Unix & Sys. Eng. Consultancy >Environment: System: FreeBSD flip.jhs.private 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Wed Jun 12 00:14:50 CEST 2002 jhs@build.jhs:/usr/src/sys/compile/BUILD i386 >Description: Wed Jun 12 22:58:39 CEST 2002 on a FreeBSD-4.5-Release system I found the following patch to be necessary, else after running pkg_add exmh-2.5_1.tgz which invokes pkg_add nmh-1.0.4_1.tgz exmh-2.5 when you click on "Reply all" (but not just on "Reply to sender" ) fails with this error message: repl: repl: unable to open format file replgroupcomps: No such file or directory, The patch is made against current almost-4.6 sources. >How-To-Repeat: pkg_delete nmh and exmh rm -rf /usr/local/etc/nmh # to clear any extras a direct # make install may have delivered pkg_add the 2, start EXMH, click on reply-all >Fix: EXMH no longer fails after a cd /usr/ports/mail/nmh;make install which adds the necessary etc/nmh/replgroupcomps, so I identified all the extra files the install adds for my patch, However I someone, presumably MAINTAINER= Scott.Blachowicz@seaslug.org please check if it's appropriate to add all of these files, or whether some need to be omitted, or added via some interactive. checker (though make install is not interactive on an empty directory, it adds them, else my EXMH wouldn't now be working. This patch will be archived in http://bim.bsn.com/~jhs/src/bsd/fixes/FreeBSD/ports/gen/mail/nmh/pkg-plist.diff All my fixes are indexed from http://bim.bsn.com/~jhs/src/fixes.html *** FreeBSD-almost-4.6.ports-cur.4271.2002.06.12/ports/mail/nmh/pkg-plist Fri Jul 27 02:23:08 2001 --- new/ports/mail/nmh/pkg-plist Wed Jun 12 22:45:39 2002 *************** *** 64,69 **** --- 64,95 ---- etc/nmh/scan.timely.default etc/nmh/scan.unseen.default etc/nmh/tmac.h + etc/nmh/MailAliases + etc/nmh/components + etc/nmh/digestcomps + etc/nmh/distcomps + etc/nmh/forwcomps + etc/nmh/mhl.body + etc/nmh/mhl.digest + etc/nmh/mhl.format + etc/nmh/mhl.forward + etc/nmh/mhl.headers + etc/nmh/mhl.reply + etc/nmh/mhn.defaults + etc/nmh/mts.conf + etc/nmh/rcvdistcomps + etc/nmh/rcvdistcomps.outbox + etc/nmh/replcomps + etc/nmh/replgroupcomps + etc/nmh/scan.MMDDYY + etc/nmh/scan.YYYYMMDD + etc/nmh/scan.default + etc/nmh/scan.mailx + etc/nmh/scan.nomime + etc/nmh/scan.size + etc/nmh/scan.time + etc/nmh/scan.timely + etc/nmh/scan.unseen libexec/nmh/ap libexec/nmh/conflict libexec/nmh/dp >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206122129.g5CLTs910552>