Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 2004 00:31:25 +1000 (EST)
From:      Sam Lawrance <boris@brooknet.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70417: [maintainer] palm/synce-rra: fix build fail
Message-ID:  <20040813143125.DFE4D10D@localhost>
Resent-Message-ID: <200408131430.i7DEUPJU003246@freefall.freebsd.org>

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

>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:



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