Bug 74798 - fcron port fails to compile (with easy fix)
Summary: fcron port fails to compile (with easy fix)
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-07 03:10 UTC by Evan Dower
Modified: 2004-12-07 08:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Dower 2004-12-07 03:10:25 UTC
sysutils/fcron is marked as broken because it doesn't compile 5.x. gcc complains about a label at the end of a block.

Fix: 

Insert an empty statement (a semicolon on a line by itself) after the offending label, and it will once again build (and run just fine).
How-To-Repeat: Try to build sysutils/fcron on 5.3.
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-12-07 08:48:05 UTC
State Changed
From-To: open->closed

Committed, thanks!