Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.1_20 11 Jan 2025 10:02:35 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to Suitesparse |
6.1.1_19 02 Jan 2025 15:40:12 |
Thierry Thomas (thierry) |
math/scilab: chase Saxon-HE |
6.1.1_18 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
6.1.1_18 23 Dec 2024 21:08:39 |
Daniel Engberg (diizzy) |
*/*: Use Gnome helper for defining libxml2 dependency
Replace LIB_DEPENDS with USES= gnome, USE_GNOME= libxml2
Approved by: portmgr (blanket) |
6.1.1_18 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
6.1.1_18 29 Apr 2024 20:08:56 |
Thierry Thomas (thierry) |
*/*: chase SuiteSparse’s upgrade |
6.1.1_17 22 Apr 2024 14:22:24 |
Max Brazhnikov (makc) |
*/*: pursue math/matio update |
6.1.1_16 06 Mar 2024 10:18:35 |
Tijl Coosemans (tijl) |
math/scilab: Fix parallel build with gmake 4.4
Remove prerequisites from .NOTPARALLEL to restore the behaviour from
previous versions of gmake.
PR: 272216
Reported by: antoine |
6.1.1_16 28 Jan 2024 12:02:23 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to SuiteSparse |
6.1.1_15 13 Jan 2024 10:19:22 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of SuiteSparse to v7.5.0 |
6.1.1_14 01 Jan 2024 11:49:51 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
6.1.1_13 31 Dec 2023 14:31:11 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of SuiteSparse |
6.1.1_12 08 Nov 2023 18:43:07 |
Max Brazhnikov (makc) |
math/scilab: drop maintainership
Release math/scilab and its prerequisites |
6.1.1_12 16 Oct 2023 21:14:00 |
Max Brazhnikov (makc) |
math/scilab: restore downloading from the main site
This reverts commit 51191322543f7891fa7cbd3252cfc9b52c494232.
PR: 274283 |
6.1.1_12 15 Oct 2023 09:03:17 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of SuiteSparse |
6.1.1_11 20 Sep 2023 17:57:40 |
Thierry Thomas (thierry) |
/*: bump PORTREVISION after the upgrade of SuiteSparse |
6.1.1_10 13 Aug 2023 13:12:15 |
Muhammad Moinur Rahman (bofh) |
math/scilab: Unbreak build on 12 and 13
Although my previous commit fixed build with llvm16 it broke the build
on 12 and 13.
Reported by: makc
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
6.1.1_10 06 Aug 2023 12:30:36 |
Muhammad Moinur Rahman (bofh) |
math/scilab: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
6.1.1_10 05 Jul 2023 09:55:16 |
Guido Falsi (madpilot) |
lang/ocaml: Update to 4.08.1
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.
The ocaml port now is MAKE_JOBS safe.
Changes to dependent ports included in this commit:
- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1] (Only the first 15 lines of the commit message are shown above ) |
6.1.1_9 01 Jul 2023 16:11:11 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of SuiteSparse |
6.1.1_8 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
6.1.1_8 17 May 2023 04:53:04 |
Muhammad Moinur Rahman (bofh) |
math/scilab: Unbreak on HEAD
Approved by: portmgr (blanket) |
6.1.1_8 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
6.1.1_7 20 Feb 2023 12:29:15 |
Max Brazhnikov (makc) |
math/scilab: switch from unsupported gcc-ecj45 to outdated eclipse-ecj
PR: 269710
Requested by: salvadore@ |
6.1.1_6 28 Jan 2023 14:00:32 |
Max Brazhnikov (makc) |
math/scilab: chase saxon-he update |
6.1.1_5 19 Jan 2023 16:45:37 |
Thierry Thomas (thierry) |
math/suitesparse*: bump PORTREVISION of dependant ports |
6.1.1_4 27 Nov 2022 11:09:57 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of math/suitesparse*
PR: 267742 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.1.1_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.1.1_3 31 Jul 2022 18:10:11 |
Yuri Victorovich (yuri) |
devel/avalon-framework: Remove deprecation notice
The deprecation notice was added by mistake.
avalon-framework is used by math/scilab. SciLab is a major
software package for systems modeling, visualization, numeric
analysis, etc.
SciLab is used in multiple industries, and I am sure that
it has FreeBSD users. GUI is its main feature and it can't be
deprecated.
Its dependency (devel/avalon-framework) can't be deprecated
just because it was abandoned upstream. It is buildable and
runnable, and should stay for the time being.
Approved by: portmgr (blanket; correct mistake) |
6.1.1_3 20 Jul 2022 14:35:24 |
Tobias C. Berner (tcberner) |
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com> |
6.1.1_2 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
6.1.1_2 02 Jul 2022 09:31:14 |
Rene Ladan (rene) |
math/scilab: expire (GUI-only) on 2022-09-30 for devel/avalon-framework |
6.1.1_2 16 Apr 2022 07:19:46 |
Alexey Dokuchaev (danfe) |
OCaml: transient update of the stack to version 4.07.1
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 |
6.1.1_2 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
6.1.1_1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
6.1.1 17 Feb 2022 16:38:57 |
Piotr Kubaj (pkubaj) |
math/scilab: fix build without GUI option
Detected on powerpc64le, but happens also on amd64 after disabling GUI. |
6.1.1 28 Dec 2021 13:56:46 |
Max Brazhnikov (makc) |
math/scilab: fix fetch
Switch to git repo.
PR: 260672
Reported by: User tech-lists |
6.1.1 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
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) |
6.1.1 23 Jul 2021 11:05:29 |
Max Brazhnikov (makc) |
math/scilab: Update to 6.1.1
- Drop stale patches
- Add missing deps after math/suitesparse* split
Changes: https://help.scilab.org/docs/6.1.1/en_US/CHANGES.html |
6.1.0_5 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
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 |
6.1.0_4 25 May 2021 10:00:10 |
Thierry Thomas (thierry) |
math/suitesparse: adapt dependency lines after modularization
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). |
6.1.0_4 09 Apr 2021 00:33:28 |
Piotr Kubaj (pkubaj) |
math/scilab: fix build on powerpc64*
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 |
6.1.0_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.1.0_4 19 Feb 2021 10:18:18 |
pkubaj |
math/scilab: partial fix for powerpc64*
It still doesn't build, but makes it through configure. |
6.1.0_4 27 Jan 2021 11:14:18 |
makc |
math/scilab:
- Add patch from AUR to fix build with upcoming hdf5-1.12
PR: 251894
PR: 252967 |
6.1.0_4 26 Jan 2021 17:56:04 |
sunpoet |
Fix r561520
/!\ 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) |
6.1.0_4 13 Jan 2021 23:03:31 |
linimon |
Update GCC_DEFAULT from 9 to 10.
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) |
6.1.0_4 12 Dec 2020 17:04:37 |
thierry |
- Upgrade math/eigen3 to 3.3.8;
- 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 |
6.1.0_3 08 Nov 2020 20:04:43 |
makc |
math/scilab:
- convert to USES=eigen
PR: 250949
Reported by: lbartoletti |
6.1.0_3 26 Sep 2020 16:29:23 |
makc |
math/scilab: add patch to fix build with matio-1.5.18 |
6.1.0_2 28 Aug 2020 10:04:24 |
makc |
math/scilab: fix build with -fno-common |
6.1.0_2 26 Jun 2020 12:29:23 |
makc |
devel/looks:
- Rename to devel/jgoodies-looks to match upstream and update to 2.7.0
- Add SRC option to install source jar |
6.1.0_1 01 Jun 2020 20:02:40 |
makc |
math/scilab:
- 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. |
6.1.0 31 May 2020 13:11:27 |
makc |
math/scilab:
- 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. |
5.5.2_25 06 May 2020 16:39:12 |
yuri |
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas
because after the recent math/openblas update the library name changed in
openblas |
5.5.2_24 25 Apr 2020 13:02:52 |
makc |
math/scilab:
- Remove BROKEN. OpenJDK 8u242 has a regression that breaks scilab at runtime.
Apparently, the regression was fixed in 8u252. |
5.5.2_24 30 Jan 2020 17:53:27 |
olgeni |
Finish migration of java/jakarta-commons-beanutils to apache-commons-beanutils.
- Update to version 1.9.4
- Pet portlint
- Bump PORTREVISION for related dependencies
PR: 243719
Submitted by: pfg
Security: CESA-2020:0194 |
5.5.2_23 30 Jan 2020 14:17:44 |
swills |
Fix math/openblas and bump dependent ports
* 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 |
5.5.2_22 21 Jan 2020 13:23:10 |
antoine |
Mark BROKEN: fails to build
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 |
5.5.2_22 08 Nov 2019 14:11:46 |
tobik |
math: Add missing USES={gl,gnome,php,sdl,xorg} |
5.5.2_22 06 Oct 2019 19:08:14 |
pfg |
rename most cases of jakarta- to apache-
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 |
5.5.2_21 22 Aug 2019 16:51:35 |
makc |
Chase graphics/batik update to 1.11:
- Add patch to math/scilab to fix build with new API
- Bump PORTREVISIONs |
5.5.2_20 21 Aug 2019 19:45:19 |
makc |
math/scilab: add patch to fix build with updated graphics/xmlgraphics-commons |
5.5.2_20 14 Aug 2019 22:35:35 |
makc |
math/scilab:
- Add patch to fix build with updated graphics/jogamp-jogl |
5.5.2_19 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
5.5.2_18 07 Jul 2019 23:13:21 |
glewis |
Adjust to proposed changes in Java versioning
* 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) |
5.5.2_18 21 Jun 2019 16:56:39 |
danfe |
Unbreak the build against both current and future versions of OCaml.
Obtained from: http://gitweb.scilab.org/?p=scilab.git;a=commit;h=25f52e9 |
5.5.2_18 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
5.5.2_17 06 Apr 2019 16:46:18 |
makc |
- bump PORTREVISION after math/matio update |
5.5.2_16 08 Jan 2019 17:51:14 |
truckman |
Make USES=gl conditional on the GUI option to unbreak build when GUI is
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 |
5.5.2_16 05 Jan 2019 22:46:54 |
sunpoet |
Update science/hdf5 to 1.10.4
- 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 |
5.5.2_15 17 Dec 2018 21:10:37 |
yuri |
math/scilab: Small changes
* Change MASTER_SITES to https
* Add license
* Add USES=gl gnome
Approved by: portmgr (port compliance, infrastructure) |
5.5.2_15 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
5.5.2_14 06 Nov 2018 07:45:09 |
makc |
math/scilab:
- Add patch from upstream to fix build with gfortran 8 [1]
- Update WWW
PR: 232958 [1]
Reported by: gerald |
5.5.2_14 05 Oct 2018 05:24:46 |
yuri |
cad/calculix-ccx math/arpack++ math/armadillo math/scilab math/octave: 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) |
5.5.2_13 05 Sep 2018 22:05:23 |
sunpoet |
Update science/hdf5 to 1.10.2
- 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 |
5.5.2_12 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
5.5.2_11 04 Jul 2018 08:37:37 |
amdmi3 |
- Switch to new test framework
Approved by: portmgr blanket |
5.5.2_11 14 May 2018 21:54:21 |
makc |
math/scilab:
- Restrict to gnu++98 standard to allow build on FreeBSD 11.x and greater |
5.5.2_11 26 Apr 2018 06:41:30 |
yuri |
math/suitesparse: Update 4.0.2 -> 5.2.0
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) |
5.5.2_10 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
5.5.2_9 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(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 |
5.5.2_8 30 May 2017 02:56:44 |
sunpoet |
Update science/hdf5 to 1.10.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 |
5.5.2_7 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
5.5.2_6 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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 |
5.5.2_5 05 Feb 2017 18:57:40 |
jbeich |
math/scilab: unbreak with clang 4.0
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) |
5.5.2_4 18 Jan 2017 13:20:32 |
tijl |
The output of tools like awk, date, sort, tr,... depends on the current
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) |
5.5.2_4 07 Dec 2016 13:24:57 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
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 |
5.5.2_3 18 Nov 2016 19:49:07 |
marino |
math/scilab: Document ncurses requirement
Approved by: ncurses blanket |
5.5.2_3 31 Oct 2016 23:24:03 |
makc |
math/scilab:
- Add missing dependency on x11-toolkits/bwidget [1]
- Take maintainership
PR: 212666 [1]
Submitted by: otacilio.neto |
5.5.2_2 20 Oct 2016 15:58:13 |
rakuco |
Reassign makc's ports back to the pool.
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. |
5.5.2_2 19 Jun 2016 17:09:26 |
marino |
math/scilab is not jobs safe, plus fix pkg-plist
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. |
5.5.2_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
5.5.2_1 06 May 2016 21:45:19 |
truckman |
Fix build with science/hdf5 version 1.10 by specifying that we want to
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) |
5.5.2_1 20 Apr 2016 20:42:40 |
sunpoet |
- Update to 1.10.0
- 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 |
5.5.2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
5.5.2 12 Oct 2015 14:31:08 |
swills |
math/scilab: fix build with OpenJDK8
PR: 203511
Approved by: makc (maintainer) |
5.5.2 25 Aug 2015 10:01:37 |
makc |
math/scilab:
- 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 |
5.5.2 31 Jul 2015 10:29:46 |
makc |
math/scilab:
- Update to 5.5.2
- Use plist substitution to reduce diff for the next update,
fix misused %%ETCDIR%% |