Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
14 Feb 2021 05:24:06
0.99.8.1

|
yuri  |
astro/siril: Update 0.99.6 -> 0.99.8.1 |
30 Jan 2021 18:08:57
0.99.6_4

|
tcberner  |
graphics/opencv: update to 4.5.1 -- and make port more easily maintainable
This is a major upgrade from 3.x to 4.x.
Changelog from versions 3.4.1--4.5.1 can be found here:
https://github.com/opencv/opencv/wiki/ChangeLog
Note: this has explicitely not been added as a new graphics/opencv4 port, but
replaces the
previous graphics/opencv[3] port. Again, to improve maintainability by not
giving ports
the option to pick the "wrong one" - this leads however to some abandoned
ports being
broken.
The port has been greatly simplified:
* graphics/opencv-core which existed to enable ffmpeg to depend on opencv,
and vice versa
has been removed. ffmpeg no longer can depend on opencv. (Only the first 15 lines of the commit message are shown above ) |
26 Jan 2021 14:00:17
0.99.6_3

|
sunpoet  |
Bump PORTREVISION for astro/cfitsio shlib change |
01 Jan 2021 00:04:43
0.99.6_2

|
jhale  |
graphics/libraw: Update to 0.20.2
Bump PORTREVISION on consumers due to shared library bump.
Changes: https://www.libraw.org/news/libraw-0-20-2-Release |
17 Nov 2020 08:36:25
0.99.6_1

|
yuri  |
astro/siril: Fix run-time error: Undefined symbol "cblas_dcopy"
This was because math/gsl installs 2 libraries, libgsl.so and
libgslcblas.so, the former of which should depend on the latter one.
Instead, the gsl package through its pkg-config script asks users to
link to both libraries. This fails when the link line also has
-Wl,--as-needed which causes the linker to drop the second library.
In such case the above error is triggered at runtime.
Also update WWW.
PR: 251206
Submitted by: Ned Leitch <ned.leitch+freebsd@gmail.com>
MFH: 2020Q4 |
28 Sep 2020 06:47:03
0.99.6

|
yuri  |
astro/siril: Update 0.9.12 -> 0.99.6 |
28 Sep 2020 06:10:11
0.9.12_2

|
yuri  |
astro/siril: Fix build on 13
Reported by: fallout |
15 Sep 2020 00:46:24
0.9.12_2

|
jbeich  |
multimedia/ffms2: update to 2.40
Changes: https://github.com/FFMS/ffms2/releases/tag/2.40
Reported by: GitHub (watch releases) |
08 Mar 2020 21:56:37
0.9.12_1

|
jbeich  |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
28 Jan 2020 05:06:12
0.9.12

|
yuri  |
astro/siril: Update 0.9.10 -> 0.9.12
Reported by: portscout |
25 Oct 2019 23:41:34
0.9.10_7

|
tcberner  |
math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine |
21 Sep 2019 18:59:57
0.9.10_6

|
jbeich  |
devel/openmp: update to 9.0.0
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ |
05 Aug 2019 23:06:50
0.9.10_5

|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
27 Jul 2019 11:53:22
0.9.10_4

|
sunpoet  |
Update to 3.47
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
26 Jul 2019 20:46:57
0.9.10_3

|
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 |
17 Jun 2019 11:37:38
0.9.10_2

|
linimon  |
Add compiler:c++11-lang to USES to fix the following on GCC-based systems:
configure: error: *** A compiler with support for C++11 language features is
required.
Approved by: portmgr (tier-2 blanket) |
08 May 2019 16:05:53
0.9.10_2

|
jbeich  |
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767 |
29 Mar 2019 23:00:36
0.9.10_1

|
jhale  |
graphics/libraw: Update to 0.19.2
- Demosaic packs are no longer distributed nor supported upstream
- Bump PORTREVISON on all consumers due to libraw shlib version increase
Changes: https://www.libraw.org/news/libraw-0-19-2-release |
21 Jan 2019 07:54:24
0.9.10

|
yuri  |
astro/siril: Update 0.9.9 -> 0.9.10
Reported by: portscout |
06 Nov 2018 01:50:27
0.9.9_3

|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
06 Aug 2018 17:22:37
0.9.9_2

|
fernape  |
devel/libconfig: update to 1.7.2
* Change to USE_GH
* Bump PORTREVISION of dependant ports.
Committing after maintainer timeout
PR: 229961
Submitted by: che@bein.link
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16442 |
23 Jun 2018 08:27:14
0.9.9_1

|
tcberner  |
Update math/gsl to 2.5
PR: 229067 |
08 Jun 2018 22:16:05
0.9.9

|
yuri  |
astro/siril: Update 0.9.8 -> 0.9.9
Reported by: portscout |
09 May 2018 20:27:52
0.9.8_3

|
swills  |
Bump PORTREVISION on more opencv consumers due to opencv update |
02 May 2018 15:07:27
0.9.8_2

|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
26 Mar 2018 09:04:19
0.9.8_1

|
yuri  |
science/siril: Move to astro/siril; Mark broken on i386; Add OPENMP category |