1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/print/scribus-devel/files
Jan Beich 28469f0bc3 print/scribus-devel: unbreak after dbc5f433f8
scribus/fonts/sfnt.cpp: In function 'QByteArray sfnt::subsetFaceWithHB(const QByteArray&, QList<unsigned int>, int, QMap<unsigned int, unsigned int>&)':
scribus/fonts/sfnt.cpp:1260:3: error: 'hb_subset_input_set_retain_gids' was not declared in this scope; did you mean 'hb_subset_input_set_flags'?
 1260 |   hb_subset_input_set_retain_gids(hbSubsetInput.get(), true);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   hb_subset_input_set_flags
scribus/fonts/sfnt.cpp:1261:3: error: 'hb_subset_input_set_drop_hints' was not declared in this scope; did you mean 'hb_subset_input_set_user_data'?
 1261 |   hb_subset_input_set_drop_hints(hbSubsetInput.get(), false);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   hb_subset_input_set_user_data
scribus/fonts/sfnt.cpp:1263:3: error: 'hb_subset_input_set_name_legacy' was not declared in this scope; did you mean 'hb_subset_input_set_flags'?
 1263 |   hb_subset_input_set_name_legacy(hbSubsetInput.get(), true);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   hb_subset_input_set_flags
scribus/fonts/sfnt.cpp:1266:57: error: 'hb_subset' was not declared in this scope; did you mean 'hb_set_set'?
 1266 |   QScopedPointer<hb_face_t, HbFaceDeleter> hbSubsetFace(hb_subset(hbFullFace.get(), hbSubsetInput.get()));
      |                                                         ^~~~~~~~~
      |                                                         hb_set_set

Reported by:	pkg-fallout
Obtined from:	Arch Linux
2021-09-18 22:04:57 +00:00
..
patch-harfbuzz-3.0.0 print/scribus-devel: unbreak after dbc5f433f8 2021-09-18 22:04:57 +00:00