non port: graphics/darktable/Makefile |
SVNWeb
|
Number of commits found: 209 (showing only 100 on this page) |
Fri, 2 Jun 2023
|
[ 21:40 Matthias Andree (mandree) ] a5fbd2f (Only the first 10 of 49 ports in this commit are shown above. )
*: bump PORTREVISION of Imath users
...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details.
|
Sun, 28 May 2023
|
[ 18:39 Matthias Andree (mandree) ] e434b50 (Only the first 10 of 42 ports in this commit are shown above. )
*: Bump revision of ports using math/Imath
...after its major revision update.
|
Tue, 2 May 2023
|
[ 16:17 Po-Chuan Hsieh (sunpoet) ] b1c370e (Only the first 10 of 30 ports in this commit are shown above. )
graphics/jasper: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/jasper-software/jasper/releases
Security: CVE-2022-2963, CVE-2022-40755
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Thu, 13 Apr 2023
|
[ 00:56 Jan Beich (jbeich) ] f1f1a8b (Only the first 10 of 214 ports in this commit are shown above. )
devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)
Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by: GitHub (watch releases)
PR: 270422
Exp-run by: antoine
|
Sat, 4 Mar 2023
|
[ 10:41 Matthias Andree (mandree) ] 5327591 (Only the first 10 of 50 ports in this commit are shown above. )
*: Bump PORTREVISION of math/Imath users
|
Thu, 2 Mar 2023
|
[ 21:38 Jean-Sébastien Pédron (dumbbell) ] cebb224
graphics/darktable: Update to 4.2.1
Release notes:
https://github.com/darktable-org/darktable/releases/tag/release-4.2.1
A similar patch was submitted by mandree@ in parallel.
PR: 269834
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Sat, 28 Jan 2023
|
[ 09:07 Matthias Andree (mandree) ] 9f7fa46
graphics/darktable: re-sort LIB_DEPENDS
purely cosmetic change
|
[ 09:02 Matthias Andree (mandree) ] d410d3f
graphics/darktable: fix stage-qa libjxl complaint
Approved by: portmgr@ (blanket fix-depends)
Reported by: Jan Beich
The actual file support was previously requested in
PR: 266125
as a misnamed option, but now JPEG XL is enabled unconditionally.
|
Fri, 27 Jan 2023
|
[ 22:34 Jean-Sébastien Pédron (dumbbell) ] 27f53a0 (Only the first 10 of 15 ports in this commit are shown above. )
graphics/darktable: Update to 4.2.0
Release notes:
https://github.com/darktable-org/darktable/releases/tag/release-4.2.0
The work was done by Matthias Andree (mandree@) in
`graphics/darktable42`. Some of the style fixes were added in a separate
commit. Thank you Matthias!
The temporary port `graphics/darktable42` can be removed at the same
time, now that the main port is up-to-date.
Submitted by: mandree@
|
[ 22:34 Jean-Sébastien Pédron (dumbbell) ] d7e5adf
graphics/darktable: Import style fixes and improvements from
graphics/darktable42
No functional changes, except the dependency to math/Imath which is not
optional anymore (but it was behind a default option).
|
[ 22:34 Jean-Sébastien Pédron (dumbbell) ] 8570aa6
graphics/darktable: Remove several options previously enabled by default
They all contribute to the full experience of Darktable and I never take
the time to test the port without these options. Let's simplify the port
then.
The only default option left is `PRINT`. Many users are probably not
printing their photos, so leave the possibility to turn this off.
|
[ 22:34 Jean-Sébastien Pédron (dumbbell) ] 75ac790 (Only the first 10 of 11 ports in this commit are shown above. )
graphics/darktable: Use GCC as the compiler instead of LLVM
Darktable source code is heavily tuned for GCC and its optimizations. It
always required some work to make it compile with LLVM. With LLVM 14+,
new errors around `static inline __attribute__((target-clones))`
appeared: the compiler failed to link the final executable because there
was multiple copies of the same ifunc resolver (the code originated from
a header included in a couple places). Apparently GCC knows how to deal
with the "static-inline"-ness of the resolver somehow.
Unfortunately, even with GCC, we get several compilation failures
because the source files enable Graphite optimizations (using `#pragma`)
but our GCC compiler has Graphite disabled by default. All the patches
included in this commit simply delete all the corresponding `#pragma`. I
suppose Darktable will be slightly slower because of this, but I didn't
measure anything.
In the end, the dependencies of the port change a bit because GCC
replaces LLVM.
|
Wed, 19 Oct 2022
|
[ 08:10 Jan Beich (jbeich) ] dfe25d7 (Only the first 10 of 208 ports in this commit are shown above. )
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine
|
Fri, 14 Oct 2022
|
[ 22:30 Jan Beich (jbeich) ] 36a733d
graphics/libavif: update to 0.11.0
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v0.11.0
Reported by: GitHub (watch releases)
|
Tue, 20 Sep 2022
|
[ 16:57 Jean-Sébastien Pédron (dumbbell) ] b494ddb
graphics/darktable: Update to 4.0.1
Darktable 4.0.0 announcement:
https://www.darktable.org/2022/07/darktable-4.0.0-released/
Release notes:
* https://github.com/darktable-org/darktable/releases/tag/release-4.0.0
* https://github.com/darktable-org/darktable/releases/tag/release-4.0.1
PR: 265068
Submitted by: fluffy@ (update to 4.0.0)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Thu, 21 Jul 2022
|
[ 16:20 Matthias Andree (mandree) ] d2568da
graphics/darktable*: reinstate LTO option
reverting change from my commit d8e040b643256
This change fixes amd64 12.3, 13.0, 13.1.
Bump PORTREVISION.
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Mon, 18 Jul 2022
|
[ 21:25 Matthias Andree (mandree) Author: Philipp Ost ] d47785c
graphics/darktable: Fix non-functional HEIF option.
[omitting the HEIF_DESC which is now centrally managed]
PR: 263863
|
Fri, 3 Jun 2022
|
[ 09:00 Po-Chuan Hsieh (sunpoet) ] 699f62d (Only the first 10 of 17 ports in this commit are shown above. )
Mk/Uses/perl5.mk: Remove outdated P5_POD_PARSER
lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
|
Tue, 17 May 2022
|
[ 05:20 Yuri Victorovich (yuri) ] 2708928
graphics/gmic: Update 3.0.1 -> 3.1.2
|
Tue, 19 Apr 2022
|
[ 12:09 Piotr Kubaj (pkubaj) ] 5e8efa7
graphics/darktable: enable opencl on powerpc64le
|
Sat, 16 Apr 2022
|
[ 20:55 Po-Chuan Hsieh (sunpoet) ] 735ea04 (Only the first 10 of 29 ports in this commit are shown above. )
graphics/jasper: Bump PORTREVISION of dependent ports for shlib change after
cdcedd316da6d7c8509c394474160c683489a3ae
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
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)
|
Thu, 7 Apr 2022
|
[ 00:39 Jan Beich (jbeich) ] 268cee3 (Only the first 10 of 179 ports in this commit are shown above. )
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy
|
Wed, 6 Apr 2022
|
[ 22:15 Jan Beich (jbeich) ] 7d367d2
graphics/libavif: update to 0.10.0
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v0.10.0
Reported by: GitHub (watch releases)
|
Sun, 3 Apr 2022
|
[ 11:29 Matthias Andree (mandree) ] 5d4744f
graphics/darktable: clean up obsolete CONFLICTS
...with darktable38, which is no more.
Approved by: portmgr (blanket for CONFLICTS)
MFH: 2022Q2
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Fri, 18 Mar 2022
|
[ 23:04 Matthias Andree (mandree) ] 80c4d9a (Only the first 10 of 14 ports in this commit are shown above. )
graphics/darktable: update to 3.8.1
After having matured this code in graphics/darktable38 for two months,
showtime. Let's upgrade graphics/darktable to 3.8.1.
Note: LTO on RawSpeed still does not work, ninja re-enabled.
Rename option from LIBAVIF to AVIF.
Convert all <opt>_CMAKE_OFF to <opt>_CMAKE_BOOL
for tighter control of options.
ChangeLog:
+ https://github.com/darktable-org/darktable/releases/tag/release-3.8.0
+ https://github.com/darktable-org/darktable/releases/tag/release-3.8.1
PR: 260674
Approved by: dumbbell@ (maintainer timeout, 14 d)
dumbbell@ was positive to committing a previous version of this, earlier
|
Sat, 12 Mar 2022
|
[ 16:31 Jan Beich (jbeich) ] 3036600
graphics/darktable: rename LIBAVIF to AVIF like fb1e02a81d20
|
[ 16:31 Jan Beich (jbeich) ] e931660
Mk/bsd.options.desc.mk: add shared AVIF description
Intended for the reference implementation. Ports with AVIF support via
libheif (LGPLv3+, C++-based) to use HEIF option instead.
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Sun, 14 Nov 2021
|
[ 08:39 Mikael Urankar (mikael) ] ec284b1
graphics/darktable: Fix build on aarch64.
Approved by: portmgr (build fix blanket)
|
Thu, 28 Oct 2021
|
[ 16:37 Jan Beich (jbeich) ] f34ece3 (Only the first 10 of 157 ports in this commit are shown above. )
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine
|
Thu, 21 Oct 2021
|
[ 14:49 Jan Beich (jbeich) ] 932ddda
graphics/libavif: update to 0.9.3
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.9.2...v0.9.3
Reported by: Repology
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
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)
|
Sun, 26 Sep 2021
|
[ 08:58 Jean-Sébastien Pédron (dumbbell) ] 611dc06
graphics/darktable: Update to 3.6.1
Release notes:
* https://github.com/darktable-org/darktable/releases/tag/release-3.6.1
Thank you svvord@soft-wizard.ru for the patch!
PR: 258662
|
Tue, 3 Aug 2021
|
[ 18:19 Matthias Andree (mandree) ] 56ffa08 (Only the first 10 of 44 ports in this commit are shown above. )
*: graphics/openexr PORTREVISION bumps
OpenEXR changes its SONAME again, so bump PORTREVISION of its users.
|
[ 12:51 Matthias Andree (mandree) ] d01bcf4
graphics/darktable: bump PORTREVISION after fixes
Especially d8e040b64325 contains pkg-plist fixes, so
we need to make sure to flush out the original 3.6.0 packages.
Note for those triggering builds manually, there could be
another PORTREVISION bump due to (im)pending OpenEXR updates
within the next few hours.
Aligned with: Jean-Sébastien Pédron (dumbbell@, maintainer)
|
[ 12:44 Matthias Andree (mandree) ] 95511f1
graphics/darktable: resolve G'Mic inconsistency
The build will automatically pick up G'Mic if available, leading
to inconsistent builds between systems. Make it an explicit OPTION
which defaults to off, since only the lut3d module uses it and only
to read .gmz G'Mic-compressed LUT files.
Approved by: Jean-Sébastien Pédron (dumbbell@, maintainer)
|
[ 12:43 Matthias Andree (mandree) ] d8e040b
graphics/darktable: various build fixes for 3.6.0
- add missing LIB_DEPENDS on print/harfbuzz and devel/icu,
found missing by: make stage-qa
- make pkg-plist complete, misses some files,
found missing by: make check-plist
- disable LTO option for now (OPTIONS_EXCLUDE=LTO),
since the workaround for cmake 3.21 regressions around
static libraries (which darktable uses) is
USES=cmake:noninja - but the RawSpeed library
embedded into darktable requires ninja for LTO builds.
Approved by: Jean-Sébastien Pédron (dumbbell@, maintainer)
|
Mon, 2 Aug 2021
|
[ 09:00 Jean-Sébastien Pédron (dumbbell) ] 1ec3dca
graphics/darktable: Update to 3.6.0
Release notes:
* https://www.darktable.org/2021/07/darktable-3-6/
* https://github.com/darktable-org/darktable/releases/tag/release-3.6.0
Thank you to Ludger Bolmerg <lbolmerg@posteo.de> for the initial version
of the patch!
PR: 257061
|
Thu, 29 Jul 2021
|
[ 07:58 Tobias C. Berner (tcberner) ] 346b0e7
graphics/darktable: prepare for cmake-3.21 update
Fix build against cmake-3.21: the ninja generator in 3.21 suffers a regression
(see https://gitlab.kitware.com/cmake/cmake/-/issues/22487) appending an invalid
"-Wl,--no-as-needed" to the linker arguments for static libraries.
Once this regression has been fixed upstream, this can be switch back to
USES=cmake
PR: 257191
|
Sat, 17 Jul 2021
|
[ 09:17 Matthias Andree (mandree) ] 3cda93b (Only the first 10 of 31 ports in this commit are shown above. )
*: bump PORTREVISION after math/Imath update
|
[ 01:12 Matthias Andree (mandree) ] e6c9092
graphics/darktable: USES+=perl5
This is to make sure that PERL_LEVEL gets defined,
which in turn is needed to make sure that perl's Pod::Parser
gets defined if it is not part of the respective Perl version's install.
Approved by: (blanket, trivial tested build fix)
Error log in poudriere before patch:
[00:17:46] [ 97% 727/747] cd
/wrkdirs/usr/ports/graphics/darktable/work/darktable-3.4.1/doc/man && sh -c
/usr/local/bin/po4a-translate\ -f\ pod\ -m\ darktable-generate-cache.pod\ -p\
po/es.po\ -l\
/wrkdirs/usr/ports/graphics/darktable/work/.build/doc/man/es/darktable-generate-cache.pod\
-k\ 0
[00:17:46] FAILED: doc/man/es/darktable-generate-cache.pod
[00:17:46] cd /wrkdirs/usr/ports/graphics/darktable/work/darktable-3.4.1/doc/man
&& sh -c /usr/local/bin/po4a-translate\ -f\ pod\ -m\
darktable-generate-cache.pod\ -p\ po/es.po\ -l\
/wrkdirs/usr/ports/graphics/darktable/work/.build/doc/man/es/darktable-generate-cache.pod\
-k\ 0
[00:17:46] Unknown format type: pod.
[00:17:46] po4a::chooser: Module loading error: Can't locate Pod/Parser.pm in
@INC (you may need to install the Pod::Parser module) (@INC contains:
/usr/local/lib/perl5/site_perl/mach/5.32 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.32/mach /usr/local/lib/perl5/5.32) at
/usr/local/lib/perl5/site_perl/Locale/Po4a/Pod.pm line 14.
[00:17:46] BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/Locale/Po4a/Pod.pm line 14.
[00:17:46] Compilation failed in require at (eval 33) line 1.
[00:17:46] BEGIN failed--compilation aborted at (eval 33) line 1.
|
Wed, 14 Jul 2021
|
[ 16:10 Po-Chuan Hsieh (sunpoet) ] a8bbaff
graphics/darktable: Use P5_POD_PARSER
With hat: perl
|
Sat, 3 Jul 2021
|
[ 05:15 Matthias Andree (mandree) ] 4030a14 (Only the first 10 of 40 ports in this commit are shown above. )
*: Bump PORTREVISION for openexr update
OpenEXR's patchlevel updated bumped the major version
of the OpenEXR library, hence bump PORTREVISION of all
ports that require OpenEXR.
|
Thu, 24 Jun 2021
|
[ 02:55 Jan Beich (jbeich) ] 91c4556
graphics/libavif: update to 0.9.2
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.9.1...v0.9.2
Reported by: GitHub (watch releases)
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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
|
Thu, 20 May 2021
|
[ 02:38 Jan Beich (jbeich) ] efc8ec0
graphics/libavif: update to 0.9.1
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.9.0...v0.9.1
Reported by: GitHub (watch releases)
|
Tue, 18 May 2021
|
[ 17:15 Matthias Andree (mandree) ] 1d5b7c9 (Only the first 10 of 39 ports in this commit are shown above. )
Bump portrevisions of openexr and Imath users.
|
Thu, 29 Apr 2021
|
[ 21:55 Jean-Sébastien Pédron (dumbbell) ] 5691fad
graphics/darktable: Fix OpenEXR detection
The patch comes from upstream:
https://github.com/darktable-org/darktable/pull/8775
It didn't make it to a release yet.
The package revision is bumped because the build succeeds but darktable
failed to run with the following error:
$ darktable --version
ld-elf.so.1: /usr/local/bin/../lib/darktable/libdarktable.so: Undefined
symbol "_ZTIN7Imf_3_09AttributeE"
With the patch:
$ darktable --version
this is darktable 3.4.1
...
PR: 255254
Reported by: Ludger Bolmerg <lbolmerg@posteo.de>,
Felix Palmen <felix@palmen-it.de>,
a.parseg@gmail.com
Obtained from: https://github.com/darktable-org/darktable/pull/8775
|
Mon, 12 Apr 2021
|
[ 00:33 Matthias Andree (mandree) ] 309ccb9
graphics/darktable: make compatible with OpenEXR/Imath 3.0
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 4 Mar 2021
|
[ 08:57 dumbbell ]
graphics/darktable: Add LTO option to toggle Rawspeed LTO
PR: 253904
Submitted by: pkubaj@
|
Sun, 28 Feb 2021
|
[ 09:45 pkubaj ]
graphics/darktable: fix build on powerpc64le
Disable including gdkcolor.h because pixel is a type on POWER:
/usr/local/include/gtk-3.0/gdk/deprecated/gdkcolor.h:56:11: error: two or more
data types in declaration specifiers
56 | guint32 pixel;
Disable OpenCL:
/wrkdirs/usr/ports/graphics/darktable/work/darktable-3.4.1/data/kernels/bilateral.cl:67:17:
error: implicit declaration of function 'atom_add' is invalid in OpenCL
old_val.i = atom_add(ival, 0);
Approved by: tier 2 blanket
|
Fri, 26 Feb 2021
|
[ 13:06 dumbbell ]
graphics/darktable: Add shells/bash as a build dependency
It has always been required, but was indirectly satisfied by security/p11-kit
which depended on shells/bash until yesterday.
This fixes the build of Darktable.
Submitted by: fluffy@
Reported by: fluffy@
|
[ 08:59 dumbbell ]
graphics/darktable: Update to 3.4.1
Release notes:
* https://www.darktable.org/2021/02/darktable-341-released/
* https://github.com/darktable-org/darktable/releases/tag/release-3.4.1
PR: 253817
Submitted by: Ludger Bolmerg <lbolmerg@posteo.de>
|
Tue, 23 Feb 2021
|
[ 06:40 jbeich ]
graphics/libavif: update to 0.9.0
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.8.4...v0.9.0
Reported by: GitHub (watch releases)
|
Sat, 13 Feb 2021
|
[ 11:08 mandree ] (Only the first 10 of 45 ports in this commit are shown above. )
graphics/openexr, ilmbase: security update to v2.5.5
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5
"Specific OSS-fuzz issues include:
OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer
OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode
OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding
OSS-fuzz #29829 Integer-overflow in
Imf_2_5::DwaCompressor::initializeBuffers
OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer"
Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase.
MFH: 2021Q1
Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b
|
Mon, 25 Jan 2021
|
[ 21:49 dumbbell ]
graphics/darktable: Update to 3.4.0
Release notes:
* https://github.com/darktable-org/darktable/releases/tag/release-3.4.0
PR: 252641
Submitted by: fluffy@
|
Sun, 3 Jan 2021
|
[ 16:57 mandree ] (Only the first 10 of 38 ports in this commit are shown above. )
graphics/openexr: really commit v2.5.4 update.
Unfortunately, this was missed with the ilmbase update, and
causes yet another PORTREVISION bump on all dependent ports.
repeating ilmbase's commit log here:
"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)
MFH: 2021Q1 (this requires discussion by ports-secteam@!)
Reported by: VVD (IRC, #bsdports)
|
[ 10:30 mandree ] (Only the first 10 of 40 ports in this commit are shown above. )
graphics/openexr: graphics/ilmbase: v2.5.4 update
"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)
MFH: 2021Q1 (this requires discussion by ports-secteam@!)
|
Tue, 17 Nov 2020
|
[ 15:24 pkubaj ]
graphics/darktable: fix build on powerpc64le, add aarch64 to the mix
powerpc64le needs already committed patch for opencl, aarch64 is untested
because:
[00:00:12] Finished lang/rust | rust-1.47.0: Ignored: fails to build with
qemu-user-static
It may need another fix.
|
Mon, 9 Nov 2020
|
[ 17:08 tcberner ] (Only the first 10 of 114 ports in this commit are shown above. )
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878
|
Fri, 14 Aug 2020
|
[ 10:32 mandree ]
Bump PORTREVISION again due to ilmbase and openexr update
Reason is that graphics/darktable itself had a commit by dumbbell@
(r544820) that also bumped PORTREVISION=2 but that happened before
I'd committed the OpenEXR updates, and the svn update just merged
that change.
So, unfortunately, we need another PORTREVISION update.
See r544849, r544853.
|
Thu, 13 Aug 2020
|
[ 16:27 dumbbell ]
graphics/darktable: Make the dependency to exiftool optional
... and off by default. The only component which uses it is a rarely used
script.
|
[ 10:17 mandree ]
graphics/darktable: add exiftool:graphics/p5-Image-ExifTool to _DEPENDS
Else the cmake setup will not install the extract_wb_from_images.sh
script, leading to inconsistent installs or packaging failures.
Reported by: poudriere
Approved by: portmgr@ (blanket approval to add missing requisites)
|
Mon, 10 Aug 2020
|
[ 17:51 dumbbell ]
graphics/darktable: Update to 3.2.1
Release notes:
* https://github.com/darktable-org/darktable/releases/tag/release-3.2.1
Compared to the initial patch provided by m.ne@gmx.net, I removed a few
whitespace changes and fixed the `pkg-plist` file.
Submitted by: m.ne@gmx.net
|
[ 13:43 dumbbell ]
graphics/darktable: Add textproc/p5-Pod-Parser to BUILD_DEPENDS
This fixes the build after the latest Perl update to 5.32:
FAILED: doc/man/es/darktable-cltest.pod
cd /wrkdirs/usr/ports/graphics/darktable/work/darktable-3.0.2/doc/man &&
/usr/local/bin/po4a-translate -f pod -m darktable-cltest.pod -p po/es.po -l
/wrkdirs/usr/ports/graphics/darktable/work/.build/doc/man/es/darktable-cltest.pod
-k 0
Unknown format type: pod.
List of valid formats:
- asciidoc: AsciiDoc format.
- dia: uncompressed Dia diagrams.
- docbook: DocBook XML.
- guide: Gentoo Linux's XML documentation format.
- ini: INI format.
- kernelhelp: Help messages of each kernel compilation option.
- latex: LaTeX format. (Only the first 15 lines of the commit message are shown above )
|
Thu, 16 Jul 2020
|
[ 12:13 mandree ] (Only the first 10 of 36 ports in this commit are shown above. )
openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent ports
OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version
names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs.
Approved by: portmgr (blanket)
MFH: 2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update)
Security: 714e6c35-c75b-11ea-aa29-d74973d1f9f3
|
Wed, 13 May 2020
|
[ 12:05 mandree ]
graphics/darktable: update to 3.0.2
This is an upgrade for darktable from 3.0.0 to 3.0.2, with
Ludger's changes from the original PR submission:
- export to Flickr, Facebook and Google Photo removed
as [they are] no longer supported in 3.0.2
And these changes by mandree@:
- rediff patches
- reshuffle Makefile per portclippy recommendation
- remove COLORD option, it's not technically required to build, but a
a raw image processing application without color management
makes little sense. This option was default-on anyways.
(Only the first 15 lines of the commit message are shown above )
|
Tue, 12 May 2020
|
[ 15:47 mandree ] (Only the first 10 of 39 ports in this commit are shown above. )
graphics/ilmbase: graphics/openexr: update to upstream release 2.5.1
Upstream release notes:
* A patch release that corrects the SO version for the v2.5 release,
which missed getting bumped in v2.5.0.
* This release also fixes an improper failure in IlmImfTest
when running on ARMv7 and AAarch64.
Bump PORTREVISION of all port directly requiring ilmbase or openexr
that are not marked BROKEN (shlib/.so file version bump).
Test build of all port directly depending on ilmbase or openexr
succeeded in poudriere in a 12.1-RELEASE amd64 jail.
|
Fri, 8 May 2020
|
[ 11:57 mandree ] (Only the first 10 of 43 ports in this commit are shown above. )
graphics/ilmbase: graphics/openexr: update to v2.5.0
ChangeLog:
- https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0
* Bump PORTREVISION of all consumers except py-openimageio (BROKEN).
* cad/PrusaSlicer:
LIB_DEPENDS: remove version from libHalf.so
BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds)
USE_GL+=gl
USES+=pkgconfig (needed to find libHalf)
|
Sun, 8 Mar 2020
|
[ 21:56 jbeich ] (Only the first 10 of 64 ports in this commit are shown above. )
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
|
Sun, 26 Jan 2020
|
[ 04:57 danfe ]
Chase shlib version bump of `graphics/lensfun' (r524150).
|
Mon, 6 Jan 2020
|
[ 16:52 mandree ]
graphics/darktable: update to new release 3.0.0
Announcement:
<https://www.darktable.org/2019/12/darktable-300-released/>
<https://www.darktable.org/2019/12/darktable-30/>
Additional changes:
- ONLY_FOR_ARCHS* variables moved up to please portlint
- some CMAKE_ARGS hacks with CMAKE_*_COMPILER_LAUNCHER to get ccache back in
- switch from hardcoding LLVM_VER=60 to ${LLVM_DEFAULT}
- strip out -D_XOPEN_SOURCE=... (upstream CMakeLists.txt) because it is harmful
in hiding, for instance, u_char typedefs, which causes compilation failure
down the road for cups_print.
PR: 242943
Approved by: dumbbell@ (maintainer)
|
Sun, 5 Jan 2020
|
[ 02:17 mandree ] (Only the first 10 of 64 ports in this commit are shown above. )
graphics/ilmbase, graphics/openexr: upgrade to upstream v2.4.0
graphics/gstreamer1-plugins-openexr: switch from C++98 to C++11 to
match new OpenEXR headers and unbreak compilation.
Bump PORTREVISION of all ports depending directly on either, based
on assessing INDEX-12 (bump_portrevision.pl -l (shallow) used).
Release Notes:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.4.0
The update was deliberately deferred until after 2020Q1, and should
not be MFH'd back to it.
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Mon, 27 May 2019
|
[ 10:21 kai ] (Only the first 10 of 18 ports in this commit are shown above. )
graphics/libgphoto2: Update to 2.5.22, graphics/gphoto2: Update to 2.5.20
* Bump PORTREVISION of ports depending on them.
Also while I'm here:
* Add "gnome" to USES if the XML option is enabled to avoid warnings about
using USE_GNOME alone.
* Pet portlint
Notable changes since 2.5.16 (graphics/libgphoto2) [1]:
* Added new USB Ids for various camera types
* Updated translations
* Report file changes via GP_EVENT_FILE_CHANGED (hooked up for Canon EOS
currently) (Only the first 15 lines of the commit message are shown above )
|
Sat, 11 May 2019
|
[ 09:36 antoine ]
Those ports link against llvm's libomp.so
|
Wed, 8 May 2019
|
[ 16:05 jbeich ] (Only the first 10 of 52 ports in this commit are shown above. )
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
|
Mon, 22 Apr 2019
|
[ 10:36 dumbbell ]
graphics/darktable: Update to 2.6.2
Release notes:
* https://www.darktable.org/2019/03/darktable-262-released/
PR: 236904
Submitted by: Darren Mulligan <fixer@bsdmail.com>
|
Sun, 17 Mar 2019
|
[ 13:14 tcberner ] (Only the first 10 of 41 ports in this commit are shown above. )
graphics/exiv2: update to 0.27
Changelog:
http://www.exiv2.org/changelog.html
- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python
bindings
Exp-run by: antoine
PR: 235943
PR: 234830
|
Fri, 8 Mar 2019
|
[ 13:43 dumbbell ]
graphics/darktable: Update to 2.6.1
Release notes:
* https://www.darktable.org/2019/03/darktable-261-released/
PR: 236363
Submitted by: Darren Mulligan <fixer@bsdmail.com>
|
Sat, 23 Feb 2019
|
[ 12:48 dumbbell ]
graphics/darktable: Update to 2.6.0
Release notes:
* https://www.darktable.org/2018/12/darktable-260-released/
The initial patch was provided by Darren Mulligan. On top of it:
* Warnings about USES=gl and USES=gnome were fixed.
* The CMake CMAKE_POLICY_DEFAULT_CMP0056 setting was removed.
PR: 234800
Submitted by: Darren Mulligan <fixer@bsdmail.com>
Reported by: kunda <chitty_cloud@me.com>
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sat, 22 Sep 2018
|
[ 10:15 mandree ] (Only the first 10 of 70 ports in this commit are shown above. )
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.
Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>
Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.
Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.
Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)
Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions. Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Wed, 6 Jun 2018
|
[ 15:31 dumbbell ]
graphics/darktable: Update to 2.4.4
Release notes:
https://www.darktable.org/2018/06/darktable-244-released/
|
Sun, 29 Apr 2018
|
[ 09:24 dumbbell ]
graphics/darktable: Build with LLVM 6.0
... instead of LLVM 5.0. The reason is to stay in sync with Mesa to keep
the number of LLVM copies to build to the minimum.
It looks like the hack to explicitely set `LDFLAGS` to have OpenMP
support isn't necessary anymore. The last time it was revisited was with
LLVM 3.9.1.
|
Sat, 28 Apr 2018
|
[ 06:14 tcberner ] (Only the first 10 of 48 ports in this commit are shown above. )
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345
|
Tue, 24 Apr 2018
|
[ 16:21 dumbbell ]
graphics/darktable: Update to 2.4.3
Release notes:
https://www.darktable.org/2018/04/darktable-243-released/
|
Wed, 28 Mar 2018
|
[ 13:56 dumbbell ]
graphics/darktable: Update to 2.4.2
Release notes:
https://www.darktable.org/2018/03/darktable-242-released/
|
Sun, 28 Jan 2018
|
[ 13:19 dumbbell ]
graphics/darktable: Add iso-codes to the build dependencies
This permits darktable to display language names in the preferences
dialog, not just language codes.
|
Thu, 25 Jan 2018
|
[ 08:49 dumbbell ]
graphics/darktable: Update to 2.4.1
|
Number of commits found: 209 (showing only 100 on this page) |