head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.18 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.16 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.14 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.12 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.10 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.8 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.6 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.4 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.2 pkgsrc-2024Q1-base:1.2; locks; strict; comment @# @; 1.2 date 2024.02.14.15.59.56; author wiz; state Exp; branches; next 1.1; commitid PXsATD1re0wBVpYE; 1.1 date 2024.02.14.15.44.19; author wiz; state Exp; branches; next ; commitid 2GqnYzc8ZxoZPpYE; desc @@ 1.2 log @ocaml-cairo: enable freetype2 Bump PKGREVISION. @ text @$NetBSD: patch-src_dune,v 1.1 2024/02/14 15:44:19 wiz Exp $ Avoid double rule for cairo_ocaml.h (other "rule" introduced by creating cairo_ocaml.h manually in pkgsrc Makefile). --- src/dune.orig 2024-02-14 15:40:40.921184880 +0000 +++ src/dune @@@@ -10,6 +10,6 @@@@ (synopsis "Binding to Cairo, a 2D Vector Graphics Library")) (rule - (targets c_flags.sexp c_library_flags.sexp cairo_ocaml.h) + (targets c_flags.sexp c_library_flags.sexp) (deps cairo_ocaml.h.p) (action (run ../config/discover.exe))) @ 1.1 log @ocaml-cairo: hack build until it works For some reason, dune (the build framework) as used by ocaml-cairo doesn't find pkg-config. Provide overrides for that, leading to another error with another override. Untested, but at least this builds and packages again now. Bump PKGREVISION. @ text @d1 5 a5 1 $NetBSD$ @