Bug 82277 - Update port: math/gracetmpl to 0.3.2
Summary: Update port: math/gracetmpl to 0.3.2
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 18:10 UTC by tkato432
Modified: 2005-06-17 18:38 UTC (History)
0 users

See Also:


Attachments
file.diff (10.50 KB, patch)
2005-06-15 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2005-06-15 18:10:17 UTC
- Update to version 0.3.2
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-17 14:08:31 UTC
State Changed
From-To: open->feedback

Does not compile on 5.X/i386: 
c++ -O -pipe -O -pipe   -c -o gracetmpl.o gracetmpl.cpp 
gracetmpl.cpp: In function `std::string time2string(const std::string&, const tm*)': 
gracetmpl.cpp:984: error: invalid conversion from `long int*' to `const time_t*' 
gracetmpl.cpp:984: error:   initializing argument 1 of `tm* localtime(const time_t*)' 
gmake: *** [gracetmpl.o] Error 1 

Does not compile on 5.X/amd64: 
cc -fno-strict-aliasing -DNDEBUG -O -pipe -DTHREAD_STACK_SIZE=0x20000 -O -pipe -O -pipe -fPIC -I.. -Iinclude -I/usr/local/include/python2.4 -c src/pygracetmpl.cc -o build/temp.freebsd-5.4-STABLE-amd64-2.4/src/pygracetmpl.o 
src/pygracetmpl.cc: In function `PyObject* graceTMPL_graph_addData(graceTMPL_graphObject*, PyObject*)': 
src/pygracetmpl.cc:187: error: array bound forbidden after parenthesized type-id 
src/pygracetmpl.cc:187: note: try removing the parentheses around the type-id 
error: command 'cc' failed with exit status 1 
gmake[1]: *** [all] Error 1 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-17 14:08:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Take
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-06-17 18:38:43 UTC
State Changed
From-To: feedback->closed

Committed, thanks!