Bug 98217 - [PATCH] mail/courier-imap: [Fix build on FreeBSD 4.x]
Summary: [PATCH] mail/courier-imap: [Fix build on FreeBSD 4.x]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-31 15:30 UTC by Tod McQuillin
Modified: 2006-05-31 15:44 UTC (History)
1 user (show)

See Also:


Attachments
courier-imap-4.1.1,1.patch (870 bytes, patch)
2006-05-31 15:30 UTC, Tod McQuillin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tod McQuillin 2006-05-31 15:30:14 UTC
gcc 2.95 is not happy about the C99ism of declaring variables
in the middle of a block.  This patch moves the variable declaration
to the beginning to allow compilation on gcc 2.95.

Added file(s):
- files/patch-rfc2045_rfc2045reply.c

Port maintainer (oliver@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-31 15:32:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2006-05-31 15:44:36 UTC
State Changed
From-To: open->closed

committed, thanks