aboutsummaryrefslogtreecommitdiff
path: root/math/scilab
Commit message (Collapse)AuthorAgeFilesLines
* OCaml: transient update of the stack to version 4.07.1Alexey Dokuchaev2022-04-161-1/+2
| | | | | | | | | | | | | | | | | This is the first step in modernizing our OCaml ports infrastructure, as we had accumulated substantial technical debt over the years when many of its consumer ports had not received proper care and updates. It is currently considered as the lowest supported version (baseline) in majority of open-source OCaml projects, which would help to pull up other ports, e.g. `devel/ocaml-dune' in smaller, manageable pieces. For conservative hackers among us and for compatibility with RHEL 8 which is also on it, having 4.07 in the tree would allow users stick to that package (pkg lock it) if needed. PR: 250408, 262781 Exp-run by: antoine
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* math/scilab: fix build without GUI optionPiotr Kubaj2022-02-171-3/+3
| | | | Detected on powerpc64le, but happens also on amd64 after disabling GUI.
* math/scilab: fix fetchMax Brazhnikov2021-12-282-5/+5
| | | | | | | Switch to git repo. PR: 260672 Reported by: User tech-lists
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* math/scilab: Update to 6.1.1Max Brazhnikov2021-07-236-424/+636
| | | | | | | - Drop stale patches - Add missing deps after math/suitesparse* split Changes: https://help.scilab.org/docs/6.1.1/en_US/CHANGES.html
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* math/suitesparse: adapt dependency lines after modularizationThierry Thomas2021-05-251-1/+1
| | | | | | | | Do not bump PORTREVISION, because this should not change the resulting packages. Note for maintainers: try to not depend on the whole suitesparse package, especially if your port do not require GraphBLAS (the biggest one).
* math/scilab: fix build on powerpc64*Piotr Kubaj2021-04-091-0/+2
| | | | | | | | | | | | Please check your user-defined functions (or external module ones) should they appear in the stack trace. Otherwise you can report a bug on http://bugzilla.scilab.org/ with: * a sample code which reproduces the issue * the result of [a, b] = getdebuginfo() * the following information: [powerpc64le-default-job-11:33162] Signal: Abort trap (6) [powerpc64le-default-job-11:33162] Signal code: (65543) PR: 225628
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/scilab: partial fix for powerpc64*Piotr Kubaj2021-02-192-1/+56
| | | | | | | It still doesn't build, but makes it through configure. Notes: svn path=/head/; revision=566044
* math/scilab:Max Brazhnikov2021-01-271-0/+81
| | | | | | | | | | - Add patch from AUR to fix build with upcoming hdf5-1.12 PR: 251894 PR: 252967 Notes: svn path=/head/; revision=563043
* Fix r561520Sunpoet Po-Chuan Hsieh2021-01-261-1/+1
| | | | | | | | | | | | | | | | | | | /!\ scilab-6.1.0_4: Makefile errors /!\ you cannot include bsd.port[.pre].mk twice Defining both PORTVERSION and DISTVERSION is wrong, only set one, if necessary, set DISTNAME *** Error code 1 Stop. make: stopped in /usr/ports/math/scilab Approved by: portmgr (blanket) Notes: svn path=/head/; revision=562963
* Update GCC_DEFAULT from 9 to 10.Mark Linimon2021-01-131-0/+7
| | | | | | | | | | | | | | | | | | | A few (mostly Fortran-based) ports need to be patched because GCC 10 is stricter. A handful of ports need to be restricted to GCC 9 because they fail with 10. 5 ports still fail with GCC 10. However, seeing as this work has been ongoing since 2020-05-24, it is simply time to make the commit and notify the affected maintainers. While here, pet portlint (Makevar order). PR: 246700 Submitted by: gerald Approved by: antoine (after many, many, -exp runs) Notes: svn path=/head/; revision=561520
* - Upgrade math/eigen3 to 3.3.8;Thierry Thomas2020-12-121-1/+1
| | | | | | | | | | | | | - Add some dependencies which might be detected by Find_Package but not registered; - Bump PORTREVISION of consumers. PR: 250833 Submitted by: /me Approved by: tcberner@ (KDE / maintainer) + exp-run Notes: svn path=/head/; revision=557839
* math/scilab:Max Brazhnikov2020-11-081-3/+2
| | | | | | | | | | - convert to USES=eigen PR: 250949 Reported by: lbartoletti Notes: svn path=/head/; revision=554650
* math/scilab: add patch to fix build with matio-1.5.18Max Brazhnikov2020-09-262-1/+21
| | | | Notes: svn path=/head/; revision=550199
* math/scilab: fix build with -fno-commonMax Brazhnikov2020-08-281-0/+30
| | | | Notes: svn path=/head/; revision=546714
* devel/looks:Max Brazhnikov2020-06-261-2/+2
| | | | | | | | - Rename to devel/jgoodies-looks to match upstream and update to 2.7.0 - Add SRC option to install source jar Notes: svn path=/head/; revision=540514
* 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