From owner-freebsd-ports Wed Jun 12 15:40:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D88E37B404 for ; Wed, 12 Jun 2002 15:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5CMe2x32532; Wed, 12 Jun 2002 15:40:02 -0700 (PDT) (envelope-from gnats) Received: from jhs.muc.de (pD950E578.dip.t-dialin.net [217.80.229.120]) by hub.freebsd.org (Postfix) with ESMTP id F3CF737B403 for ; Wed, 12 Jun 2002 15:31:55 -0700 (PDT) Received: from king.jhs.private (king.jhs.private [192.168.91.46]) by jhs.muc.de (8.11.6/8.11.6) with ESMTP id g5CMWAO12963; Thu, 13 Jun 2002 00:32:11 +0200 (MET DST) (envelope-from jhs@jhs.muc.de) Received: (from jhs@localhost) by flip.jhs.private (8.11.6/8.11.6) id g5CLTs910552; Wed, 12 Jun 2002 23:29:54 +0200 (CEST) (envelope-from jhs) Message-Id: <200206122129.g5CLTs910552@flip.jhs.private> Date: Wed, 12 Jun 2002 23:29:54 +0200 (CEST) From: Julian Stacey Reply-To: Julian Stacey To: FreeBSD-gnats-submit@FreeBSD.org Cc: Scott.Blachowicz@seaslug.org X-Send-Pr-Version: 3.113 Subject: ports/39205: Patch to add nmh package files so EXMH reply-all works Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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