Skip to content

Commit

Permalink
harfbuzz: update to 10.2.0; use py313 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
mascguy committed Jan 12, 2025
1 parent b04a723 commit 70bc237
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
17 changes: 7 additions & 10 deletions graphics/harfbuzz/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ PortGroup muniversal 1.1

# Please keep the harfbuzz and harfbuzz-devel ports as similar as possible.

github.setup harfbuzz harfbuzz 10.1.0
checksums rmd160 c882972105fd4bad7d5a12a8f4e161dd68b537d3 \
sha256 6ce3520f2d089a33cef0fc48321334b8e0b72141f6a763719aaaecd2779ecb82 \
size 17922136
github.setup harfbuzz harfbuzz 10.2.0
checksums rmd160 8270eac3d1422082f8cbca8dc587bed45ef52e3e \
sha256 620e3468faec2ea8685d32c46a58469b850ef63040b3565cde05959825b48227 \
size 17957608

name harfbuzz
conflicts harfbuzz-devel
Expand All @@ -31,7 +31,7 @@ use_xz yes
# Disable unexpected download of subprojects
meson.wrap_mode nodownload

set py_ver 3.12
set py_ver 3.13
set py_ver_nodot [string map {. {}} ${py_ver}]

depends_build-append \
Expand All @@ -50,9 +50,6 @@ configure.python ${prefix}/bin/python${py_ver}
# | ^
patchfiles-append patch-meson-assert-macros.diff

# Upstream patch to fix use of kCTFontOrientation{Horizontal,Vertical}; included in next release
patchfiles-append patch-coretext-font.diff

post-patch {
fs-traverse f ${worksrcpath} {
if {[string match *.py ${f}]} {
Expand Down Expand Up @@ -82,7 +79,7 @@ configure.cflags-append -DHB_NO_PRAGMA_GCC_DIAGNOSTIC_ERROR
configure.cxxflags-append -DHB_NO_PRAGMA_GCC_DIAGNOSTIC_ERROR

if {${name} eq ${subport}} {
revision 2
revision 0

gobject_introspection yes

Expand Down Expand Up @@ -135,7 +132,7 @@ if {${name} eq ${subport}} {
}

subport harfbuzz-icu {
revision 2
revision 0

conflicts harfbuzz-icu-devel

Expand Down
17 changes: 0 additions & 17 deletions graphics/harfbuzz/files/patch-coretext-font.diff

This file was deleted.

0 comments on commit 70bc237

Please sign in to comment.