Bug 78766 - Help cad/tochnog port be recognized by GiD.
Summary: Help cad/tochnog port be recognized by GiD.
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-13 05:10 UTC by giffunip
Modified: 2005-03-19 09:58 UTC (History)
0 users

See Also:


Attachments
file.diff (18.81 KB, patch)
2005-03-13 05:10 UTC, giffunip
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description giffunip 2005-03-13 05:10:02 UTC
      When the original port of tochnog was made, I didn't consider important GiD (an excellent mesher and postprocessor) support. Since those days the Academic version of linux-GiD has been tested on FreeBSD's linux mode so I decided to add the configuration scripts JIC someone wants to give GiD-tochnog a try.

Fix: Patch follows:
How-To-Repeat:       I must mention, I tried to add the old postscript documentation that is available on NetBSD's pkgsrc mirror but when configuring multiple sources on the port I had trouble setting two MASTER_SITE_SUBDIRs. Maybe someone else has better luck. In the meantime I moved the tests from DOCSDIR to EXAMPLESDIR where they seem to fit better.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-03-13 14:37:23 UTC
State Changed
From-To: open->feedback

Does no build on 4.x: 
Superlu is broken and when I use superlu_mt I get: 
make tochnog  "SYS_FILE=sysother"  "OBJ=o"  "COMPILER_FLAGS= -c  -O2 -pipe -g   -I/usr/local/include/superlu_mt"  "LINK_FLAGS_BEFORE="  "LINK_FLAGS_AFTER=   /usr/local/lib/libsuperlu_mt.a -L/usr/local/lib -lptf77blas -latlas_r -lf2c -L/usr/local/lib -static -lm -o tochnog" 
cc -c  -O2 -pipe -g   -I/usr/local/include/superlu_mt so_suplu.c 
so_suplu.c: In function `solve_superlu': 
so_suplu.c:56: syntax error before `stat' 
*** Error code 1 

Stop in /usr/ports/cad/tochnog/work/tochnog/src. 
*** Error code 1
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2005-03-19 09:57:44 UTC
State Changed
From-To: feedback->closed

Actually, update of superlu solved this problem. 
Committed, thanks!