${PORTSDIR} to ${.CURDIR}/../.. in the .include for bsd.octave.mk.
This is because USE_GMAKE no longer works after .include <bsd.ports.pre.mk>.
- Trim headers.
- Clean whitespace.
- Portlint.
since there was an API change to octave (from 3.4 to 3.6).
Now it is appropriate to bump the portrevision of every single octave-forge port,
but a few of the ports needed further patches to make them work: ad,
communications, parallel, odepkg. The es package doesn't build so we switched off.
Submitted by: stephen@
Reviewed by: maho@
release system they have is creating releases that don't quite fit into the
old paradigm. A big difference is that they don't all use configure any more.
This moves all the "GNU_CONFIGURE=yes" stuff from bsd.octave.mk to the
individual ports.
PR: 144512
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
This is oct2mat.
Convert m-file into matlab-compatible coding style.
WWW: http://octave.sourceforge.net/
PR: ports/134404
Submitted by: Stephen Montgomery-Smith <stephen AT missouri.edu>
Approved by: miwi (mentor)