summaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct version of libtool 13 -> 15 to avoid install the *.la files.mezz2004-07-271-1/+1
| | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* only show i386 options to i386ijliao2004-07-241-3/+7
| | | | | PR: 69488 Submitted by: maintainer
* Move pkg's files to Makefile, remove pkg-plist.osa2004-07-212-2/+2
| | | | Approved by: Jason Harris jharris at widomaker dot com (maintainer)
* Update to 0.9.3.knu2004-07-193-10/+48
|
* Add a new shared extension for PHP.ale2004-07-193-0/+29
|
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* Add a new shared extension for PHP.ale2004-07-193-0/+29
|
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* o) Update to 5.1.16, with the following fixes:lkoeller2004-07-182-6/+4
| | | | | | | | | | * PDF driver updated to work with PDFlib-6 (rep. #1426). Minimal supported version is now 5.0 -> These unbreaks the build * set scrolling of the custom ticks/labels table to 1 row per click (rep. #1419) * updates relevant to the status of mailing lists/forums * added option to generate PDF-1.4 format (Acrobat5). Support for PDF-1.2 (Acrobat3) removed * replaced meaningless error message issued when trying to load data with a few string columns as a single set * in the spreadsheet editor, the last entered cell's data wasn't committed (rep. #1420)
* Update to version 2.6.4krion2004-07-173-9/+24
| | | | | PR: ports/69188 Submitted by: Ports Fury
* Fix patch-file.edwin2004-07-171-6/+6
| | | | Noticed by: SANETO Takanori <sanewo@ba2.so-net.ne.jp>
* [math/gnuplot+] fix amd64 build failureedwin2004-07-162-14/+8
| | | | | | | | | | | | | | It is marked BROKEN on amd64 because FreeBSD/amd64 does not have some IEEE FP functions like fpresetsticky(). The build failure log is now available at http://pointyhat.freebsd.org/errorlogs/amd64-5-full/gnuplot371+-1.2.0_1.log I found file/patch-za causes the problem. The feature of this patch as reported in ports/16120 can take effect only on FreeBSD/i386. PR: ports/69143 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
* Fix build on 5.x and fix build with new X headers.anholt2004-07-154-7/+45
| | | | Reported by: pointyhat via kris
* In former commit I commented out all the blas options.maho2004-07-141-2/+2
| | | | pointy hat to: myself
* Some options for BLAS are available (though they are hidden by default).maho2004-07-142-2/+18
|
* 1) correct the names of shared libs for threaded versionmaho2004-07-144-5/+33
| | | | 2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M)
* Remove lapack dependency.maho2004-07-141-2/+1
|
* Update to 3.7.5maho2004-07-142-3/+3
|
* Update to 0.9.1.knu2004-07-133-42/+6
|
* . Bump PORTREVISION (forgotten in previous commit).glewis2004-07-131-1/+1
|
* . Sort OPTIONS and the associated sections that deal with them.glewis2004-07-131-8/+15
| | | | | | . Add a GD option that compile gd support into gnuplot. Prompted by: Chris Burkert <chris@chrisburkert.de>
* - Unbreak package building.lth2004-07-122-3/+4
| | | | | | | - Bump PORTREVISION Noticed by: kris Approved by: maintainer
* BROKEN: Does not buildkris2004-07-111-0/+2
|
* Add p5-Geo-Distance 0.06, calculate Distances and Closest Locations.lth2004-07-116-0/+88
| | | | | | PR: 68902 Submitted by: Rod Taylor <ports@rbt.ca> Approved by: erwin (implicit)
* Fix a "reinplaced" patch.thierry2004-07-111-27/+1
|
* BROKEN: Unfetchablekris2004-07-111-0/+1
|
* Upgrade to 1.41.thierry2004-07-109-79/+244
|
* - Correct dependency on linux-pngpav2004-07-101-1/+1
| | | | | | Thank to Jean-Yves for spotting this and finding a solution. Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Remove CONFLICTS, it's not necessary anymore.netchild2004-07-102-2/+0
| | | | | Submitted by: marius Approved by: maintainer timeout
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-0913-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* - Unbreak build by using gmake all over the place. Without this, $< in Makefilespav2004-07-081-3/+3
| | | | are not expanded and perl hangs on tty input during build
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-072-8/+4
| | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team
* Chase libgsl-updatevs2004-07-074-4/+4
|
* Chase libgsl-updatevs2004-07-071-1/+1
| | | | | | PR: ports/68749 Submitted by Jon Drews and: kiril@
* - Update to 1.5vs2004-07-063-6/+9
| | | | | | | - Assign maintainership to submitter PR: ports/68715 Submitted by: Jonathan Drews
* Update to version 1.2.7krion2004-07-036-21/+21
| | | | | PR: ports/68634 Submitted by: Ports Fury
* Remove libgmp-freebsd, superseded by libgmp4.netchild2004-07-021-1/+0
|
* Remove expired port, it's superseded by math/libgmp4.netchild2004-07-026-714/+0
| | | | Reminded by: marius
* Update to 0.20105erwin2004-07-022-3/+3
| | | | Approved by: maintainer (implicit)
* - Fix optional dependency on unexistant portpav2004-07-012-4/+3
| | | | | | | | - WANT_ -> WITH_ - Portlint PR: ports/68567 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
* Update to 1.2.13.marcus2004-06-303-120/+9
|
* Update to 0.4.6.knu2004-06-283-31/+72
|
* Fix OPTIONSkrion2004-06-271-6/+7
| | | | | PR: ports/68388 Submitted by: Ports Fury
* Update to version 0.9.13krion2004-06-274-13/+22
| | | | | PR: ports/68387 Submitted by: Ports Fury
* - Fix WITH_SSE on 4.x by using gcc-3.3pav2004-06-271-1/+4
| | | | | | | - Update MASTER_SITES PR: ports/68407 Submitted by: michael johnson <ahze@rgv.net> (maintainer)
* Add ruby-fftw3, Ruby bindins for fftw3 library.pav2004-06-265-0/+49
| | | | | PR: ports/68310 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
* - Update to 1.9.1pav2004-06-252-3/+3
| | | | | PR: ports/68336 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* . Chase print/pdflib updates. While this change fixes compilation and isglewis2004-06-252-1/+14
| | | | | my best guess at what needs to happen so far, PDF file generation currently appears broken.
* - Update to 1.9.1pav2004-06-253-8/+12
| | | | | PR: ports/68295 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* - Chase the pdflib shared libraryale2004-06-251-2/+2
| | | | - Bump PORTREVISION
OpenPOWER on IntegriCloud