From owner-freebsd-ports Sat Jul 18 21:55:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01428 for freebsd-ports-outgoing; Sat, 18 Jul 1998 21:55:53 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from titus.stade.co.uk (stade.demon.co.uk [158.152.29.164]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA01421; Sat, 18 Jul 1998 21:55:45 -0700 (PDT) (envelope-from aw1@stade.co.uk) Received: (from aw1@localhost) by titus.stade.co.uk (8.8.8/8.8.8) id BAA02478; Sun, 19 Jul 1998 01:16:41 +0100 (BST) (envelope-from aw1) Message-ID: <19980719011641.A769@stade.co.uk> Date: Sun, 19 Jul 1998 01:16:41 +0100 From: Adrian Wontroba To: obrien@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Activating html documentation for mutt-0.93.1i Reply-To: aw1@stade.co.uk Mail-Followup-To: obrien@freebsd.org, freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.1i Organization: Stade Computers Ltd, UK X-Phone: +(44) 121 681 6677 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. Here are some patches for the mutt port which: * Activate the existing "make fbsd" in /doc and copy the resulting .html files to share/doc/mutt. * Fix a duplicate label in doc/manual.sgml (edit_headers defined twice). Probably one for the mutt developers. * Add the HTML files to the PLIST. --- Makefile.orig Sat Jul 18 08:19:06 1998 +++ Makefile Sun Jul 19 00:10:55 1998 @@ -46,12 +46,16 @@ pre-configure: @${MKDIR} ${PREFIX}/share/misc +post-build: + cd ${WRKSRC}/doc; ${MAKE} fbsd + post-install: @strip ${PREFIX}/bin/mutt .if !defined(NOPORTDOCS) @${ECHO} "===> Installing Mutt documentation" @${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt @${INSTALL_MAN} ${WRKSRC}/doc/*.txt \ + ${WRKSRC}/doc/*.html \ ${PREFIX}/share/doc/mutt @(cd ${WRKSRC} ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \ ${PREFIX}/share/doc/mutt) --- patches/patch-03.orig Sun Jan 19 02:12:09 1997 +++ patches/patch-03 Sun Jul 19 00:20:35 1998 @@ -1,5 +1,5 @@ ---- doc/manual.sgml.orig Fri Jan 10 15:34:34 1997 -+++ doc/manual.sgml Mon Jan 13 01:30:28 1997 +--- doc/manual.sgml.orig Sat Jul 11 06:10:27 1998 ++++ doc/manual.sgml Sun Jul 19 00:20:28 1998 @@ -1,4 +1,7 @@ - + +@@ -451,7 +454,7 @@ + ^F forget-passphrase whipe PGP passphrase from memory + + +-Editing the message header