1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Jan Beich 17218fbbe7 www/chromium: unbreak after dbc5f433f858
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:74:5: error: use of undeclared identifier 'hb_subset_input_set_retain_gids'; did you mean 'hb_subset_input_set_flags'?
    hb_subset_input_set_retain_gids(input.get(), true);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    hb_subset_input_set_flags
/usr/local/include/harfbuzz/hb-subset.h:142:1: note: 'hb_subset_input_set_flags' declared here
hb_subset_input_set_flags (hb_subset_input_t *input,
^
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:77:5: error: use of undeclared identifier 'hb_subset_input_set_drop_hints'
    hb_subset_input_set_drop_hints(input.get(), false);
    ^
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:78:19: error: use of undeclared identifier 'hb_subset'; did you mean 'hb_set_set'?
    HBFace subset(hb_subset(face.get(), input.get()));
                  ^~~~~~~~~
                  hb_set_set
/usr/local/include/harfbuzz/hb-set.h:131:1: note: 'hb_set_set' declared here
hb_set_set (hb_set_t       *set,
^
../../third_party/skia/src/pdf/SkPDFSubsetFont.cpp:78:29: error: cannot initialize a parameter of type 'hb_set_t *' with an rvalue of type 'std::__1::unique_ptr<hb_face_t, SkFunctionWrapper<void (hb_face_t *), &hb_face_destroy>>::pointer' (aka 'hb_face_t *')
    HBFace subset(hb_subset(face.get(), input.get()));
                            ^~~~~~~~~~
/usr/local/include/harfbuzz/hb-set.h:131:29: note: passing argument to parameter 'set' here
hb_set_set (hb_set_t       *set,
                            ^

PR:		258576
Reported by:	pkg-fallout, Stefan Ehmann
Obtained from:	Arch Linux
2021-09-18 21:31:34 +00:00
..
2021-09-10 15:53:37 +01:00
2021-07-25 04:21:15 +08:00
2021-09-18 12:37:08 -07:00
2021-08-19 16:09:44 -03:00
2021-09-03 14:05:18 -06:00
2021-09-14 10:10:32 +00:00
2021-06-21 04:45:51 +08:00
2021-08-31 09:23:21 +00:00
2021-09-15 11:31:11 +02:00
2021-08-31 10:15:04 +00:00
2021-08-31 09:23:22 +00:00
2021-08-03 22:46:33 -05:00
2021-09-14 08:24:37 -04:00
2021-07-31 15:36:51 +02:00
2021-08-21 21:05:46 -05:00
2021-09-04 21:20:44 -05:00
2021-07-12 07:27:08 +08:00
2021-07-22 02:11:52 +08:00
2021-06-19 19:26:24 -07:00
2021-09-04 21:02:32 +02:00
2021-09-03 16:39:47 -03:00
2021-09-04 13:11:49 -07:00
2021-08-29 19:51:24 +00:00
2021-09-10 18:00:48 -07:00
2021-08-23 10:13:07 +02:00
2021-08-31 09:23:12 +00:00
2021-09-07 18:35:34 +08:00
2021-08-29 19:17:11 +00:00
2021-09-09 11:07:10 +01:00
2021-08-08 05:05:23 -07:00
2021-08-08 05:04:19 -07:00
2021-07-16 11:18:07 +02:00
2021-08-29 11:53:52 +00:00
2021-08-31 19:49:51 +00:00
2021-09-10 21:18:29 +00:00
2021-08-31 12:00:27 +00:00
2021-08-03 09:01:25 +02:00
2021-08-29 19:34:24 +00:00
2021-09-06 13:19:32 +00:00
2021-08-16 08:19:03 +02:00
2021-09-08 19:44:47 +02:00
2021-09-15 01:19:36 +08:00
2021-09-13 15:56:58 +08:00
2021-09-13 15:47:36 +08:00
2021-09-13 15:42:24 +08:00
2021-08-29 19:54:31 +00:00
2021-08-31 12:02:34 +00:00
2021-09-10 21:18:20 +00:00
2021-08-19 15:06:22 +00:00
2021-09-09 11:32:18 +01:00
2021-09-16 10:56:28 +08:00
2021-07-28 22:38:47 +02:00
2021-07-25 04:21:22 +08:00
2021-08-08 22:55:31 +08:00
2021-06-21 00:15:58 +08:00
2021-08-31 12:03:07 +00:00
2021-07-06 22:56:24 +08:00
2021-09-10 21:17:58 +00:00
2021-09-10 21:17:58 +00:00
2021-06-20 19:30:03 +08:00
2021-08-01 10:31:09 +02:00
2021-08-08 22:54:12 +08:00
2021-07-08 13:13:57 +00:00
2021-07-16 04:47:20 +08:00
2021-06-21 00:16:19 +08:00
2021-06-21 00:16:05 +08:00
2021-07-06 22:57:43 +08:00
2021-07-07 03:17:12 +08:00
2021-07-16 07:57:51 +08:00
2021-06-26 13:46:42 -03:00
2021-09-03 19:49:22 -07:00
2021-09-03 19:49:22 -07:00
2021-08-04 19:38:00 +00:00
2021-09-17 09:14:32 +02:00
2021-09-15 10:01:15 +02:00
2021-07-31 21:31:34 -07:00
2021-09-03 19:49:22 -07:00
2021-06-21 00:16:19 +08:00
2021-08-19 15:06:24 +00:00
2021-09-03 14:34:10 +00:00
2021-09-10 21:18:10 +00:00
2021-06-20 19:39:46 +08:00
2021-09-01 08:07:07 +02:00
2021-07-01 04:43:35 +08:00
2021-08-01 08:38:26 -07:00
2021-08-23 21:02:30 -03:00
2021-08-23 21:02:30 -03:00
2021-08-23 21:02:30 -03:00
2021-09-04 13:14:09 -07:00
2021-06-25 17:54:07 +00:00
2021-08-09 18:17:08 +00:00
2021-09-08 15:47:31 +02:00
2021-09-03 06:26:52 +02:00
2021-09-17 22:32:46 +01:00
2021-08-31 12:04:46 +00:00
2021-08-12 22:40:12 +02:00
2021-08-31 19:50:16 +00:00
2021-06-21 04:45:55 +08:00
2021-07-15 00:09:44 +08:00
2021-09-17 10:47:38 +02:00