The NetBSD Project

CVS log for pkgsrc/x11/ocaml-lablgtk3/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / ocaml-lablgtk3

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Apr 24 14:16:23 2025 UTC (5 days, 14 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
*: recursive bump for jpeg -> libjpeg-turbo switch

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Apr 17 21:53:04 2025 UTC (12 days, 7 hours ago) by wiz
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
*: recursive bump for icu 77 and libxml2 2.14

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Jan 19 19:01:22 2025 UTC (3 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -7 lines
ocaml-lablgtk3: update to 3.1.5.

## In Lablgtk-3.1.5

2024.06.10 [Jacques]
  * Prepare for release
  * Fix typos in README.md (#182) [Sylvain Chiron]

2024.05.20 [Jacques]
  * Typo in ml_gtk_text_buffer_get_iter_at_line_index. (#181) [Hugo Herbelin]

2024.05.14 [Jacques]
  * Support windows sockets in Glib.IO.channel_of_descr (#176)
    [with Michael Soegtrop]

2024.03.24 [Jacques]
  * fix pointer incompatibility in ml_gtk_style_context_list_classes (#178)

## In Lablgtk-3.1.4

2024.01.31 [Jacques]
  * use Bytes rather than String
  * Various missing bindings, including lablgtk3-rsvg2 (#128)
  * GtkStyleContext: Add missing class and provider functions (#163)
  * Add GdkEvent.Scroll.delta_{x,y} (#173) [Thomas Leonard]

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Dec 27 08:21:02 2024 UTC (4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
*: recursive bump for pango requiring fontconfig 2.15

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Dec 6 16:44:58 2024 UTC (4 months, 3 weeks ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -33 lines
x11/ocaml-lablgtk3: Remove dune/PKGCONFIG kludge

as no longer necessary/useful now that the bug is patched in dune and
the patch is actually used in the build.

No PKGREVISION++; this is just swapping a dune fix for a dune
workaround, with no expected change in the binary.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Nov 25 20:37:17 2024 UTC (5 months ago) by gdt
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +4 -1 lines
x11/ocaml-lablgtk3: Add comment about perhaps-similar pkg-config-finding problem

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Nov 24 14:45:32 2024 UTC (5 months ago) by gdt
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +12 -5 lines
x11/ocaml-lablgtk3: Improve kludge comments

NFCI

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Nov 24 14:32:49 2024 UTC (5 months ago) by gdt
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +23 -2 lines
x11/ocaml-lablgtk3: Kludge around dune pkg-config issues

For unclear reasons, if PKG_CONFIG is set in the environment, even if
properly to a copy of pkg-config in the work directory, dune objects
to it and errors out.  Remove PKG_CONFIG from the build environment.
This allows building to succeed.

This commit adds some test targets, not invoked, with comments that
are notes to the next person struggling with this, perhaps future
self.

The removal of PKG_CONFIG is implemented by open-coding the do-build
target from ocaml.mk, pending disscussion of the wisdom of changing
that target, on the theory that this is a dune bug, not a lablgtk bug.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Nov 24 12:20:57 2024 UTC (5 months ago) by gdt
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
x11/ocaml-lablgtk3: Add -verbose when using pkg-config

This doesn't fix the build, but it provides a clue: dune code is
objecting to the pkg-config that is found, which is a shell script
wrapper:

  File "src/dune", line 9, characters 0-128:
   9 | (rule
  10 |  (targets
  11 |    cflag-gtk+-3.0.sexp
  12 |    clink-gtk+-3.0.sexp)
  13 |  (action (run dune_config -verbose -pkg gtk+-3.0 -version 3.18)))
  (cd _build/default/src && ../.bin/dune_config -verbose -pkg gtk+-3.0 -version 3.18)
  which: /tmp/work/x11/ocaml-lablgtk3/work/.tools/bin/pkg-config
  -> not found
  configure error: pkg_config not installed

Take maintainership (offlist discussion with jaapb@).

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Nov 17 07:17:00 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
*: recursive bump for default-on option of at-spi2-core

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Nov 14 22:22:23 2024 UTC (5 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
*: recursive bump for icu 76 shlib major version bump

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:55:09 2024 UTC (5 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
*: revbump for icu downgrade

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:54:22 2024 UTC (5 months, 4 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
*: recursive bump for icu 76.1 shlib bump

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Oct 20 14:04:54 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
*: recursive bump for merging at-spi2-atk and atk into at2-spi-core

Remove at-spi2-atk and atk

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed May 29 16:35:08 2024 UTC (11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
revbump after icu and protobuf updates

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Apr 7 07:35:25 2024 UTC (12 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
*: bump for cairo buildlink3.mk change

lzo was made an option

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Apr 6 08:07:06 2024 UTC (12 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Nov 14 14:03:18 2023 UTC (17 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
*: recursive bump for cairo dependency changes

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Nov 12 13:24:20 2023 UTC (17 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
*: revebump for new brotli option for freetype2

Addresses PR 57693

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:21:34 2023 UTC (17 months, 3 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
*: recursive bump for icu 74.1

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 21 17:11:52 2023 UTC (18 months, 1 week ago) by gdt
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
recursive revbump for tiff update

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:08:56 2023 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
revbump after textproc/icu update

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jan 29 21:15:13 2023 UTC (2 years, 3 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
*: Recursive revbup from graphics/freetype2

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Jan 3 17:36:38 2023 UTC (2 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
*: recursive bump for tiff shlib major bump

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:19:11 2022 UTC (2 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
massive revision bump after textproc/icu update

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Nov 11 10:47:55 2022 UTC (2 years, 5 months ago) by jaapb
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Updated x11/ocaml-lablgtk3 to newest version 3.1.3.

This adds compatibility with OCaml 5.0.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Aug 11 05:09:31 2022 UTC (2 years, 8 months ago) by gutteridge
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Bump all dependent packages of wayland (belatedly)

The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue May 24 18:51:57 2022 UTC (2 years, 11 months ago) by jaapb
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Recursive revbump associated with update of ocaml.

Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 18 19:10:17 2022 UTC (3 years ago) by adam
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
revbump for textproc/icu update

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 28 13:16:24 2022 UTC (3 years, 2 months ago) by jaapb
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -5 lines
Updated x11/ocaml-lablgtk3 to version 3.1.2.

Upstream changes are mostly minor, though this update is needed for
compatibility with OCaml 4.14.

Package options have now been properly integrated.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:02:56 2021 UTC (3 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
revbump for icu and libffi

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:40:49 2021 UTC (4 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
revbump for textproc/icu

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 8 08:13:10 2021 UTC (4 years, 1 month ago) by jaapb
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Recursive revbump associated with update of lang/ocaml

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Nov 5 09:07:18 2020 UTC (4 years, 5 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
*: Recursive revbump from textproc/icu-68.1

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 17 20:17:55 2020 UTC (4 years, 8 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
*: revbump after fontconfig bl3 changes (libuuid removal)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 2 08:23:06 2020 UTC (4 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Revbump for icu

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Mar 10 22:09:11 2020 UTC (5 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Mar 8 16:48:28 2020 UTC (5 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
*: recursive bump for libffi

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 29 08:13:43 2020 UTC (5 years, 3 months ago) by jaapb
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -5 lines
Updated x11/ocaml-lablgtk3 to version 3.1.0.

This mostly adds support for OCaml 4.10, plus minor features.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 24 14:50:42 2020 UTC (5 years, 3 months ago) by jaapb
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -1 lines
Added options to x11/ocaml-lablgtk3

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 24 14:07:02 2020 UTC (5 years, 3 months ago) by jaapb
Branches: MAIN
Added x11/ocaml-lablgtk3, an update of the OCaml Gtk bindings for Gtk3

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>