Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Aug 2004 08:55:17 +0300
From:      Andrey Slusar <vasallia@ukr.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69984: [MAINTAINER] mail/masqmail-devel: fix all build warnings
Message-ID:  <E1BsEk9-00027U-Tj@santinel.home.ua>
Resent-Message-ID: <200408040600.i7460hkm009077@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         69984
>Category:       ports
>Synopsis:       [MAINTAINER] mail/masqmail-devel: fix all build warnings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 04 06:00:43 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Slusar
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu Jul 29 19:48:26 EEST 2004 root@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	Fix all build with -Wall warnings
>How-To-Repeat:
	
>Fix:
--- masqmail-devel.diff begins here ---
diff -ruN /usr/ports/mail/masqmail-devel/files/patch-local.c masqmail-devel/files/patch-local.c
--- /usr/ports/mail/masqmail-devel/files/patch-local.c	Fri Apr 30 15:35:32 2004
+++ masqmail-devel/files/patch-local.c	Wed Aug  4 04:15:48 2004
@@ -1,12 +1,10 @@
---- src/local.c.old	Fri Apr 30 15:32:04 2004
-+++ src/local.c	Fri Apr 30 15:34:23 2004
-@@ -19,6 +19,9 @@
+--- src/local.c.orig	Mon May 19 22:44:46 2003
++++ src/local.c	Wed Aug  4 04:15:10 2004
+@@ -19,6 +19,7 @@
  #include "masqmail.h"
  #include "peopen.h"
  #include <sys/wait.h>
-+#ifdef ENABLE_MAILDIR
 +#include <sys/stat.h>
-+#endif
  
  static
  void message_stream(FILE *out, message *msg, GList *hdr_list, guint flags)
diff -ruN /usr/ports/mail/masqmail-devel/files/patch-log.c masqmail-devel/files/patch-log.c
--- /usr/ports/mail/masqmail-devel/files/patch-log.c	Thu Jan  1 03:00:00 1970
+++ masqmail-devel/files/patch-log.c	Wed Aug  4 04:17:32 2004
@@ -0,0 +1,10 @@
+--- src/log.c.old	Wed Aug  4 04:16:48 2004
++++ src/log.c	Wed Aug  4 04:17:12 2004
+@@ -16,6 +16,7 @@
+     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+ 
++#include <sys/stat.h>
+ #include "masqmail.h"
+ 
+ #include "sysexits.h"
diff -ruN /usr/ports/mail/masqmail-devel/files/patch-peopen.c masqmail-devel/files/patch-peopen.c
--- /usr/ports/mail/masqmail-devel/files/patch-peopen.c	Thu Jan  1 03:00:00 1970
+++ masqmail-devel/files/patch-peopen.c	Wed Aug  4 03:53:05 2004
@@ -0,0 +1,10 @@
+--- src/peopen.c.old	Wed Aug  4 03:51:30 2004
++++ src/peopen.c	Wed Aug  4 03:52:43 2004
+@@ -6,6 +6,7 @@
+ #include <unistd.h>
+ #include <string.h>
+ #include <sys/types.h>
++#include <stdlib.h>
+ 
+ #include "peopen.h"
+ #include "sysexits.h"
--- masqmail-devel.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BsEk9-00027U-Tj>