From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 13 14:30:25 2004 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 81C9D16A4CE for ; Fri, 13 Aug 2004 14:30:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B87443D46 for ; Fri, 13 Aug 2004 14:30:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7DEUPdf003251 for ; Fri, 13 Aug 2004 14:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7DEUPJU003246; Fri, 13 Aug 2004 14:30:25 GMT (envelope-from gnats) Resent-Date: Fri, 13 Aug 2004 14:30:25 GMT Resent-Message-Id: <200408131430.i7DEUPJU003246@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, Sam Lawrance Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6352716A4CE for ; Fri, 13 Aug 2004 14:29:34 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A29643D48 for ; Fri, 13 Aug 2004 14:29:33 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from localhost (ppp2E55.dyn.pacific.net.au [61.8.46.85]) i7DEIB8Z005410 for ; Sat, 14 Aug 2004 00:18:12 +1000 Received: by localhost (Postfix, from userid 0) id DFE4D10D; Sat, 14 Aug 2004 00:31:25 +1000 (EST) Message-Id: <20040813143125.DFE4D10D@localhost> Date: Sat, 14 Aug 2004 00:31:25 +1000 (EST) From: Sam Lawrance To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70417: [maintainer] palm/synce-rra: fix build fail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sam Lawrance List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 14:30:25 -0000 >Number: 70417 >Category: ports >Synopsis: [maintainer] palm/synce-rra: fix build fail >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: Fri Aug 13 14:30:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sam Lawrance >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD dirk.no.domain 5.2-CURRENT FreeBSD 5.2-CURRENT #13: Sat Aug 7 01:59:47 EST 2004 sam@dirk.no.domain:/usr/src/sys/i386/compile/GENERIC i386 >Description: Port failed to build with gcc changes a while ago. >How-To-Repeat: N/A >Fix: Add the following patch in files/patch-lib-recurrance-internal.h --- patch-lib-recurrence_internal.h begins here --- --- lib/recurrence_internal.h.orig Sat Aug 14 00:15:01 2004 +++ lib/recurrence_internal.h Sat Aug 14 00:17:12 2004 @@ -52,7 +52,7 @@ uint32_t start_minute P; /* 0x3e */ uint32_t end_minute P; /* 0x42 */ uint8_t padding2[4] P; /* 0x46 */ -} RecurringWeekly P; +} P RecurringWeekly; /* size = 0x20 */ typedef struct @@ -68,7 +68,7 @@ uint32_t start_minute P; /* 0x3e */ uint32_t end_minute P; /* 0x42 */ uint8_t padding2[4] P; /* 0x46 */ -} RecurringMonthly P; +} P RecurringMonthly; /* size = 0x20 */ typedef struct @@ -86,7 +86,7 @@ uint8_t unknown3[0xc] P; /* 0x36 */ uint32_t start_minute P; /* 0x42 */ uint32_t end_minute P; /* 0x46 */ -} RecurringMonthNth P; +} P RecurringMonthNth; /* size = 0x68 */ typedef struct @@ -101,7 +101,7 @@ RecurringMonthNth month_nth P; } details P; uint8_t unknown4[0x1e] P; /* 0x4a */ -} RecurrenceBlob P; +} P RecurrenceBlob; enum { --- patch-lib-recurrence_internal.h ends here --- >Release-Note: >Audit-Trail: >Unformatted: