Bug 74011 - math/sdpara has a broken Makefile when WITH_OPTIMIZED_FLAGS is defined
Summary: math/sdpara has a broken Makefile when WITH_OPTIMIZED_FLAGS is defined
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: Maho Nakata
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 19:50 UTC by Jie Gao
Modified: 2004-11-23 02:11 UTC (History)
0 users

See Also:


Attachments
patch-Makefile (570 bytes, text/plain)
2004-11-16 19:50 UTC, Jie Gao
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jie Gao 2004-11-16 19:50:06 UTC
	
math/sdpara has a broken Makefile when WITH_OPTIMIZED_FLAGS is defined. The
problem is in a if branch. So when WITH_OPTIMIZED_FLAGS is not defined, a user
cannot observe the error. But once WITH_OPTIMIZED_FLAGS is defined, the error
is exposed.

Fix: Apply the following patch in math/sdpara
How-To-Repeat: 	
cd /usr/ports/math/sdpara
make -DWITH_OPTIMIZED_FLAGS

You will get error message about a broken Makefile
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-11-17 06:38:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mharo

Over to maintainer.
Comment 2 Michael Haro freebsd_committer freebsd_triage 2004-11-17 16:29:09 UTC
Responsible Changed
From-To: mharo->maho

over to real maintainer :-)
Comment 3 Maho Nakata freebsd_committer freebsd_triage 2004-11-23 02:11:09 UTC
State Changed
From-To: open->closed

Committed, thanks!