summaryrefslogtreecommitdiff
path: root/math/octave/files/patch-libgnu-math.in.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update math/octave to 6.2.0.Stephen Montgomery-Smith2021-02-211-11/+0
| | | | | | | | | - Bump portrevision of dependent ports. - Add patches to dependent ports math/octave-forge-* if I can figure them out. - Mark broken dependent ports I couldn't figure out. Notes: svn path=/head/; revision=566249
* - Fixed error in which -qt4 is passed to QT tools. It should be -qt=qt4.Stephen Montgomery-Smith2018-05-061-2/+2
| | | | | | | | | | | - Set MKINFO in configure_args so that makeinfo works. - Since plist changed, bump portrevision. PR: ports/228004 Submitted by: Robert Cina <transitive@gmail.com> Notes: svn path=/head/; revision=469170
* - Update to 4.2.1.Stephen Montgomery-Smith2018-02-241-3/+3
| | | | | | | | | | - Maintainership to stephen@. PR: ports/225073 Submitted by: Ben Lauwens <ben.lauwens@gmail.com> Notes: svn path=/head/; revision=462865
* Replace USE_FORTRAN with USES=fortran such that C/C++ code is built withTijl Coosemans2013-12-131-0/+11
Clang/libc++ on FreeBSD 10. This fixes a crash caused by the use of libstdc++ while dependencies used libc++. Approved by: maho (maintainer) Notes: svn path=/head/; revision=336344