From b709a2a4b070e5f0a772b56e6cbe2ab55b30e14b Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Sat, 3 May 2003 19:02:01 +0000 Subject: - For POLA reasons change the default knobs. This also results in the same installation when PACKAGE_BUILDING and when doing a "make install". - Add an installation message when using SLANG, as this won't always work for a color terminal without setting additional environment variables. - Use the same patch as the mutt port for fixing FQDN problems in FreeBSD < 5.0 PR: ports/51727 Submitted by: maintainer --- mail/mutt-devel/files/patch-init.c | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'mail/mutt-devel/files/patch-init.c') diff --git a/mail/mutt-devel/files/patch-init.c b/mail/mutt-devel/files/patch-init.c index 4d0363a9c1bb..389b682cfa11 100644 --- a/mail/mutt-devel/files/patch-init.c +++ b/mail/mutt-devel/files/patch-init.c @@ -1,16 +1,6 @@ --- init.c.orig Wed Jul 24 10:41:29 2002 -+++ init.c Wed Apr 30 13:06:45 2003 -@@ -45,7 +45,9 @@ - #include - #include - #include -+#if __FreeBSD_version >= 500000 - #include -+#endif - #include - #include - -@@ -1707,7 +1709,11 @@ ++++ init.c Sat May 3 08:46:29 2003 +@@ -1707,7 +1707,11 @@ void mutt_init (int skip_sys_rc, LIST *commands) { struct passwd *pw; @@ -22,7 +12,7 @@ char *p, buffer[STRING], error[STRING]; int i, default_rc = 0, need_pause = 0; BUFFER err; -@@ -1765,16 +1771,21 @@ +@@ -1765,16 +1769,21 @@ #endif /* And about the host... */ -- cgit v1.2.3