Bug 73979 - [PATCH] ftp/quftp: fix for sparc64 build issue
Summary: [PATCH] ftp/quftp: fix for sparc64 build issue
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: Koop Mast
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-15 18:40 UTC by Frank J. Laszlo
Modified: 2004-12-05 11:30 UTC (History)
1 user (show)

See Also:


Attachments
quftp-1.0.7_2.diff (873 bytes, patch)
2004-11-15 18:40 UTC, Frank J. Laszlo
no flags Details | Diff
quftp-1_0_7_2.diff (844 bytes, patch)
2004-11-15 21:44 UTC, Frank J. Laszlo
no flags Details | Diff
quftp-1.0.7_2.diff (779 bytes, patch)
2004-11-15 23:26 UTC, Frank J. Laszlo
no flags Details | Diff
quftp-1.0.7_2.diff (779 bytes, patch)
2004-11-15 23:29 UTC, Frank J. Laszlo
no flags Details | Diff
quftp-1.0.7_2.diff (684 bytes, patch)
2004-11-15 23:31 UTC, Frank J. Laszlo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank J. Laszlo 2004-11-15 18:40:20 UTC
        This is a fix for the build issue on sparc64 for the ftp/quftp port. I'm not exactly sure why
        this problem exists, but changing the optimization flag within CFLAGS from -O6 to -02 fixes it.
        Further investation may be required, though this does fix the build and the application does
        function properly as far as I can tell.

How-To-Repeat: 	Build ftp/quftp on sparc64 platform.
Comment 1 Frank J. Laszlo 2004-11-15 21:44:19 UTC
Sorry, that previous patch had some garbage in it from a previous 
workaround. Here is a cleaner one.
Comment 2 Frank J. Laszlo 2004-11-15 23:26:15 UTC
Will Andrews informed me that -O6 doesnt work on ANY FreeBSD system. 
Attached is the (final) patch removing the sparc64 conditional.
Comment 3 Frank J. Laszlo 2004-11-15 23:29:45 UTC
Whoops, wrong patch. heres the correct one.
Comment 4 Frank J. Laszlo 2004-11-15 23:31:26 UTC
*sigh* My email client doesnt like me today.
Comment 5 Koop Mast freebsd_committer freebsd_triage 2004-11-15 23:38:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kwm

grap
Comment 6 Koop Mast freebsd_committer freebsd_triage 2004-12-05 11:30:08 UTC
State Changed
From-To: open->closed

Committed, thanks!