Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions graphics/harfbuzz-devel/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ PortGroup muniversal 1.1

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

github.setup harfbuzz harfbuzz 11.2.1
checksums rmd160 7cc6c796550d448256d818a6cb12e9f098ee7958 \
sha256 093714c8548a285094685f0bdc999e202d666b59eeb3df2ff921ab68b8336a49 \
size 18057576
github.setup harfbuzz harfbuzz 14.1.0
checksums rmd160 4f9c2cbe3b71a62a615dbe336e54f41fbdc88633 \
sha256 ee0eb3a1da2c5a28147f12dff55f6c7d60aeeeb29ac7ef334eabe84c8476c105 \
size 19499908

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

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

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

# Temporary patch to fix build failures on 10.13/10.14
# See: https://trac.macports.org/ticket/71575#comment:19
# See: https://github.com/harfbuzz/harfbuzz/issues/5354
patchfiles-append patch-coretext-ctfontmgr-10.15.diff

post-patch {
fs-traverse f ${worksrcpath} {
if {[string match *.py ${f}]} {
Expand Down
21 changes: 0 additions & 21 deletions graphics/harfbuzz-devel/files/patch-coretext-ctfontmgr-10.15.diff

This file was deleted.