aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave
Commit message (Collapse)AuthorAgeFilesLines
* Fix nasty template-instantiation problem that, while it compiled,chuckr1998-05-202-10/+5
| | | | | | | | | prevented it from running. The only fix (until FreeBSD goes elf) is to build the executeable statically. I really dislike that, but it's a linker problem that's not likely to be fixed. Much thanks to Victor Balden <victor@eng.uct.ac.za> for pointing me at this bug.
* Marked BROKEN until I find the reason it's core-dumping on startup.chuckr1998-05-161-1/+3
|
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatestg1998-05-061-1/+0
| | | | from octave and iv.
* Update octave to 2.0.12chuckr1998-05-063-520/+516
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Define MANUAL_PACKAGE_BUILD, it installs an old libreadline sharedasami1998-02-161-1/+3
| | | | | lib. This is not good, but this port is so large Chuck doesn't have the time to fix it properly.
* Fix problems with octave's PLIST and sort the PLIST.jseger1997-11-021-148/+194
| | | | | PR: 4730 Submitted by: Yoshio.Mita@isen.fr
* portlint.max1997-10-161-10/+10
|
* Syncing up with latest version, 2.0.9.chuckr1997-08-143-430/+430
| | | | If you test this, remember it's huge, the package is 16 megs alone.
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Bring Octave up to the latest revision, 2.0.8.chuckr1997-06-283-431/+439
| | | | Nagged into submission by: Bill Fenner's portsurvey :-)
* Upgrade octave to version 2.0.1. Fair warning, this takes a greatchuckr1997-01-213-236/+482
| | | | | | long time to compile, and the package is over 6 megabytes in size. Also depends on the new gnuplot port for output. Reviewed by: Satoshi
* Mark this BROKEN. I've also tried the latest release (octave-2.0)tg1996-12-121-1/+3
| | | | | | | with the same results: undefined symbols when linking. I'll put together a make log and my changes to the port so someone with a better knowledge of gcc and/or C++ can take a look at it (tomorrow morning MET (or is that CET nowadays?)).
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-3/+3
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* freebsd2.1 -> freebsd2.2 (argh!)asami1996-08-211-3/+3
|
* Reverse directory name from 2.2 to 2.1. It will be changed back onceasami1996-07-101-3/+3
| | | | 2.1.5 is released. :(
* Change version-dependent filenames to 2.2.asami1996-03-091-3/+3
|
* Remove ${KEYWORDS}.asami1996-03-061-2/+1
|
* Shorten one-line comments.asami1995-10-251-1/+1
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Change "i386-unknown-freebsd2.0.5" to "i386-unknown-freebsd2.1.0" soasami1995-10-121-3/+3
| | | | this will package in 2.1.
* Expand directories.asami1995-10-041-2/+222
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Various EXEC_DEPENDS fixes.asami1995-10-041-2/+2
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Cleanup. Install in /usr/local/share, etc.asami1995-07-291-3/+2
| | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Obtained from:
* octave-1.1.1, similar to matlab.asami1995-05-025-0/+50
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>