Bug 78766

Summary: Help cad/tochnog port be recognized by GiD.
Product: Ports & Packages Reporter: giffunip <giffunip>
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 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!