Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.108_1 01 Jun 2024 23:16:56 |
Vladimir Druzenko (vvd) |
x11/babl: sort out Makefile and pet portclippy
Remove localbase.
Limit SIMD to i386/amd64, default for i386 is none, for amd64 SSE2.
But users can turn on or off all SIMD sets during build.
PR: 279275
Approved by: fluffy (gnome, maintainer) |
0.1.108 27 May 2024 18:13:38 |
Zsolt Udvari (uzsolt) |
*/*: Remove incorrect libtool dependency
All these ports builds without libtool.
Tested using Poudriere.
Approved by: portmgr (blanket, build fix), diizzy (mentor)
Differential Revision: https://reviews.freebsd.org/D45376 |
0.1.108 24 May 2024 12:31:06 |
Vladimir Druzenko (vvd) |
graphics/gimp{,-app},graphics/gegl,x11/babl: update to 2.10.38, 0.4.48, 0.1.108
Changelogs and News:
https://www.gimp.org/news/2024/05/05/gimp-2-10-38-released/
https://gitlab.gnome.org/GNOME/gimp/-/blob/gimp-2-10/NEWS
https://www.gegl.org/release-notes.html
https://www.gegl.org/babl/
Also fix "graphics/gimp crash on quit".
PR: 278789 278292
Reviewed by: diizzy
Tested by: pkubaj (on powerpc*), saper@saper.info, tatsuki_makino@hotmail.com
Approved by: gnome (maintainer, timeout > 2 weeks)
Differential Revision: https://reviews.freebsd.org/D45094 |
0.1.106 12 Aug 2023 01:37:44 |
Piotr Kubaj (pkubaj) |
x11/babl: fix build on powerpc
Clang miscompiles babl-html-dump:
pid 27736 (babl-html-dump), jid 963, uid 65534: exited on signal 11 (core
dumped)
Also, -Wno-error=incompatible-function-pointer-types is not compatible with GCC. |
0.1.106 19 May 2023 21:40:16 |
Dima Panov (fluffy) |
x11/babl: update to 0.1.106 release (+)
Changelog: https://gitlab.gnome.org/GNOME/babl/-/blob/BABL_0_1_106/NEWS |
0.1.102 28 Feb 2023 20:41:16 |
Dima Panov (fluffy) |
x11/babl: update to 0.1.102 release (+)
ChangeLog: https://gitlab.gnome.org/GNOME/babl/-/blob/BABL_0_1_102/NEWS
Sponsored by: Serenity Cybersecurity, LLC |
0.1.98 22 Nov 2022 11:05:14 |
Dima Panov (fluffy) |
x11/babl: update to 0.1.98 release (+)
Changelog: https://gitlab.gnome.org/GNOME/babl/-/blob/BABL_0_1_98/NEWS |
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) |
0.1.96 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 ) |
0.1.96 26 Aug 2022 17:02:25 |
Tobias C. Berner (tcberner) |
framework: switch tree to using vala.mk
PR: 249940 |
0.1.96 26 Aug 2022 07:45:06 |
Dima Panov (fluffy) |
x11/babl: update to 1.96.0 maintenance release (+)
Changelog: https://gitlab.gnome.org/GNOME/babl/-/blob/BABL_0_1_96/NEWS |
0.1.92_1 20 Jul 2022 14:23:32 |
Tobias C. Berner (tcberner) |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
0.1.92_1 15 Jul 2022 17:48:05 |
Dima Panov (fluffy) |
x11/babl: adjust SIMD logic (+)
Enable SIMD option by default only on amd64.
Force SIMD off (by exclude) on i386 arch to disable autodetect cpu features
even it it build on modern cpus. |
0.1.92 30 Jun 2022 21:45:19 |
Dima Panov (fluffy) |
x11/babl: fix build on armv7
PR: 264942
Submitted by: Robert Clausecker |
0.1.92 25 Jun 2022 14:00:21 |
Dima Panov (fluffy) |
x11/babl: fix packaging on arm/aarch64
PR: 264875 |
0.1.92 14 Jun 2022 13:36:55 |
Dima Panov (fluffy) |
x11/babl: update to 0.1.92 release |
0.1.88 20 Mar 2022 18:15:56 |
Jan Beich (jbeich) |
x11/babl: unbreak build with Meson 0.62.0
meson.build:58:5: ERROR: configuration_data.set10 got unknown keyword arguments
"Description"
PR: 262465
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/574525673f6b |
0.1.88 19 Nov 2021 21:49:26 |
Dima Panov (fluffy) |
x11/babl: fix build with SIMD=OFF (+)
Babl 0.1.88 have dropped "enable-sse3" from meson options, sync it with port
With hat: desktop
Sponsored by: Netzkommune GmbH |
0.1.88 17 Jul 2021 17:34:37 |
Tobias C. Berner (tcberner) |
x11/babl: update to 0.1.88 |
0.1.84 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.84 22 Dec 2020 18:43:50 |
tcberner |
x11/babl: update to 0.1.84
2020-12-17 babl-0.1.84
Fixed bug in caching of CMYK ICC profiles. |
0.1.82 07 Nov 2020 10:38:28 |
tcberner |
x11/babl: Update to 0.1.82
PR: 250895
Submitted by: Neel Chauhan <neel@neelc.org> |
0.1.78_1 24 Sep 2020 08:38:38 |
pkubaj |
x11/babl: drop GCC when using clang
New Clang doesn't segfault when building this port. |
0.1.78 23 Sep 2020 21:06:51 |
linimon |
Canonicalize use of GCC on all powerpc variants.
Approved by: portmgr (tier-2 blanket) |
0.1.78 15 Jun 2020 15:48:16 |
bapt |
Update to 0.1.78 |
0.1.74 18 Mar 2020 15:24:42 |
pkubaj |
x11/babl: fix build on powerpc64 elfv2
Clang 10 hits assertion error:
Assertion failed: (!IsStrict && "Don't know how to expand for strict nodes."),
function ExpandNode, file
/poudriere/jails/powerpc64-head/usr/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp,
line 3638.
Stack dump:
0. Program arguments: cc -Ibabl/4170c83@@babl-0.1@sha -Ibabl -I../babl -I. -I../
-Ibabl/base -I../babl/base -I/usr/local/include -Xclang -fcolor-diagnostics
-pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -Ofast
-fno-unsafe-math-optimizations -Wdeclaration-after-statement -Winit-self
-Wmissing-declarations -Wmissing-prototypes -Wold-style-definition
-Wpointer-arith -O2 -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing -isystem /usr/local/include -fPIC -pthread
-DLIBDIR="/usr/local/lib" -MD -MQ babl/4170c83@@babl-0.1@sha/babl-model.c.o -MF
babl/4170c83@@babl-0.1@sha/babl-model.c.o.d -o
babl/4170c83@@babl-0.1@sha/babl-model.c.o -c ../babl/babl-model.c
1. <eof> parser at end of file
2. Code generation
3. Running pass 'Function Pass Manager' on module '../babl/babl-model.c'.
4. Running pass 'PowerPC DAG->DAG Pattern Instruction Selection' on function
'@babl_model_is_symmetric'
#0 0x0000000013bba6c8 (/usr/bin/cc+0x13bba6c8)
#1 0x0000000013bb7d90 (/usr/bin/cc+0x13bb7d90)
#2 0x0000000013bbd738 (/usr/bin/cc+0x13bbd738)
#3 0x0000000013bbd9ac (/usr/bin/cc+0x13bbd9ac)
#4 0x0000000815740838 (/lib/libthr.so.3+0x27838)
cc: error: clang frontend command failed due to signal (use -v to see
invocation)
FreeBSD clang version 10.0.0 (git@github.com:llvm/llvm-project.git
llvmorg-10.0.0-rc3-1-gc290cb61fdc)
Target: powerpc64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin
Use GCC for now. |
0.1.74 25 Feb 2020 21:12:52 |
kwm |
Update babl to 0.1.74. |
0.1.72 27 Dec 2019 09:33:59 |
bapt |
Update babl to 0.1.72
Switch the build system to meson
The archive is now xzed compressed |
0.1.66_1 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 |
0.1.66 10 Jul 2019 16:50:04 |
kwm |
Update babl to 0.1.66. |
0.1.62 11 May 2019 18:45:54 |
kwm |
Update babl to 0.1.62. |
0.1.60_1 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 |
0.1.60 24 Nov 2018 13:59:59 |
kwm |
Update babl to 0.1.60.
* Convert SIMD to option helpers, update and enable by default. |
0.1.58 14 Oct 2018 17:29:48 |
kwm |
Update babl to 0.1.58. |
0.1.56 30 Sep 2018 12:34:45 |
kwm |
Update babl to 0.1.56. |
0.1.48_1 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 |
0.1.48 11 Jun 2018 01:44:15 |
linimon |
Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.1.48 19 May 2018 20:35:45 |
kwm |
Update babl to 0.1.48. |
0.1.46 14 May 2018 17:38:41 |
kwm |
Update babl to 0.1.46. |
0.1.44 30 Mar 2018 11:40:27 |
bapt |
Update to 0.1.44 |
0.1.30 20 Oct 2017 18:18:06 |
kwm |
Update babl to 0.1.30. |
0.1.28 02 Jun 2017 08:52:58 |
kwm |
Update babl to 0.1.28.
* Add license
* regen patch with make makepatch |
0.1.14 23 Nov 2015 16:41:12 |
kwm |
Update babl to 0.1.14. |
0.1.12 21 Feb 2015 17:17:52 |
kwm |
Remove unneeded patches, so now the port patches again..
Pointyhat awarded to: kwm@ |
0.1.12 21 Feb 2015 15:51:26 |
kwm |
Update babl to 0.1.12.
Remove unused CONFIGURE_ARGS |
0.1.10_2 09 Dec 2014 16:58:53 |
kwm |
Use new GIMP master sites macro.
Drop :keepla from USES=libtool.
Switch logic in the SIMD option in babl. |
0.1.10_1 24 Nov 2014 20:22:00 |
antoine |
Cleanup plist |
0.1.10_1 30 May 2014 13:33:16 |
tijl |
USES=libtool:keepla tar:bzip2. |
0.1.10 17 Feb 2014 05:21:07 |
miwi |
- Stage support
- Convert USE_GMAKE to USES |
0.1.10 20 Sep 2013 23:43:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
0.1.10 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.1.10 11 Mar 2013 12:17:15 |
kwm |
Update to 0.1.10
Convert to OtionsNG, switch to pathfix from gnomehack.
PR: ports/172157
Sumbitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Obtained from: gnome team repo |
0.1.6 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
0.1.6 05 Feb 2013 12:37:27 |
kwm |
Mark jobs unsafe.
PR: ports/175810
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> |
0.1.6 16 Mar 2012 03:12:33 |
mezz |
Fix the build with clang.
PR: ports/163518
Submitted by: Jan Beich <jbeich@tormail.net>
Feature safe: yes |
0.1.6 22 Nov 2011 08:03:18 |
gahr |
- Update to 0.1.6
Changes:
* build improvements
* remove blatantly wrong conversions from extensions
* make it possible to distinguish format_n formats from others
* improvements to vala/gobject introspection support
Approved by: kwm (gnome@)
Feature safe: yes |
0.1.4 29 Jun 2011 14:51:58 |
mezz |
Fix the build when it enables gobject-introspection. Without it, I get this:
---------------------------
gnome-config: not found
Package babl was not found in the pkg-config search path.
Perhaps you should add the directory containing `babl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'babl' found
---------------------------
Clearly, there is no way for babl to depends on babl (itself). O_o A weird
bug, so remove that '--pkg babl' to fix the build. While I am here, reorder
the pkg-plist to make it easier to read. No function change. |
0.1.4 25 Feb 2011 16:14:29 |
kwm |
Update to 0.1.4. [1]
Gir files now shipped with babl. So no need anymore for a seperate port.
PR: ports/154430 [1]
Submitted by: gahr@ |
0.1.2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.1.2 24 Mar 2010 15:19:00 |
gahr |
- Update to 0.1.2
PR: 144225
Submitted by: Pietro Cerutti <gahr@FreeBSD.org>
Approved by: kwm (gnome@ team) |
0.0.22_1 08 Aug 2009 21:13:31 |
marcus |
Correct the logic of the SIMD option so that packages are not built with
unwanted optimizations.
PR: 137114
Submitted by: Anonymous <swell.k@gmail.com> |
0.0.22_1 02 Aug 2009 21:35:01 |
marcus |
* Add support for SIMDoptimizations (off by default).
* Fix the invocation of mktemp to prevent a spurious error.
PR: 137114
Submitted by: Anonymous <swell.k@gmail.com> |
0.0.22_1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.0.22_1 28 Oct 2008 04:13:30 |
mezz |
Actually bump the PORTREVISION, forgot to save it in editor. |
0.0.22 28 Oct 2008 04:00:16 |
mezz |
-No need to include the gnomeprefix that brings gnomehier in. [1]
-Use the gnomehack instead of a pkg-config patch in post-patch target.
-Bump the PORTREVISION.
Submitted by: Stefan Thurner <thurners@nicsys.de> [1] |
0.0.22 06 Jul 2008 17:30:43 |
marcus |
Update to 0.0.22. |
0.0.20 15 Apr 2008 01:48:26 |
ahze |
Add babl
Babl is a dynamic, any to any, pixel format conversion library. It
provides conversions between the myriad of buffer types images can be
stored in. Babl doesn't only help with existing pixel formats, but also
facilitates creation of new and uncommon ones.
WWW: http://www.gegl.org/babl/ |