From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 17 17:11:58 2004 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4534116A4CE; Wed, 17 Nov 2004 17:11:58 +0000 (GMT) Received: from shim1.irt.drexel.edu (shim1.irt.drexel.edu [144.118.29.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id E04A543D5E; Wed, 17 Nov 2004 17:11:57 +0000 (GMT) (envelope-from sby22@drexel.edu) Received: from conversion-daemon.shim1.irt.drexel.edu by shim1.irt.drexel.edu (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) id <0I7C00D011TMY1@shim1.irt.drexel.edu>; Wed, 17 Nov 2004 12:11:57 -0500 (EST) Received: from dunx1.irt.drexel.edu (dunx1.irt.drexel.edu [144.118.24.33]) by shim1.irt.drexel.edu (iPlanet Messaging Server 5.2 HotFix 1.17 (built Jun 23 2003)) with ESMTP id <0I7C00DQ62FR1Q@shim1.irt.drexel.edu>; Wed, 17 Nov 2004 12:11:51 -0500 (EST) Date: Wed, 17 Nov 2004 12:11:51 -0500 (EST) From: Sarod Yatawatta In-reply-to: <200411170831.iAH8VE77079843@freefall.freebsd.org> To: Volker Stolz Message-id: MIME-version: 1.0 Content-type: multipart/mixed; boundary="Boundary_(ID_tYZKHcmlVK7FpojV7GD0Lw)" References: <200411170831.iAH8VE77079843@freefall.freebsd.org> cc: freebsd-ports-bugs@FreeBSD.org cc: sarod@users.sourceforge.net Subject: Re: ports/74026: [maintainer update] ports/cad/pdnmesh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 17:11:58 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --Boundary_(ID_tYZKHcmlVK7FpojV7GD0Lw) Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT On Wed, 17 Nov 2004, Volker Stolz wrote: > Synopsis: [maintainer update] ports/cad/pdnmesh > > State-Changed-From-To: open->feedback > State-Changed-By: vs > State-Changed-When: Wed Nov 17 08:29:58 GMT 2004 > State-Changed-Why: > - 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 -l > iconv -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 > > > Responsible-Changed-From-To: freebsd-ports-bugs->vs > Responsible-Changed-By: vs > Responsible-Changed-When: Wed Nov 17 08:29:58 GMT 2004 > Responsible-Changed-Why: > I'll track this > > http://www.freebsd.org/cgi/query-pr.cgi?pr=74026 > Fixed. thanks. diff attached sarod. --Boundary_(ID_tYZKHcmlVK7FpojV7GD0Lw) Content-id: Content-type: TEXT/PLAIN; charset=US-ASCII; name=pdnmesh.diff Content-transfer-encoding: 7BIT Content-disposition: attachment; filename=pdnmesh.diff Content-description: diff -ruN pdnmesh.bak/Makefile pdnmesh/Makefile --- pdnmesh.bak/Makefile Wed Nov 10 10:40:49 2004 +++ pdnmesh/Makefile Wed Nov 17 12:00:25 2004 @@ -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 @@ 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 diff -ruN pdnmesh.bak/distinfo pdnmesh/distinfo --- pdnmesh.bak/distinfo Wed Nov 10 10:40:49 2004 +++ pdnmesh/distinfo Tue Nov 16 23:49:08 2004 @@ -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 -ruN pdnmesh.bak/pkg-descr pdnmesh/pkg-descr --- pdnmesh.bak/pkg-descr Wed Nov 10 10:40:49 2004 +++ pdnmesh/pkg-descr Tue Nov 16 23:48:36 2004 @@ -12,7 +12,7 @@ * 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 -ruN pdnmesh.bak/pkg-plist pdnmesh/pkg-plist --- pdnmesh.bak/pkg-plist Wed Nov 10 10:40:49 2004 +++ pdnmesh/pkg-plist Tue Nov 16 23:49:03 2004 @@ -3,9 +3,8 @@ %%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 --Boundary_(ID_tYZKHcmlVK7FpojV7GD0Lw)--