Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Jul 2020 11:59:43
4.5.9_3

|
tobik  |
misc/libemos: Unbreak build with GCC 10
/wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:222:65:
183 | CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
| 2
......
222 | CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDWORK)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2)
(INTEGER(8)/INTEGER(4)).
/wrkdirs/usr/ports/misc/libemos/work/libemos-4.5.9-Source/interpolation/hntfaps.F:232:65:
183 | CALL INTLOG(JP_DEBUG,'HNTFAPS: Use missing value',JPQUIET)
| 2
......
232 | CALL INTLOG(JP_ERROR,'HNTFAPS: memory allocation fail',IDATA)
| 1
Error: Type mismatch between actual argument at (1) and actual argument at (2)
(INTEGER(8)/INTEGER(4)).
244494/2020-06-10_18h04m44s/logs/errors/libemos-4.5.9_3.log" REL="NOFOLLOW">http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/libemos-4.5.9_3.log
PR: 246700 |
14 Aug 2019 14:18:37
4.5.9_3

|
adridg  |
Update devel/cmake to 3.15.2 (latest upstream release)
Release notes for the version updates are at:
https://blog.kitware.com/cmake-3-15-0-available-for-download/
https://blog.kitware.com/cmake-3-15-1-available-for-download/
https://blog.kitware.com/cmake-3-15-2-available-for-download/
For FreeBSD, not much interesting has changed. Swift language support
might be useful.
A few ports were fixed as part of this exp-run (libemos not really
related to the CMake update, but in general). Thanks to antoine
for the exp-runs, tcberner for doing most of the prep-work.
PR: 239273
Submitted by: tcberner |
02 Aug 2019 22:03:33
4.5.9_3

|
pkubaj  |
misc/libemos: fix build with GCC architectures
GCC8 is already used for fortran so set USES=compiler:c11 to use GCC8 for
everything.
PR: 239438
Approved by: mentors (implicit approval), yuri (mentor) |
28 Jul 2019 19:08:40
4.5.9_3

|
yuri  |
misc/libemos: Unbreak, it was broken by the science/eccodes update in r506947
The fix is suggested by sunpoet.
Reported by: fallout |
26 Jul 2019 20:46:57
4.5.9_2

|
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 |
23 Jul 2019 08:57:53
4.5.9_1

|
antoine  |
Mark BROKEN: fails to link
/usr/local/bin/ld: CMakeFiles/emos_tool.dir/emos_tool.c.o: in function `hirlam':
emos_tool.c:(.text+0x191): undefined reference to `grib_handle_new_from_message'
/usr/local/bin/ld: emos_tool.c:(.text+0x1aa): undefined reference to
`grib_get_size'
Reported by: pkg-fallout |
16 Jun 2019 16:05:29
4.5.9_1

|
antoine  |
Clean up LIB_DEPENDS |
22 Apr 2019 13:16:34
4.5.9_1

|
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 |
25 Dec 2018 20:25:40
4.5.9

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
17 Dec 2018 17:20:19
4.5.9

|
yuri  |
New port: misc/libemos: Interpolation library for meteorological software |