summaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
Diffstat (limited to 'cad')
-rw-r--r--cad/pdnmesh/Makefile9
-rw-r--r--cad/pdnmesh/distinfo4
-rw-r--r--cad/pdnmesh/pkg-descr2
-rw-r--r--cad/pdnmesh/pkg-plist5
4 files changed, 13 insertions, 7 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile
index 5f1123b..8ce5dc6 100644
--- a/cad/pdnmesh/Makefile
+++ b/cad/pdnmesh/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pdnmesh
-PORTVERSION= 0.1.7
+PORTVERSION= 0.1.9
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} \
${MASTER_SITE_SUNSITE:S/$/:sun/}
@@ -25,7 +25,14 @@ USE_GL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+USE_AUTOCONF_VER=259
+USE_REINPLACE= yes
+
MAN1= pdnmesh.1
MAN5= pdnmesh_input.5
+post-patch:
+.for FILE in ${DISTNAME}/configure.in
+ @${REINPLACE_CMD} -e "s/\$$FLIBS//g" ${WRKSRC}/${FILE}
+.endfor
.include <bsd.port.mk>
diff --git a/cad/pdnmesh/distinfo b/cad/pdnmesh/distinfo
index 0a52144..3acd66f 100644
--- a/cad/pdnmesh/distinfo
+++ b/cad/pdnmesh/distinfo
@@ -1,2 +1,2 @@
-MD5 (pdnmesh-0.1.7.tar.gz) = 96836274e240e6300cd5006fbd27833b
-SIZE (pdnmesh-0.1.7.tar.gz) = 251547
+MD5 (pdnmesh-0.1.9.tar.gz) = 31de24a672d4e8f57a944f1a72c689ad
+SIZE (pdnmesh-0.1.9.tar.gz) = 807663
diff --git a/cad/pdnmesh/pkg-descr b/cad/pdnmesh/pkg-descr
index c908da5..2b167bb 100644
--- a/cad/pdnmesh/pkg-descr
+++ b/cad/pdnmesh/pkg-descr
@@ -12,7 +12,7 @@ The features of the program are as follows.
* Automatic mesh generation according to given boundaries.
* Adaptive and Interactive mesh refinement.
* Problem solution using Cholesky Decomposition or Conjugate Gradient
- Method with profile storage (in progress).
+ Method with sparse storage.
* Eigenvalue solution using LAPACK.
* (Optionally) Eigenvalue solution using QR iteration with shifts.
* Generating plots of contours, mesh and gradient on screen.
diff --git a/cad/pdnmesh/pkg-plist b/cad/pdnmesh/pkg-plist
index 41b3d9e..5cb40ff 100644
--- a/cad/pdnmesh/pkg-plist
+++ b/cad/pdnmesh/pkg-plist
@@ -3,9 +3,8 @@ bin/pdnmesh
%%DATADIR%%/COPYING
%%DATADIR%%/ChangeLog
%%DATADIR%%/tutorial/README
-%%DATADIR%%/tutorial/tutorial.sgml.gz
-%%DATADIR%%/tutorial/tutorial.pdf.gz
-%%DATADIR%%/tutorial/tutorial.html.tgz
+%%DATADIR%%/tutorial/tutorial.sgml.bz2
+%%DATADIR%%/tutorial/tutorial.html.bz2
%%DATADIR%%/examples/README
%%DATADIR%%/examples/coords.1
%%DATADIR%%/examples/coords.10
OpenPOWER on IntegriCloud