Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2002 21:04:49 +0100 (CET)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36430: mail/emil: fix bento error on current
Message-ID:  <20020328200449.67F7C5A555@nemesis.informatik.unibw-muenchen.de>

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

>Number:         36430
>Category:       ports
>Synopsis:       mail/emil: fix bento error on current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 28 12:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 21 12:00:59 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

added patch-main.c

Regards,
         Olli

>How-To-Repeat:
>Fix:


diff -ruN emil.old/files/patch-main.c emil/files/patch-main.c
--- emil.old/files/patch-main.c	Thu Jan  1 01:00:00 1970
+++ emil/files/patch-main.c	Thu Mar 28 20:58:49 2002
@@ -0,0 +1,20 @@
+--- main.c.orig	Thu Mar 28 20:57:50 2002
++++ main.c	Thu Mar 28 20:58:31 2002
+@@ -69,7 +69,7 @@
+ int     pseudo_route    = 0;
+ 
+ int	in_fd		= 0;
+-FILE	* out_fd	= stdout;
++FILE	* out_fd;
+ FILE	* char_fd	= NULL;
+ FILE	* conf_fd	= NULL;
+ off_t   pz;
+@@ -83,7 +83,7 @@
+   int   no_run = FALSE;
+   char *cmailer = NULL;
+   char *member = NULL;
+-
++	out_fd = stdout;
+ #ifdef	HAVE_GETPAGESIZE
+ 	pz = (off_t) getpagesize();
+ #elif	defined(hpux) || defined(_AUX_SOURCE)

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020328200449.67F7C5A555>