Bug 74013

Summary: science/psi3 has a broken Makefile when WITH_OPTIMIZED_FLAGS is defined
Product: Ports & Packages Reporter: Jie Gao <gaoj>
Component: Individual Port(s)Assignee: Maho Nakata <maho>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-Makefile none

Description Jie Gao 2004-11-16 20:00:53 UTC
	
science/psi3 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 science/psi3
How-To-Repeat: 	
cd /usr/ports/science/psi3
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:39:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mharo

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

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

Committed, thanks!