aboutsummaryrefslogtreecommitdiff
path: root/math/scilab
Commit message (Collapse)AuthorAgeFilesLines
* math/scilab:Max Brazhnikov2020-06-011-1/+9
| | | | | | | | | - Chase devel/apache-commons-io update to 2.7. Although it is binary compatible with 2.6, scilab hardcodes path to the versioned jar. - Patch scilab configure script to avoid dependencies on versioned jar files. Notes: svn path=/head/; revision=537507
* math/scilab:Max Brazhnikov2020-05-3125-3258/+3797
| | | | | | | | | | | | - Update to 6.1.0. Requires decent c++ compiler and iconv from ports. - Clean up patch target: remove no longer needed patches and those ones which don't affect build - at least for me. - Remove MAKE_JOBS_UNSAFE. It was added in svn r417126 arguing that many ocaml-dependent ports are not jobs safe, but there were no logs to analyse. The plist change in that commit is unrelated to jobs safety. Notes: svn path=/head/; revision=537160
* Bump 37 ports depending on math/openblas through USES=blaslapack:openblas ↵Yuri Victorovich2020-05-061-1/+1
| | | | | | | because after the recent math/openblas update the library name changed in openblas Notes: svn path=/head/; revision=534190
* math/scilab:Max Brazhnikov2020-04-251-2/+0
| | | | | | | | - Remove BROKEN. OpenJDK 8u242 has a regression that breaks scilab at runtime. Apparently, the regression was fixed in 8u252. Notes: svn path=/head/; revision=532952
* Finish migration of java/jakarta-commons-beanutils to apache-commons-beanutils.Jimmy Olgeni2020-01-301-2/+2
| | | | | | | | | | | | | - Update to version 1.9.4 - Pet portlint - Bump PORTREVISION for related dependencies PR: 243719 Submitted by: pfg Security: CESA-2020:0194 Notes: svn path=/head/; revision=524655
* Fix math/openblas and bump dependent portsSteve Wills2020-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | * Fix build on i386 [1] * Fix science/code_saturne build with new openblas [2] * Avoid installing private headers [3] * Prevent build from optimizing for host by correcting build confg [4] * Bump portrevision of dependent ports [5] This is correcting issues from r523749 [1][2][4] and r515970 [3] PR: 231371 Reported by: build cluster [1] Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2] Reported by: many [5] Reviewed by: mat, bapt Approved by: implicit, since this is a build fix Notes: svn path=/head/; revision=524642
* Mark BROKEN: fails to buildAntoine Brodin2020-01-211-0/+2
| | | | | | | | | | | | | | | | | | | | LANG=C LC_ALL=en_US.UTF-8 SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 ./bin/scilab-adv-cli -noatomsautoload -nb -l en_US -nouserstartup -e "try xmltojar([],[],'en_US');catch disp(lasterror()); exit(-1);end;exit(0);" Could not access to the Main Scilab Class: Exception in thread "main" java.lang.ExceptionInInitializerError at org.scilab.modules.localization.Messages.gettext(Unknown Source) at org.scilab.modules.commons.xml.XConfiguration.<clinit>(Unknown Source) at org.scilab.modules.core.Scilab.<clinit>(Unknown Source) Caused by: java.lang.NullPointerException at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1847) at java.lang.Runtime.loadLibrary0(Runtime.java:871) at java.lang.System.loadLibrary(System.java:1124) at org.scilab.modules.localization.MessagesJNI.<clinit>(Unknown Source) ... 3 more Reported by: pkg-fallout Notes: svn path=/head/; revision=523723
* math: Add missing USES={gl,gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517068
* rename most cases of jakarta- to apache-Pedro F. Giffuni2019-10-061-3/+3
| | | | | | | | | | | | | | | The Apache Softare Foundation used to maintain an umbrella project named Jakarta but it was retired on 2011. This name now conflicts with the new name for Java EE under the Eclipse Foundation. Rename most of the packages to be more consistent. Some other packages remain but they will require intervention by their corresponding maintainers. Approved by: thierry (mentor), makc Differential Revision: https://reviews.freebsd.org/D21902 Notes: svn path=/head/; revision=513899
* Chase graphics/batik update to 1.11:Max Brazhnikov2019-08-222-1/+12
| | | | | | | | - Add patch to math/scilab to fix build with new API - Bump PORTREVISIONs Notes: svn path=/head/; revision=509609
* math/scilab: add patch to fix build with updated graphics/xmlgraphics-commonsMax Brazhnikov2019-08-211-0/+82
| | | | Notes: svn path=/head/; revision=509551
* math/scilab:Max Brazhnikov2019-08-142-1/+381
| | | | | | | - Add patch to fix build with updated graphics/jogamp-jogl Notes: svn path=/head/; revision=508978
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Adjust to proposed changes in Java versioningGreg Lewis2019-07-071-1/+1
| | | | | | | | | | | | * Bug #238758 proposes to change the Java versioning from versions such as "1.6.0" to versions such as "6" (for example). Modify the Makefile checks on JAVA_PORT_VERSION to cope with either format. PR: 238982 Approved by: makc (maintainer) Notes: svn path=/head/; revision=506198
* Unbreak the build against both current and future versions of OCaml.Alexey Dokuchaev2019-06-211-0/+478
| | | | | | | Obtained from: http://gitweb.scilab.org/?p=scilab.git;a=commit;h=25f52e9 Notes: svn path=/head/; revision=504804
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-1/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* - bump PORTREVISION after math/matio updateMax Brazhnikov2019-04-061-1/+1
| | | | Notes: svn path=/head/; revision=498149
* Make USES=gl conditional on the GUI option to unbreak build when GUI isDon Lewis2019-01-081-5/+6
| | | | | | | | | | | | | | | disabled. Error was: scilab-5.5.2_15 need to specify gl component with USE_GL. because USE_GUI is conditional on GUI. While here, tweak Makefile statement ordering to reduce portlint warnings. PR: 234651 Approved by: makc (maintainer) MFH: 2019Q1 Notes: svn path=/head/; revision=489729
* Update science/hdf5 to 1.10.4Sunpoet Po-Chuan Hsieh2019-01-051-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes PR: 233070 Submitted by: wen Notes: svn path=/head/; revision=489412
* math/scilab: Small changesYuri Victorovich2018-12-171-2/+7
| | | | | | | | | | | * Change MASTER_SITES to https * Add license * Add USES=gl gnome Approved by: portmgr (port compliance, infrastructure) Notes: svn path=/head/; revision=487714
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 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, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* math/scilab:Max Brazhnikov2018-11-062-1/+58
| | | | | | | | | | | - Add patch from upstream to fix build with gfortran 8 [1] - Update WWW PR: 232958 [1] Reported by: gerald Notes: svn path=/head/; revision=484280
* cad/calculix-ccx math/arpack++ math/armadillo math/scilab math/octave: ↵Yuri Victorovich2018-10-051-2/+2
| | | | | | | | | | | | Change dependency from math/arpack to math/arpack-ng math/arpack is a dead, unmaintained project, and math/arpack-ng is a maintained and updated fork. This commit is effectively a version upgrade of the arpack dependency. Approved by: portmgr blanket (does not result in a change in contents of the resulting package) Notes: svn path=/head/; revision=481261
* Update science/hdf5 to 1.10.2Sunpoet Po-Chuan Hsieh2018-09-051-1/+1
| | | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt PR: 231009 Exp-run by: antoine Notes: svn path=/head/; revision=479046
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* - Switch to new test frameworkDmitry Marakasov2018-07-041-4/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=473870
* math/scilab:Max Brazhnikov2018-05-141-0/+1
| | | | | | | - Restrict to gnu++98 standard to allow build on FreeBSD 11.x and greater Notes: svn path=/head/; revision=469976
* math/suitesparse: Update 4.0.2 -> 5.2.0Yuri Victorovich2018-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Update MASTER_SITES * Change to LICENSE_COMB=dual * Add LIB_DEPENDS * Unbundle metis, made it a dependency * Update do-build and do-install * Update WWW Bump 11 ports. games/naev is marked broken because it depends on the no longer installed library. PR: 210579 Submitted by: yuri Submitted by: pfg Approved by: maintainer timeout (maho@FreeBSD.org, 21 months) Approved by: maintainer timeout (fortran@FreeBSD.org, 45 days) Notes: svn path=/head/; revision=468325
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-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 Notes: svn path=/head/; revision=449591
* Update science/hdf5 to 1.10.1Sunpoet Po-Chuan Hsieh2017-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 Notes: svn path=/head/; revision=442050
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-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 Notes: svn path=/head/; revision=437439
* math/scilab: unbreak with clang 4.0Jan Beich2017-02-052-1/+12
| | | | | | | | | | | | | src/cpp/diary_manager.cpp:64:24: error: ordered comparison between pointer and zero ('int *' and 'int') if (array_size > 0) ~~~~~~~~~~ ^ ~ PR: 216214 Submitted by: pfg Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=433441
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-2/+1
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-1/+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 Notes: svn path=/head/; revision=428057
* math/scilab: Document ncurses requirementJohn Marino2016-11-181-1/+1
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=426337
* math/scilab:Max Brazhnikov2016-10-311-2/+3
| | | | | | | | | | | - Add missing dependency on x11-toolkits/bwidget [1] - Take maintainership PR: 212666 [1] Submitted by: otacilio.neto Notes: svn path=/head/; revision=425036
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* math/scilab is not jobs safe, plus fix pkg-plistJohn Marino2016-06-192-1/+7
| | | | | | | | | | From experience, OCAML simply is not guaranteed to build concurrently. Like many other ports that require OCAML to build, Scilab is not jobs safe. While confirmed this, I discovered the pkg-plist was missing four files, so I've added those while marking the port jobs unsafe. Notes: svn path=/head/; revision=417126
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Fix build with science/hdf5 version 1.10 by specifying that we want toDon Lewis2016-05-064-1/+44
| | | | | | | | | | | | | | use the version 1.8 API. Fix the build when the GUI option is disabled. Since this port installs icons, add INSTALLS_ICONS=yes to Makefile. PR: 209244 Approved by: makc (maintainer) Notes: svn path=/head/; revision=414732
* - Update to 1.10.0Sunpoet Po-Chuan Hsieh2016-04-201-0/+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 Notes: svn path=/head/; revision=413700
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-37/+37
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* math/scilab: fix build with OpenJDK8Steve Wills2015-10-123-1/+29
| | | | | | | | PR: 203511 Approved by: makc (maintainer) Notes: svn path=/head/; revision=399136
* math/scilab:Max Brazhnikov2015-08-251-25/+5
| | | | | | | | | | - Convert to new options helpers - Remove CONFIGURE_ENV, which isn't in use since merging GUI and HELP options - Remove outdated JAVA_VENDOR restriction - Remove workaround for FreeBSD 8.x Notes: svn path=/head/; revision=395230
* math/scilab:Max Brazhnikov2015-07-315-156/+284
| | | | | | | | | - Update to 5.5.2 - Use plist substitution to reduce diff for the next update, fix misused %%ETCDIR%% Notes: svn path=/head/; revision=393294
* math/scilab:Max Brazhnikov2015-07-231-0/+8
| | | | | | | | | | | - Add check for OpenMP support [1] - Add check for unsupported combination of options PR: 201339 [1] Submitted by: truckman Notes: svn path=/head/; revision=392721
* math/scilab:Max Brazhnikov2015-07-171-0/+32
| | | | | | | | | | - Fix build after textproc/fop update PR: 201339 Submitted by: truckman Notes: svn path=/head/; revision=392380
* - Update to 1.8.15Sunpoet Po-Chuan Hsieh2015-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 Notes: svn path=/head/; revision=387255