aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave
Commit message (Collapse)AuthorAgeFilesLines
* - Link against osmesa.stephen2018-03-031-4/+9
| | | | - Bump portrevision.
* - Make sure qscintilla links correctly to octave (otherwise the built in ↵stephen2018-03-022-1/+10
| | | | | | text editor doesn't work in the GUI version).
* - Make sure build doesn't use qt5 libraries/utilities.stephen2018-02-281-1/+2
| | | | | PR: ports/226246 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
* Explicitely disable openmp, for some reasons configure enables it onantoine2018-02-261-1/+3
| | | | | | | 10.x amd64 (not other archs) and this causes fallout in some octave-forge ports With hat: portmgr
* - Update to 4.2.1.stephen2018-02-2516-385/+712
| | | | | | | - Maintainership to stephen@. PR: ports/225073 Submitted by: Ben Lauwens <ben.lauwens@gmail.com>
* Update QScintilla 2.10.2.rakuco2018-02-181-2/+2
| | | | | | | | | | | Upstream has renamed its libraries and we no longer need to patch devel/qscintilla-qt5 to create a library whose name does not conflict with devel/qscintilla's. However, the library names are different so we need to bump PORTREVISION in several ports (the SOVERSION has changed too). Thanks to antoine for the exp-run. PR: 225928
* math/octave: Set correct USE_LDCONFIG=joneum2017-12-021-8/+8
| | | | | | | PR: 223690 Reported by: joneum Approved by: maintainer timeout (2 weeks) rene (mentor) Differential Revision: https://reviews.freebsd.org/D13245
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Bump PORTREVISION to reflect print/gl2ps changes.araujo2017-08-241-1/+1
| | | | | PR: ports/218399 (based on) Submitted by: emaste
* Update devel/readline to 7.0 patch 3sunpoet2017-06-271-1/+1
| | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
* Update science/hdf5 to 1.10.1sunpoet2017-05-301-1/+1
| | | | | | - Bump PORTREVISION for shlib change Changes: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Revert r428758 and unbreakantoine2016-12-171-4/+5
| | | | | | The portmgr blanket doesn't cover breakages Pointy hat: sunpoet
* - Use USES=makeinfo instead of hard-coded BUILD_DEPENDSsunpoet2016-12-171-4/+3
| | | | | | - Update RUN_DEPENDS: remove redundant LOCALBASE/bin Approved by: portmgr (blanket)
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-12-071-0/+1
| | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
* Fix build after math/glpk updateantoine2016-07-301-10/+0
| | | | | Reported by: pkg-fallout PR: 211455
* 1. Some dependencies were added per QA advice.maho2016-07-275-160/+142
| | | | | | | | | | | 2. updated to version 4.0.3 deleted obsolete patch 'patch-libinterp-octave-value-ov-classdef' Java and GUI are now optional plist is now generated automatically revised dependencies PR: 211291 Submitted by: bsam (1), Alexander Sherikov (2)
* math/octave: remove wrongly used PLIST_SUB from pkg-plistbsam2016-07-221-150/+150
| | | | | | PR: 210055 Submitted by: Tobias Berner <tcberner@gmail.com> Approved by: maintainer timeout (7 weeks)
* Fix build with libc++ 3.8.0, by disabling custom max_align_t definitionantoine2016-06-061-1/+2
| | | | | | PR: 209692 Submitted by: dim@ Approved by: maintainer timeout (2 weeks)
* - Update to 1.10.0sunpoet2016-04-211-1/+1
| | | | | | | | | - Add LICENSE_FILE - Remove outdated PORTSCOUT - Re-enable SZIP option by default: it was changed unintentionally in r398300 Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-22/+22
| | | | | With hat: portmgr Sponsored by: Absolight
* Forgot to add patches, and bump port revisionmaho2016-01-133-1/+26
| | | | | | PR: 201737 Submitted by: you.akira.noda@gmail.com Also spotted by: stephen@
* Update to 4.0.0maho2016-01-084-211/+285
| | | | | PR: 201737 (partially) Submitted by: you.akira.noda@gmail.com
* Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.rakuco2015-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Bring in some long overdue updates, some of which are required for us to later land the PyQt5 ports. One big change with this update is that the PyQt4 ports now install their .sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do not end up with directories like share/py-sip/QtCore, which are especially confusing once PyQt5 lands and starts installing files with the same names. Other noteworthy items: - PORTREVISION has been bumped on ports depending on devel/qscintilla2 because libqscintilla2.so's SOVERSION has changed. - graphics/seexpr has been converted to USE_PYQT, as the file it used to define a build-time dependency on x11-toolkits/py-qt4-gui has moved. Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi (madpilot@) for their initial work on these ports as part of the effort to land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of the PyQt5 patch set). PR: 205143
* graphics/GraphicsMagick: Upgrade version 1.3.21 => 1.3.22marino2015-10-121-1/+1
| | | | | | | | | | | | | GraphicsMagick was just updated, but there was as newer, second PR to upgrade it once more. And again, the shared library version has been bumped (haven't these guys heard of symbol versioning?) While the INDEX references 114 users of GraphicksMagick, I'm going to only bump the same 8 ports as yesterday. The bump script appears to be obsolete (still uses CVS!) PR: 203547 Submitted by: Walter Schwarzenfeld
* graphics/GraphicsMagick: Upgrade version 1.3.20 => 1.3.21marino2015-10-101-1/+1
| | | | | | | | The shared library versions changed, so bump all the ports that depend on GraphicsMagick by default too. PR: 200304 Submitted by: ports fury
* - Switch to options helpersamdmi32015-08-281-6/+4
| | | | | | - While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS Approved by: portmgr blanket
* - Update to 1.8.15sunpoet2015-05-241-1/+1
| | | | | | | - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Descriptions from bsd.options.desc.mk is used, and openblas is now default.maho2015-05-121-8/+6
|
* Moving the Octave icons to a directory which is not version specific (*).maho2015-04-072-4/+4
| | | | | | Remove ATLAS knob, and bump portrevision. Submitted by: Jason Bacon (*)
* * Update to 3.8.2maho2015-03-143-58/+2128
| | | | | | * OpenBLAS cleanup Submitted by: therry@ (openblas part)
* - Update to 1.8.14sunpoet2015-01-181-1/+1
| | | | | | | | | - Update MASTER_SITES - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* Cleanup plistantoine2014-11-132-12/+4
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* math/fftw3:tijl2014-09-011-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD
* - Switch graphics/GraphicsMagick to USES=libtool, drop .la filesamdmi32014-08-051-2/+2
| | | | | | | | - Bump dependent ports as .so version has changed - Fix distinfo for graphics/cmg - Fix shebang for graphics/vips Approved by: portmgr blanket
* Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.rakuco2014-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to the shlib version change. This is brought to you by the KDE on FreeBSD team. Besides updating to newer upstream releases, this commit also contains a lot of under-the-hood changes to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of cruft over time, so it was time for some summer cleaning: - General, belated changes: * Use OPTIONS helpers wherever possible, stop including <bsd.port.options.mk> when not necessary, stop checking for ${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary, add options such as DOCS and/or DEBUG where they were only checked for. - QScintilla ports: * Drop the API option from py-qt4-qscintilla2. It had been broken ever since staging support was added, and its existence does not make much sense: QScintilla is a hard dependency regardless of the state of this option anyway, they all come from the same tarball and the configuration script assumes the .api file will always be installed. - PyQt ports: * The configure.py patch shared by all PyQt ports has been trimmed down to the minimum. Changes for Qt3 compatibility or for things that are just not needed anymore have been removed. * Several post-configure targets in the PyQt ports have been removed, as they had no effect on the way the ports were built whatsoever. * In some cases, instead of calling Python's py_compile.py on `ls *.py */*.py */*/*.py` to generate .pyc and .pyo files, we just call compileall.py, which is made for this kind of task. * The patch + sed hack to build py-qt4-dbussupport has been replaced by only extracting the dbus/ directory for that port and excluding it from all others. * Move the bulk of the code in all Makefiles to bsd.pyqt.mk, like the non-Python Qt ports do with bsd.qt.mk and the QT_DIST variable. A large portion of all PyQt Makefiles were very similar and contained a lot of boilerplate code that can be shared among all of them since they all come from the same tarball. bsd.pyqt.mk now has a PYQT4_DIST variable that, when set, automatically sets several common variables and the do-configure target for a port. This allows us to considerably reduce the size of all the py-qt4-* Makefiles. * To make the above possible and also to allow us to use as many OPTIONS helpers as possible, the ARGS variable is now called CONFIGURE_ARGS. That's what it was used for anyway. PR: 191990
* Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagickrene2014-06-181-3/+3
| | | | | | | instead, these two ports are now equal. Bump PORTREVISIONs Approved by: portmgr (antoine)
* * Better GUI support [1]maho2014-06-072-2/+5
| | | | | | | * fix pkg-plist [2] Submitted by: Jason Bacon <jwbacon@tds.net> [1] swills@ [2]
* Update to 3.8.1maho2014-06-062-4/+3
|
* - Chase revision r353615 to math/qhull5.stephen2014-05-111-1/+1
|
* Runtime fix: all the dynamically generated part of the plist was not packagedantoine2014-05-101-4/+4
| | | | With hat: portmgr
* - New LIB_DEPENDS syntax.tijl2014-05-091-60/+42
| | | | | | | - USES=libtool tar:bzip2. - Move some variable definitions in front of bsd.port.options.mk. - Add DOCS option. - Remove FreeBSD 6 support.
* - Update to 1.8.12 (from science/hdf5-18)sunpoet2014-05-031-2/+2
| | | | | | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1]
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Finish stage supportantoine2014-01-252-1/+4
|
* Update to 3.8.0maho2014-01-2313-463/+176
| | | | | PR: 185991 Submitted by: Max Sterling <maxclsb@gmail.com>
* Replace USE_FORTRAN with USES=fortran such that C/C++ code is built withtijl2013-12-134-6/+37
| | | | | | | Clang/libc++ on FreeBSD 10. This fixes a crash caused by the use of libstdc++ while dependencies used libc++. Approved by: maho (maintainer)
* A build fix with recent (?) version of texinfo.maho2013-11-291-0/+17
| | | | | | | Note that this cannot be reproduced in maho's tinderbox. PR: 183338 Submitted by: Mamoru Iwaki <1wkmmr@gmail.com>
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-1/+2
| | | | math)
* Convert to new perl frameworkbapt2013-09-171-3/+2
| | | | Convert USE_GMAKE to USES
* Add an explicit dependency on pkgconfantoine2013-09-041-1/+1
| | | | Approved by: portmgr (bapt)
* Unbreak for texinfo 5.1, patch was taken from Gentoo site.maho2013-08-162-1/+361
| | | | | | | | | | | | Portrevision bumped. > Octave-3.6.4 in Gentoo has the identical bug. > https://bugs.gentoo.org/show_bug.cgi?id=465536 > Their texinfo.patch is here: > https://465536.bugs.gentoo.org/attachment.cgi?id=347084 PR: 179105 Submitted by: Chen Xie <xiechen@mail.ustc.edu.cn>
* Update math/glpk to 4.52.1 and adjust dependent portsbf2013-08-071-1/+1
|
* - Update to 7.31.0sunpoet2013-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* - Do not remove directories not created by this portmiwi2013-06-091-0/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* Update math/glpk to 4.50 and adjust dependent portsbf2013-05-301-1/+1
|
* Use USE_TEX.hrs2013-05-121-1/+1
| | | | Spotted by: stephen
* update math/glpk to 4.49, and adjust dependent portsbf2013-05-112-0/+11
| | | | Approved by: maho
* Update to 3.6.4.maho2013-05-102-4/+3
|
* update glpk to 4.48 and adjust dependent portsbf2013-01-311-7/+3
|
* Accordingly bump portrevision as SuiteSparse is updated to 4.0.2.maho2013-01-031-1/+1
|
* Correct dependency of openblas.maho2013-01-031-1/+1
| | | | Submitted by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp>
* Remove .1 from GraphicsMagick, as octave doesn't requiremaho2013-01-031-1/+1
| | | | | | paticular version. Submitted by: Scott Bennett <bennett@cs.niu.edu>
* Update PCRE to 8.32mm2012-12-111-1/+2
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* update to 3.6.3maho2012-11-032-5/+10
| | | | Feature safe: yes
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* Update to 3.6.1.maho2012-04-112-5/+4
|
* Bump pcre library dependency due to 8.30 updatemm2012-02-141-2/+2
|
* Fix link against libumfpack.maho2011-12-051-0/+2
| | | | | | | | Bump port revision. PR: 162988 Submitted by: Jason Bacon <jwbacon@tds.net> Feature safe: yes
* adjust linking and comments in dependent ports after the math/atlas update;bf2011-11-221-10/+10
| | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
* update to 3.4.3.maho2011-11-082-4/+3
| | | | Feature safe: yes
* - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-10-171-2/+2
| | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen
* - LIB_DEPENDS qhull -> qhull5stephen2011-10-031-2/+2
| | | | | | - Bump portrevision PR: ports/161089
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Better pkg-plist generation, making octave and octave-forge moremaho2011-07-211-1/+10
| | | | | | orthogonal. Discussion with: stephen@
* - Bump PORTREVISION for science/hdf5-18 shlib changesunpoet2011-07-151-1/+1
|
* - Add missing items in pkg-plist.stephen2011-07-112-4/+7
| | | | | | | - Portlint. - Bump portrevision. Approved by: maho (mentor) and maho (maintainer)
* Update to 3.4.2.maho2011-07-052-3/+3
|
* Update to 3.4.1.maho2011-06-234-27/+18
| | | | | | | | | | | Add a make target called "check" you can now check octave port by $ make check . [1] Note: 10 tests failed on FreeBSD 8.1/RELEASE amd64. Discussion with @tmacchant via twitter
* Chase glpk shlib version bump.demon2011-05-251-2/+2
|
* Remove legacy dependency to science/hdf5,maho2011-05-111-9/+3
| | | | | | | and bump portrevision (may not be required, though.) PR: 156940 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
* update to 3.4.0maho2011-05-108-115/+45
| | | | | PR: 156603 Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu>
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Add option to allow build with either hdf v1.6 or 1.8.makc2010-08-011-1/+8
| | | | | | | | Build with 1.6 by default, since most of the ports still depend on legacy hdf5. PR: ports/148496 Submitted by: makc@ Approved by: maintainer timeout (three weeks)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Chase x11-toolkits/fltk updategahr2010-03-241-2/+2
|
* Chase glpk shlib version.demon2010-03-191-1/+2
|
* Update to 2.3.4. (this is a bugfix release)maho2010-02-162-5/+4
| | | | | | | | | | quoting from http://www.gnu.org/software/octave/ > January 28, 2010 > Version 3.2.4 has been released and is now available for ftp. > Octave 3.2.4 is a bug-fixing release NEWS file for a > list of user-visible changes in the 3.2.x series. Feature safe: yes
* Build fix gotoblas.maho2010-02-161-5/+4
| | | | Feature safe: yes
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* Chase glpk shlib version.demon2010-01-141-1/+2
| | | | Bump PORTREVISION.
* Update to 3.2.3.maho2009-10-072-5/+4
| | | | Feature safe: yes
* Unbreak. Now it builds.maho2009-09-281-2/+0
| | | | Feature safe: yes
* - Mark BROKEN - does not build:pav2009-09-221-0/+2
| | | | | | | /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by ./gendoc not found Reported by: pointyhat Feature safe: yes
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* Chase glpk shlib version bump;demon2009-09-041-2/+2
| | | | PORTREVISION++.
* - Fix pkg-plistdhn2009-08-242-9/+9
| | | | - Bump PORTREVSION
* Detect arpack correctly for BLAS and ATLAS, and bump port revision.maho2009-08-072-4/+13
| | | | Submitted by: Robert Jenssen <robertjenssen@ozemail.com.au>
* Remove metis include dir.maho2009-08-061-1/+1
|
* Add dependency to math/qrupdate, and bump portrevision.maho2009-08-061-0/+2
|
* Update to 3.2.2.maho2009-08-035-30/+34
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Chase glpk shlib version.demon2009-06-241-2/+2
|
* Bump port revision accordingly. (it should only affects to FSBD6 though)maho2009-05-261-1/+1
|
* Fix a commit for prior than FBSD7.maho2009-05-261-0/+9
| | | | | | Original patch has been slighlty modified. PR: 127491 Submitted by: Stephen Montgomery-Smith
* Fix pkg-plist and bump portrevision.maho2009-04-142-8/+9
| | | | | Submitted by: Stephen Montgomery-Smith Approved by: portmgr (pav)
* Update to 3.0.5.maho2009-04-126-1794/+65
|
* Bump glpk shlib version.demon2009-04-021-2/+2
|
* Fix build with suitesparse 3.2.maho2009-02-181-0/+53
| | | | | | patch is obtained from http://hg.tw-math.de/release-3-0-x/rev/712d9e045b1e .
* * Remove direct dependency to gcc42. now USE_FORTRAN impliesmaho2009-01-071-3/+2
| | | | | | | RUN_DEPENDS as well. (now points to gcc43, though). * Bump portrevision. Submitted by: pav, gerald
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-5/+0
|
* Chase glpk shlib version bump.demon2008-12-261-2/+2
|
* Fix latest link.maho2008-11-101-2/+0
| | | | | PR: 128706 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Chase glpk shlib version, bump PORTREVISION.demon2008-11-071-1/+2
|
* Update to 3.0.3.maho2008-10-152-5/+4
|
* Add gcc42 dependency at runtime.maho2008-10-061-2/+3
|
* Fix pkg-plist, and bump portrevision.maho2008-09-082-3/+10
|
* Update to 3.0.2, and sort pkg-plist.maho2008-09-053-111/+124
|
* Chase glpk shlib version.demon2008-09-041-2/+2
|
* Recognize the -pthread flag, and bump port revision.maho2008-09-022-1/+12
| | | | | PR: 126899 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Bump portrevision due to the shared lib updatemaho2008-08-201-1/+1
| | | | of glpk.
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Chase glpk shlib version bump.demon2008-08-151-1/+1
|
* Bump portresivion after a fix of pkg-plist.maho2008-07-291-0/+1
| | | | Submitted by: erwin
* Fix pkg-plist.maho2008-07-291-1/+1
| | | | Submitted by: pav
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-6/+2
| | | | MAKE_ENV
* Fix build.maho2008-07-231-1/+1
| | | | Spotted by: itetcu
* Fix build withmaho2008-07-231-3/+3
| | | | | | NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes Spotted by: itetcu
* Fix build.maho2008-07-231-0/+3
| | | | Submitted by: itetcu, pav, erwin
* Update to 3.0.1maho2008-07-176-67/+10
|
* Chase glpk shared library version.demon2008-07-151-1/+1
|
* Fix dependency and bump portrevision.maho2008-06-091-2/+2
| | | | | PR: 124386 Submitted by: Max Brazhnikov
* Better BLAS/LAPACK support.maho2008-03-081-7/+17
|
* Since bsdtar can detect the type of file it's extracting, simplifybrooks2008-02-272-13/+26
| | | | | | handling of compressed tarballs and zip files. Approved by: maho (maintainer)
* 1. FreeBSD tar requires extra switches to read the archive from stdin.maho2008-02-273-1/+31
| | | | | | | 2. Fix installation of packages from octave-forge. make is not GNU make. 3. Bump portrevision accordingly. Submitted by: Ryan Hinton <rwh4s@virginia.edu>
* Use the C++ compiler for linking liboctinterp.so in ordermaho2008-02-141-0/+12
| | | | | | to avoid lots of "Undefined symbol" errors also the tests passes. Submitted by: Ryan Hinton <rwh4s@virginia.edu>
* Use termios terminal interface, so that COMPAT_43TTY kernelmaho2008-01-071-1/+2
| | | | | | option can be removed without strange side-effects. Submitted by: Ed Schouten <ed@fxq.nl>
* Bump port revision by former commit.maho2008-01-051-0/+1
| | | | Submitted by: pav
* Add gsed in the RUN_DEPEND section.maho2008-01-041-1/+2
| | | | | | mkoctfile requres gsed. Submitted by: pav
* Update to 3.0.0, and grab maintainership.maho2007-12-2512-860/+1224
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-4/+0
|
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-161-4/+1
|
* Reset rainer.alves@gmail.com by request due to current lack of time tolinimon2007-06-301-1/+1
| | | | work on FreeBSD.
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - atlas and blas library number are bumped to 2rafan2007-01-141-2/+2
| | | | Forgotten by: maho
* * Migrate to gfortran.maho2007-01-121-2/+5
| | | | | | * Bump port revision. Approved by: portmgr(kris)
* * Fix pkg-plist of math/octave-forgevd2006-10-232-3/+4
| | | | | | | * Remove quotes from BROKEN in math/octave-forge * Use dirrmtry in math/octave for common directories with math/octave-forge Approved by: portmgr (erwin)
* - Add more MASTER_SITES [1]mnag2006-10-082-680/+690
| | | | | | | | | | - portlint and remove duplicated 5.x directive [1] - Use %%DATADIR%% in pkg-plist [1] - Take maintainer [1] - Make it possible to build w/o math/atlas. Now use math/blas as default, instead of math/atlas. [2] PR: 97199 [1], 100330 [2] Submitted by: Rainer Alves <rainer.alves___gmail.com> [1], trasz <trasz___pin.if.uz.zgora.pl> [2]
* octave executable is now installed under libexec,maho2006-07-092-2/+4
| | | | | so that we can install multiple versions of octaves. (esp for upcoming math/octave-devel port)
* Update to 2.1.73maho2006-07-015-18/+19
| | | | This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-29/+29
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256pav2005-11-251-0/+1
|
* Fix pkg-plist when both octave and octave-forge aremaho2005-11-111-0/+1
| | | | installed
* Fix package listmaho2005-11-111-22/+43
|
* [1]:jylefort2005-05-279-138/+90
| | | | | | | | | | | - Update to 2.1.71 - Use ${INFO} Moreover: - Polish the Makefile PR: ports/81482 [1] Submitted by: Johan van Selst <johans@stack.nl> [1]
* BROKEN on 5.x: Does not compilekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* - Use more graceful way to unbreak on amd64sem2005-02-102-7/+13
| | | | | PR: ports/74669 Submitted by: Roland Smith <rsmith(at)xs4all.nl>
* BROKEN on 4.x: Does not compilekris2004-12-121-0/+4
|
* Unbreak on AMD64 by linking libglob statically vs. dynamically until theobrien2004-12-051-7/+8
| | | | | | PIC issues are properly dealt with. Submitted by: Roland Smith <rsmith@xs4all.nl>
* Remove dependancy on REINPLACE.obrien2004-12-051-5/+3
|
* Add perl build dependency.lesi2004-12-031-0/+1
| | | | | | | Previously it was picked up by imake, which was run time dependency for X libraries. Since this will no longer hold, specify perl explicitly. Pointed out by: dosirak via kris, while testing X.Org upgrade
* update to 2.1.63maho2004-11-223-14/+266
|
* BROKEN on amd64: Shared libraries must be compiled with -fPICkris2004-06-191-0/+4
|
* update to 2.1.57maho2004-05-073-9/+17
|
* update to 2.1.53maho2004-05-063-14/+46
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 1)
* SIZEify.trevor2004-01-301-0/+1
|
* - Link with atlas version of lapackpav2003-12-073-7/+18
| | | | | | | | | - Make mkoctfile accept -pthread - Don't hardcode path to lib symlink PR: ports/56621, ports/58555 Submitted by: John E. Hein <jhein@timing.com> AMAKAWA Shuhei <sa264@cam.ac.uk>
* Add simple wrapper to avoid the errormaho2003-07-243-13/+23
| | | | | | | /usr/libexec/ld-elf.so.1: Shared object "liboctinterp.so" not found PR: 54567,54653 Submitted by: Jonathan <j.e.drews@worldnet.att.net>
* Update to 2.1.50.nork2003-07-152-2/+2
| | | | | PR: ports/54486 Submitted by: Shin-ichi Yoshimoto <yosimoto@waishi.jp>
* o Enable load *.oct files. [1]nork2003-06-152-60/+140
| | | | | | | | | | o Fix pkg-plist accordingly. [1] o Bump PORTREVISION accordingly. o Remove unnecessary files from pkg-plist. [2] Submitted by: Kay Lehmann <kay_lehmann@web.de> [1] Pointed out by: bento via kris [2] Pointy hat to: myself [2]
* 1. Correct wrong dependency for Lapackmaho2003-06-101-2/+2
| | | | | Submitted by: Kay Lehmann <kay_lehmann@web.de> 2. Correct wrong dependency for atlas
* Update to 2.1.49.nork2003-06-102-5/+10
| | | | Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
* o Update to 2.1.48.nork2003-06-108-53/+58
| | | | | | PR: ports/52902 Submitted by: Ulrich Spoerlein <q@uni.de> Suggested by: Chris BeHanna
* 1. remove BROKENijliao2003-06-084-123/+170
| | | | | 2. utilize PORTDOCS and DOCSDIR 3. sort PLIST
* wrong OSVERSION last commitijliao2003-06-081-1/+1
|
* work for both -stable and -currentijliao2003-06-081-1/+1
| | | | | PR: 48322 Submitted by: Chris BeHanna <chris@pennasoft.com>
* octave needs readline 4.2ijliao2003-06-081-0/+4
| | | | | PR: 48323, 48449 Submitted by: Chris BeHanna <behanna@topperwein.pennasoft.com>, Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
* Remove chuckr as maintainer of his ports. He has not committed sincekris2003-06-081-1/+1
| | | | | | | 09/2000 and has been unresponsive to mail about his ports for at least 2 years. Approved by: portmgr
* BROKEN: Does not compilekris2003-05-071-0/+2
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* upgrade to 2.1.39ijliao2002-11-173-3/+18
| | | | | | PR: 39251, 45201 Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Approved by: maintainer timeout
* I found a very small typo. (%D/octave.info instead of %D/info/octave.info)mita2002-06-181-2/+2
|
* WWW: http://www.octave.org/hoek2001-01-071-0/+2
|
* Remove extraneous files and directories on deinstallkris2000-07-032-1/+6
| | | | Noticed by: bento
* Tiny modification to silence portlint.chuckr2000-06-231-1/+1
|
* Update octave to version 2.1.30 (bleeding-edge version).chuckr2000-06-233-227/+443
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* The Alpha's fpsetmask(3) routine doesn't have a FP_X_DNML bit, so remove itsteve2000-02-211-0/+14
| | | | and get this port to building again.
* Upgrade to version 2.0.16.chuckr2000-02-033-3/+4
| | | | Submitted by: Bento logs.
* Bring Octave up to version 2.0.15.chuckr2000-01-224-12/+11
| | | | Obtained from: Bill Fenner's Distfiles listing.
* Update to version 2.0.14.steve1999-12-294-33/+213
| | | | | PR: 11504 Submitted by: nakai@tsl.pe.u-tokyo.ac.jp
* Fix checksum.chuckr1999-10-051-1/+1
|
* Switch back dependency to gnuplot, now that chuckr has fixed it.asami1999-09-111-2/+2
|
* Change dependency from gnuplot to gnuplot+ (which has already been fixedasami1999-09-101-2/+2
| | | | | to adopt to the new gd). If the gnuplot mainainer can fix it before the freeze, we'll switch back.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Sprinkle in some '#if !defined(__FreeBSD__)' incantations so we don't getsteve1999-07-061-0/+20
| | | | | OSF1/Alpha characteristics when the machine's arch is Alpha and the OS is FreeBSD.
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* Misc. build fix.asami1999-05-134-174/+203
| | | | | I changed "--defentry" to "--entry" but everything else is Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Mark broken for ELF because doesn't build and I'll be darned if I'vesteve1998-09-281-1/+3
| | | | found a way to fix it yet. :(
* Use PLIST_SUB to avoid changing a few hundred lines in PLIST every timeasami1998-09-092-469/+471
| | | | | | there's an upgrade. Approved by: maintainer
* The three libraries are installed in a subdirectory, not under /usr/local/lib.asami1998-09-091-3/+7
| | | | | | | | Also, three files were missing from the PLIST. Note, I'm not sure if the former is right but I'm just making this file match reality. If it really has to go under /usr/local/lib, the maintainer should feel free to fix the install process. :)
* Upgrade octave to version 2.0.13.chuckr1998-09-083-468/+468
|
* Remove some manpages missed by the other person who did most ofhoek1998-08-191-1/+0
| | | | the math/ category.
* 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>