Bug 80666 - astyle port: a patch to fix command line option parser
Summary: astyle port: a patch to fix command line option parser
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: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-05 17:20 UTC by Alex Rousskov
Modified: 2005-05-07 21:37 UTC (History)
0 users

See Also:


Attachments
patch-ae (1.54 KB, text/plain)
2005-05-05 17:20 UTC, Alex Rousskov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Rousskov 2005-05-05 17:20:02 UTC
astyle has a bug in parsing *indent=* options.
The attached patch fixes the bug.
The patch comes from http://bugs.gentoo.org/show_bug.cgi?id=43091
I removed some (but not all) whitespace changes.

Fix: apply the patch
How-To-Repeat: astyle --force-indent=tab=4
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-07 21:29:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-07 21:37:00 UTC
State Changed
From-To: open->closed

Committed, thanks!