Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2003 18:16:04 -0400 (EDT)
From:      Michael Edenfield <kutulu@kutulu.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56211: mail/aileron: fix build for -current 
Message-ID:  <20030830221604.9812EB82A@wombat.localnet>
Resent-Message-ID: <200308302230.h7UMUJce065335@freefall.freebsd.org>

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

>Number:         56211
>Category:       ports
>Synopsis:       mail/aileron: fix build for -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 30 15:30:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Edenfield
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD wombat.localnet 5.1-CURRENT FreeBSD 5.1-CURRENT #7: Sun Aug 24 21:35:57 EDT 2003 root@wombat.localnet:/usr/obj/usr/src/sys/ATHLON i386

>Description:

  o Escape embedded newlines in string constants.

>How-To-Repeat:
>Fix:


--- aileron.patch begins here ---
diff -urN aileron.orig/files/patch-aa aileron/files/patch-aa
--- aileron.orig/files/patch-aa	Wed Dec 31 19:00:00 1969
+++ aileron/files/patch-aa	Sat Aug 30 18:10:47 2003
@@ -0,0 +1,13 @@
+--- Mailboxes.c.orig	Sat Aug 30 18:08:05 2003
++++ Mailboxes.c	Sat Aug 30 18:10:00 2003
+@@ -1713,8 +1713,8 @@
+   WMButton *b;
+   char *path;
+ 
+-printf("\n\ndelet NM does not... add severl nm's at once breaks:
+- WMGetPLDictionaryKeys (pl=0x40ae5fe0) at getting.c:354
++printf("\n\ndelet NM does not... add severl nm's at once breaks:\n\
++ WMGetPLDictionaryKeys (pl=0x40ae5fe0) at getting.c:354\n\
+ 354     getting.c: No such file or directory.\n\n\n");
+ 
+   if (!WMGetUDStringForKey(Aileron.defaultsDB, "MailDir")) {
diff -urN aileron.orig/files/patch-ab aileron/files/patch-ab
--- aileron.orig/files/patch-ab	Wed Dec 31 19:00:00 1969
+++ aileron/files/patch-ab	Sat Aug 30 18:10:58 2003
@@ -0,0 +1,11 @@
+--- Info.c.orig	Sat Aug 30 18:05:45 2003
++++ Info.c	Sat Aug 30 18:07:29 2003
+@@ -163,7 +163,7 @@
+ {
+   WMAppendTextStream(tPtr,  
+ "<htmL><p><i><b>Aileron</b></i> is a WINGs email client that has been \
+-designed for speed, simplicity, and above all, beauty 
++designed for speed, simplicity, and above all, beauty \
+ copyright (C) 1999 - 2001 : <u>nwanua@windowmaker.org</u>  <html>");
+ }
+ 
--- aileron.patch ends here ---

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



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