Bug 73979

Summary: [PATCH] ftp/quftp: fix for sparc64 build issue
Product: Ports & Packages Reporter: Frank J. Laszlo <laszlof>
Component: Individual Port(s)Assignee: Koop Mast <kwm>
Status: Closed FIXED    
Severity: Affects Only Me CC: kris
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
quftp-1.0.7_2.diff
none
quftp-1_0_7_2.diff
none
quftp-1.0.7_2.diff
none
quftp-1.0.7_2.diff
none
quftp-1.0.7_2.diff none

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!