aboutsummaryrefslogtreecommitdiff
path: root/math/octave-devel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove extraneous files and directories on deinstallKris Kennaway2000-07-031-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30111
* Tiny modification to silence portlint.Chuck Robey2000-06-231-1/+1
| | | | Notes: svn path=/head/; revision=29793
* Update octave to version 2.1.30 (bleeding-edge version).Chuck Robey2000-06-231-5/+5
| | | | Notes: svn path=/head/; revision=29792
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27509
* Upgrade to version 2.0.16.Chuck Robey2000-02-031-2/+2
| | | | | | | Submitted by: Bento logs. Notes: svn path=/head/; revision=25436
* Bring Octave up to version 2.0.15.Chuck Robey2000-01-211-2/+2
| | | | | | | Obtained from: Bill Fenner's Distfiles listing. Notes: svn path=/head/; revision=24882
* Update to version 2.0.14.Steve Price1999-12-291-4/+6
| | | | | | | | PR: 11504 Submitted by: nakai@tsl.pe.u-tokyo.ac.jp Notes: svn path=/head/; revision=24250
* Switch back dependency to gnuplot, now that chuckr has fixed it.Satoshi Asami1999-09-111-2/+2
| | | | Notes: svn path=/head/; revision=21641
* Change dependency from gnuplot to gnuplot+ (which has already been fixedSatoshi Asami1999-09-101-2/+2
| | | | | | | | to adopt to the new gd). If the gnuplot mainainer can fix it before the freeze, we'll switch back. Notes: svn path=/head/; revision=21532
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Misc. build fix.Satoshi Asami1999-05-121-17/+21
| | | | | | | | I changed "--defentry" to "--entry" but everything else is Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=18820
* Mark broken for ELF because doesn't build and I'll be darned if I'veSteve Price1998-09-271-1/+3
| | | | | | | found a way to fix it yet. :( Notes: svn path=/head/; revision=13461
* Use PLIST_SUB to avoid changing a few hundred lines in PLIST every timeSatoshi Asami1998-09-091-1/+3
| | | | | | | | | there's an upgrade. Approved by: maintainer Notes: svn path=/head/; revision=13064
* Upgrade octave to version 2.0.13.Chuck Robey1998-09-081-6/+6
| | | | Notes: svn path=/head/; revision=13048
* Fix nasty template-instantiation problem that, while it compiled,Chuck Robey1998-05-201-5/+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. Notes: svn path=/head/; revision=11073
* Marked BROKEN until I find the reason it's core-dumping on startup.Chuck Robey1998-05-151-1/+3
| | | | Notes: svn path=/head/; revision=10999
* Update octave to 2.0.12Chuck Robey1998-05-051-23/+15
| | | | Notes: svn path=/head/; revision=10865
* Define MANUAL_PACKAGE_BUILD, it installs an old libreadline sharedSatoshi Asami1998-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. Notes: svn path=/head/; revision=9751
* portlint.Masafumi Max NAKANE1997-10-151-10/+10
| | | | Notes: svn path=/head/; revision=8294
* Syncing up with latest version, 2.0.9.Chuck Robey1997-08-131-4/+4
| | | | | | | If you test this, remember it's huge, the package is 16 megs alone. Notes: svn path=/head/; revision=7572
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* Bring Octave up to the latest revision, 2.0.8.Chuck Robey1997-06-281-5/+8
| | | | | | | Nagged into submission by: Bill Fenner's portsurvey :-) Notes: svn path=/head/; revision=7108
* Upgrade octave to version 2.0.1. Fair warning, this takes a greatChuck Robey1997-01-201-11/+35
| | | | | | | | | 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 Notes: svn path=/head/; revision=5399
* Mark this BROKEN. I've also tried the latest release (octave-2.0)Thomas Gellekum1996-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?)). Notes: svn path=/head/; revision=4962
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-2/+2
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=4578
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4575
* Remove ${KEYWORDS}.Satoshi Asami1996-03-061-2/+1
| | | | Notes: svn path=/head/; revision=2780
* Various EXEC_DEPENDS fixes.Satoshi Asami1995-10-041-2/+2
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2244
* octave-1.1.1, similar to matlab.Satoshi Asami1995-05-021-0/+24
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=1566