mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
print/harfbuzz-hb-view: rename to -cairo after 4872ec2e84
Avoid confusion when used as a dependency for libharfbuzz-cairo.so. https://github.com/harfbuzz/harfbuzz/commit/767bdd43a63c
This commit is contained in:
parent
8453bb8045
commit
acf47e5375
1
MOVED
1
MOVED
@ -17767,3 +17767,4 @@ games/opendungeons||2023-02-14|Has expired: Broken for more than 6 months
|
||||
databases/mysql-connector-odbc|databases/mysql-connector-odbc-80|2023-02-18|Has expired: Requires EOLd mysql version
|
||||
devel/yaml-cpp03|devel/yaml-cpp|2023-02-21|Used by blender-lts28 which is EOL'd
|
||||
sysutils/uutils|sysutils/rust-coreutils|2023-02-22|Request by upstream
|
||||
print/harfbuzz-hb-view|print/harfbuzz-cairo|2023-02-23|Match feature and library name
|
||||
|
@ -75,7 +75,7 @@
|
||||
SUBDIR += gutenprint
|
||||
SUBDIR += gv
|
||||
SUBDIR += harfbuzz
|
||||
SUBDIR += harfbuzz-hb-view
|
||||
SUBDIR += harfbuzz-cairo
|
||||
SUBDIR += harfbuzz-icu
|
||||
SUBDIR += hp2xx
|
||||
SUBDIR += hplip
|
||||
|
@ -1,10 +1,10 @@
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -hb-view
|
||||
PKGNAMESUFFIX= -cairo
|
||||
|
||||
COMMENT= Harfbuzz hb-view utility
|
||||
COMMENT= Harfbuzz Cairo support
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/harfbuzz
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
HARFBUZZ_SLAVE= hb-view
|
||||
HARFBUZZ_SLAVE= cairo
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -45,7 +45,7 @@ MESON_ARGS+= -Dicu=enabled -Dcairo=disabled -Ddocs=disabled \
|
||||
LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \
|
||||
libicudata.so:devel/icu
|
||||
|
||||
.elif ${HARFBUZZ_SLAVE} == hb-view
|
||||
.elif ${HARFBUZZ_SLAVE} == cairo
|
||||
MESON_ARGS+= -Dcairo=enabled -Dicu=disabled -Ddocs=disabled \
|
||||
-Dtests=disabled
|
||||
LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz
|
||||
|
Loading…
Reference in New Issue
Block a user