summaryrefslogtreecommitdiff
path: root/math/octave/patches
AgeCommit message (Collapse)AuthorFilesLines
2008-05-02Changes 3.0.1:adam1-3/+3
* This is a bug-fixing release.
2008-01-11Changes 3.0.0:adam10-115/+140
* Compatibility with Matlab graphics is much better now. We now have some graphics features that work like Matlab's Handle Graphics (tm): * The way Octave handles search paths has changed. * Previous versions of Octave had a number of built-in variables to control warnings (for example, warn_divide_by_zero). These variables have been replaced by warning identifiers that are used with the warning function to control the state of warnings. * All built-in variables have been converted to functions. * For compatibility with Matlab, the output order of Octave's "system" function has changed. * For compatibility with Matlab, the output of Octave's fsolve function has been changed. * For compatibility with Matlab, normcdf, norminv, normpdf, and normrnd have been modified to compute distributions using the standard deviation instead of the variance. * For compatibility with Matlab, gamcdf, gaminv, gampdf, gamrnd, expcdf, expinv, exppdf and exprnd have been modified to compute the distributions using the standard scale factor rather than one over the scale factor.
2005-07-01Changes 2.1.71:adam2-10/+10
* Bug fixes
2005-05-26Fix broken GNU configure script that was overriding the SED that wasjlam1-2/+13
passed to it with an empty string.
2005-05-18Changes 2.1.70:adam1-3/+3
* Bug fixes
2005-04-01patch-ad added :>adam1-0/+27
2005-04-01Changes 2.1.69:adam7-201/+181
* Bug fixes
2003-08-02Convert to USE_NEW_TEXINFO.seb3-55/+0
Remove now unnecessary patch files.
2003-07-02Update to version 2.0.17. Convert to using buildlink.jtb1-22/+28
Summary of changes for version 2.0.17: ------------------------------------- This will probably be the last release in the 2.0.x series. There are a few bug fixes, but the major change is to print a message saying that Octave 2.0.x cannot be compiled with gcc 3.0.x or gcc 2.96. If you want to build Octave 2.0.x, you will need to use gcc 2.95.x. If you want to use gcc 3.0.x or some later version, you should be using the Octave 2.1.35 sources or a more recent version.
2002-02-18Introduce new framework for handling info files generation and installation.seb3-0/+55
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-04-19make sure this configures and builds correctly with either f77 or f2c.dmcmahill1-11/+28
2000-09-09Fix compilation as non-root, based on a suggestion by Lex Wennmacherwiz1-2/+2
in pkg/10975.
2000-08-15USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-2/+25
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw1-29/+1
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-04-28This patch works around the problem that "make" requires rootwennmach1-0/+20
privileges while building kpathsea.
2000-04-28Updated octave to 2.0.16.wennmach6-67/+29
Changes since 2.0.13: (besides numerous bug fixes) - New math functions: besselh, airy - New functions: is_complex, isnumeric, isfinite, rehash, graw - The Bessel functions now accept complex values for the argument and any real value for the order. - New "finance" category - ~30 new functions in "signal" - Numerous new functions in "statistics" category, including new "distributions", "models", and "tests" directories - If LOADPATH contains a doubled colon, the default path is inserted in its place. This is similar to the substitution that also takes place for leading or trailing colons in the LOADPATH. - Loops of the form `for i = STRING ... endfor' are now allowed. ... and much more. Closes PR8421.
1999-04-23This pkg doesn't actually use Curses, so build with libtermcap instead.mycroft1-6/+29
1999-01-01__alpha__ != Digital Unix. Fix.garbled1-0/+21
1998-11-29Patch by Rene Hexel to make this package build with "egcs".tron1-0/+76
1998-11-25Fix egcs compile errors.tron2-0/+26
1998-11-25Add missing RCS Ids.tron3-0/+6
1998-11-25NetBSD patches supplied by Rene Hexel in PR pkg/6476.tron3-0/+67