From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 30 15:30:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBDB216A4BF for ; Sat, 30 Aug 2003 15:30:21 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4408743FF7 for ; Sat, 30 Aug 2003 15:30:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7UMUJUp065336 for ; Sat, 30 Aug 2003 15:30:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7UMUJce065335; Sat, 30 Aug 2003 15:30:19 -0700 (PDT) Resent-Date: Sat, 30 Aug 2003 15:30:19 -0700 (PDT) Resent-Message-Id: <200308302230.h7UMUJce065335@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Edenfield Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A7916A4C0 for ; Sat, 30 Aug 2003 15:19:59 -0700 (PDT) Received: from basement.kutulu.org (pcp03610121pcs.longhl01.md.comcast.net [68.49.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8D8F43FEA for ; Sat, 30 Aug 2003 15:19:56 -0700 (PDT) (envelope-from kutulu@kutulu.org) Received: from wombat.localnet (wombat.localnet [192.168.69.3]) by basement.kutulu.org (Postfix) with ESMTP id 4DCFBA9E1 for ; Sat, 30 Aug 2003 18:20:16 -0400 (EDT) Received: by wombat.localnet (Postfix, from userid 1001) id 9812EB82A; Sat, 30 Aug 2003 18:16:04 -0400 (EDT) Message-Id: <20030830221604.9812EB82A@wombat.localnet> Date: Sat, 30 Aug 2003 18:16:04 -0400 (EDT) From: Michael Edenfield To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/56211: mail/aileron: fix build for -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michael Edenfield List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2003 22:30:22 -0000 >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, + "

Aileron 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 : nwanua@windowmaker.org "); + } + --- aileron.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: