aboutsummaryrefslogtreecommitdiff
path: root/devel/libmatheval
Commit message (Collapse)AuthorAgeFilesLines
* - Chase lang/guile shlib bumpMartin Wilke2009-01-221-2/+2
| | | | Notes: svn path=/head/; revision=226679
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Chase lang/guile share library version bump (.18 -> .19)Rong-En Fan2008-07-211-2/+2
| | | | | | | | | - Bump PORTREVISION PR: ports/125435 Notes: svn path=/head/; revision=217241
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to 1.1.5 to fix the build with guile-1.8.Joe Marcus Clarke2008-03-063-5/+6
| | | | | | | | Approved by: maintainer Reported by: pointyhat via pav Notes: svn path=/head/; revision=208509
* Chase libguile shared lib version.Joe Marcus Clarke2008-03-011-1/+2
| | | | Notes: svn path=/head/; revision=208243
* Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfoAde Lovett2007-11-181-1/+1
| | | | | | | | | as part of some cleanup work. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202757
* Mark as broken with gcc4.2 on amd64.Mark Linimon2007-10-021-1/+9
| | | | Notes: svn path=/head/; revision=200611
* Update to 1.1.3.Dmitry Sivachenko2006-12-234-7/+21
| | | | | | | | PR: 106653 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> Notes: svn path=/head/; revision=180603
* Update to 1.1.2.Dmitry Sivachenko2005-12-122-3/+5
| | | | Notes: svn path=/head/; revision=150975
* Add missing LIB_DEPENDS.Dmitry Sivachenko2004-07-071-0/+2
| | | | Notes: svn path=/head/; revision=113108
* New port: GNU libmatheval.Dmitry Sivachenko2004-07-045-0/+57
GNU libmatheval is a library which contains several procedures that make it possible to create an in-memory tree from the string representation of a mathematical function over single or multiple variables. This tree can be used later to evaluate a function for specified variable values, to create a corresponding tree for the function derivative over a specified variable or to write a textual tree representation to a specified string. The library exposes C and Fortran 77 interfaces. Notes: svn path=/head/; revision=112915