Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-01-26 | Move the include of mk/bsd.pkg.mk to the end so post-patch doesn't cause | veego | 1 | -8/+10 | |
make warnings and change the way EGCS_VERSION is defined. | |||||
2000-09-09 | Fix compilation as non-root, based on a suggestion by Lex Wennmacher | wiz | 2 | -4/+4 | |
in pkg/10975. | |||||
2000-08-15 | USE_PKGLIBTOOL -> USE_LIBTOOL | wiz | 4 | -6/+30 | |
2000-06-01 | s/USE_LIBTOOL/USE_PKGLIBTOOL/ | rh | 1 | -2/+2 | |
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages. | |||||
2000-05-02 | Remove patches to deal with two bugs involving configure's handling of | danw | 2 | -31/+3 | |
INSTALL which have both been worked around in bsd.pkg.mk now. | |||||
2000-04-28 | This patch works around the problem that "make" requires root | wennmach | 1 | -0/+20 | |
privileges while building kpathsea. | |||||
2000-04-28 | Updated octave to 2.0.16. | wennmach | 10 | -355/+495 | |
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. | |||||
2000-01-09 | space removed | wiz | 1 | -2/+2 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-16 | added USE_FORTRAN for control of the fortran compiler | dmcmahill | 1 | -11/+4 | |
1999-09-28 | Use a relative path for bsd.pkg.mk instead of relying on the search path. | soren | 1 | -2/+2 | |
1999-08-13 | Substitute for ${PKGNAME} when generating the PLIST files. | agc | 1 | -214/+214 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+8 | |
1999-06-28 | Include bsd.prefs.mk before using ${CC} in a != assignment, just in case | agc | 1 | -1/+3 | |
CC is set to something non-standard. | |||||
1999-04-26 | add USE_X11=yes | garbled | 1 | -1/+2 | |
1999-04-23 | This pkg doesn't actually use Curses, so build with libtermcap instead. | mycroft | 2 | -12/+30 | |
1999-04-08 | Use the correct format for GNU machine-arch vendor and opsys filenames. | agc | 1 | -10/+10 | |
1999-04-08 | s/netbsd/${LOWER_OPSYS}/g | agc | 1 | -10/+10 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -5/+5 | |
1999-02-09 | GNU plot is now at v.3.7. Depend on that version. | bad | 1 | -2/+2 | |
1999-01-14 | Reflect update of f2c. | frueauf | 1 | -2/+2 | |
1999-01-01 | __alpha__ != Digital Unix. Fix. | garbled | 1 | -0/+21 | |
1998-11-29 | If "egcs" is installed apply Rene Hexel's patch and use "g77" instead of | tron | 1 | -8/+19 | |
"f2c" as fortran compiler. | |||||
1998-11-29 | Patch by Rene Hexel to make this package build with "egcs". | tron | 1 | -0/+76 | |
1998-11-26 | Fix typo in last commit. | tron | 1 | -10/+10 | |
1998-11-26 | "i386--netbsd" -> "${MACHINE_GNU_ARCH}". | tron | 1 | -10/+10 | |
1998-11-26 | Remove debugging statement. | tron | 1 | -3/+1 | |
1998-11-26 | Don't attempt to build package if egcs is installed. | tron | 1 | -1/+8 | |
1998-11-26 | Remove unnecessary FreeBSD remainders, make sure ncurses gets found and | tron | 1 | -10/+11 | |
force usage of "f2c" if "g77" (egcs) is present. | |||||
1998-11-26 | Add some "@exec" and "@unexec" statements to get removal of binary package | tron | 1 | -2/+8 | |
to work. | |||||
1998-11-25 | Fix egcs compile errors. | tron | 2 | -0/+26 | |
1998-11-25 | Add missing RCS Ids. | tron | 3 | -0/+6 | |
1998-11-25 | NetBSD patches supplied by Rene Hexel in PR pkg/6476. | tron | 8 | -539/+619 | |
1998-11-22 | Initial import of FreeBSD's "octave" port: | tron | 5 | -0/+572 | |
High-level interactive language for numerical computations. |