Bug 51923

Summary: Update port: math/oleo
Product: Ports & Packages Reporter: tkato <tkato>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description tkato 2003-05-07 15:40:15 UTC
- Fix build
Comment 1 Maho Nakata freebsd_committer freebsd_triage 2003-05-10 04:16:10 UTC
Hi, KATO-san
This is Maho.

I checked you submission and still fails with 5.1-BETA.
Would you please fix it, or leave it as it is?
--
Making all in src
/bin/sh ./ylwrap "bison -y" parse.y y.tab.c parse.c y.tab.h parse.h --  -d
cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../lib -I../intl
-I/usr/local/include -I/usr/X11R6/include  -O -pipe -pipe -O2
-mcpu=pentiumpro -march=pentiumpro -mcpu=pentiumpro
-DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/X11R6/include
-DBUILD_PREFIX='"'/usr/local'"' -c parse.c
In file included from parse.y:54:
global.h:211: conflicting types for `__nan'
/usr/include/math.h:33: previous declaration of `__nan'
*** Error code 1

Stop in /work/FreeBSD/ports/math/oleo/work/oleo-1.99.16/src.
*** Error code 1

Stop in /work/FreeBSD/ports/math/oleo/work/oleo-1.99.16.
*** Error code 1

Stop in /work/FreeBSD/ports/math/oleo/work/oleo-1.99.16.
*** Error code 1
Comment 2 Pete Fritchman freebsd_committer freebsd_triage 2003-05-19 00:32:08 UTC
State Changed
From-To: open->analyzed

Could you look into making this work on -current?
Comment 3 Maho Nakata freebsd_committer freebsd_triage 2003-07-19 05:54:53 UTC
State Changed
From-To: analyzed->closed

Another fixitation by changing definition 
from __nan to ___nan. quite ad hoc, but unbreak this port. 
Committed, thanks!