Bug 74026 - [maintainer update] ports/cad/pdnmesh
Summary: [maintainer update] ports/cad/pdnmesh
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-17 05:20 UTC by Sarod Yatawatta
Modified: 2004-11-19 15:48 UTC (History)
0 users

See Also:


Attachments
file.diff (1.85 KB, patch)
2004-11-17 05:20 UTC, Sarod Yatawatta
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sarod Yatawatta 2004-11-17 05:20:25 UTC
-Added Sparse Matrix Solver.
-Fixed Compile problems.
-Fixed bug in reading DXF files.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-11-17 08:29:58 UTC
State Changed
From-To: open->feedback

- You did use space instead of tab in the Makefile (again) 
- The app links with -lc_r, which is a strict no-no and must be avoided: 
cc  -O2 -pipe -g  -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include/gtkglext-1.0 -I/usr/X11R6/lib/gtkglext-1.0/include -I/usr/X11R6/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -DUSE_LAPACK  -o pdnmesh  pdnmesh.o bitree.o dag.o graphics.o input.o poly.o  rbt.o subdivide.o solve.o contour.o eig.o parser.o lexer.o dxf.o  output.o hash.o eig_lapack.o integrate.o spmat.o  -llapack -lcblas -lf77blas -latlas -L/usr/local/lib -pthread -Wl,--export-dynamic -Wl,-rpath,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv    -L/usr/local/lib -L/usr/X11R6/lib -L/usr/lib -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lg2c -lm -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lc_r 


Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-11-17 08:29:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I'll track this
Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-11-19 15:48:24 UTC
State Changed
From-To: feedback->closed

Committed, thanks!