diff options
author | obrien <obrien@FreeBSD.org> | 1998-07-16 13:57:13 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-07-16 13:57:13 +0800 |
commit | e736caf063780b3447c9c687b7de99d1d1f874a4 (patch) | |
tree | b159c59d391dbe1551ec143a77d3a1f1cbe28019 /mail/mutt-devel/files | |
parent | 06ccfbc1d420577901dfb4006439b4fde3ae4e6d (diff) | |
download | freebsd-ports-gnome-e736caf063780b3447c9c687b7de99d1d1f874a4.tar.gz freebsd-ports-gnome-e736caf063780b3447c9c687b7de99d1d1f874a4.tar.zst freebsd-ports-gnome-e736caf063780b3447c9c687b7de99d1d1f874a4.zip |
Upgrade to 0.93
Diffstat (limited to 'mail/mutt-devel/files')
-rw-r--r-- | mail/mutt-devel/files/patch-01 | 14 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-02 | 25 |
2 files changed, 23 insertions, 16 deletions
diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01 index 15d01bf20918..785ac27f43da 100644 --- a/mail/mutt-devel/files/patch-01 +++ b/mail/mutt-devel/files/patch-01 @@ -1,12 +1,12 @@ ---- Makefile.in.orig Fri Nov 7 11:34:03 1997 -+++ Makefile.in Sat Nov 8 13:03:32 1997 -@@ -55,6 +55,9 @@ - mutt: $(OBJS) $(REGEX) +--- Makefile.in.orig Thu Jun 25 15:16:03 1998 ++++ Makefile.in Wed Jul 15 01:44:35 1998 +@@ -61,6 +61,9 @@ + mutt: keymap_defs.h $(OBJS) $(REGEX) $(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS) +docs: + cd doc && make fbsd + - install: mutt - $(srcdir)/mkinstalldirs $(bindir) - -mv -f $(bindir)/mutt $(bindir)/mutt.old + keymap_defs.h: Makefile $(OPS) + rm -f keymap_defs.h + $(srcdir)/gen_defs $(OPS) > keymap_defs.h diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02 index 31f55d48b015..75fc7affe6fd 100644 --- a/mail/mutt-devel/files/patch-02 +++ b/mail/mutt-devel/files/patch-02 @@ -1,20 +1,27 @@ ---- doc/makefile.orig Thu Oct 3 16:40:44 1996 -+++ doc/makefile Mon Jan 13 01:29:09 1997 -@@ -1,10 +1,16 @@ +--- doc/Makefile.in.orig Sun Jun 21 00:13:02 1998 ++++ doc/Makefile.in Wed Jul 15 01:43:40 1998 +@@ -18,9 +18,10 @@ + CFLAGS=@CFLAGS@ -DSHAREDIR=\"$(sharedir)\" $(XCPPFLAGS) + LDFLAGS=@LDFLAGS@ + +- + all: manual.txt mutt.man manual.html + +fbsd: manual.latin1 manual.html + - all: manual.txt manual.html - - manual.txt: manual.sgml + install: mutt.man manual.txt + ../mkinstalldirs $(mandir)/man1 + $(INSTALL) -m 644 mutt.man $(mandir)/man1/mutt.1 +@@ -36,7 +37,11 @@ sgml2txt manual manual.html: manual.sgml - sgml2html manual -+ #sgml2html manual ++ # sgml2html manual + sgmlfmt -f html manual + +manual.latin1: manual.sgml + sgmlfmt -f latin1 manual.sgml - clean: - rm -f *~ + mutt.man: mutt.sgml + sgml2txt -man mutt |