diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-02-23 10:40:42 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-02-23 10:46:47 +0000 |
commit | acf47e537549ef4ba7b884efc3758f937ce2e87e (patch) | |
tree | ac8c18f24659e450ba0ec555ea0c993beab0ff3f | |
parent | 8453bb8045763566a33792d9b4ea3d8dbbec4426 (diff) |
print/harfbuzz-hb-view: rename to -cairo after 4872ec2e8423
Avoid confusion when used as a dependency for libharfbuzz-cairo.so.
https://github.com/harfbuzz/harfbuzz/commit/767bdd43a63c
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | print/Makefile | 2 | ||||
-rw-r--r-- | print/harfbuzz-cairo/Makefile (renamed from print/harfbuzz-hb-view/Makefile) | 6 | ||||
-rw-r--r-- | print/harfbuzz-cairo/pkg-plist (renamed from print/harfbuzz-hb-view/pkg-plist) | 0 | ||||
-rw-r--r-- | print/harfbuzz/Makefile | 2 |
5 files changed, 6 insertions, 5 deletions
@@ -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 diff --git a/print/Makefile b/print/Makefile index 15355f006216..7b3b608a4c7f 100644 --- a/print/Makefile +++ b/print/Makefile @@ -75,7 +75,7 @@ SUBDIR += gutenprint SUBDIR += gv SUBDIR += harfbuzz - SUBDIR += harfbuzz-hb-view + SUBDIR += harfbuzz-cairo SUBDIR += harfbuzz-icu SUBDIR += hp2xx SUBDIR += hplip diff --git a/print/harfbuzz-hb-view/Makefile b/print/harfbuzz-cairo/Makefile index 77f7c3914821..f03d97b19ade 100644 --- a/print/harfbuzz-hb-view/Makefile +++ b/print/harfbuzz-cairo/Makefile @@ -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" diff --git a/print/harfbuzz-hb-view/pkg-plist b/print/harfbuzz-cairo/pkg-plist index 60aa8966ffe3..60aa8966ffe3 100644 --- a/print/harfbuzz-hb-view/pkg-plist +++ b/print/harfbuzz-cairo/pkg-plist diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index c19c4769b9bc..b3b0403a2ed5 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/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 |