Date: Thu, 23 Feb 2023 10:46:54 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: acf47e537549 - main - print/harfbuzz-hb-view: rename to -cairo after 4872ec2e8423 Message-ID: <202302231046.31NAksO4059689@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=acf47e537549ef4ba7b884efc3758f937ce2e87e commit acf47e537549ef4ba7b884efc3758f937ce2e87e Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-02-23 10:40:42 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-02-23 10:46:47 +0000 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 --- MOVED | 1 + print/Makefile | 2 +- print/{harfbuzz-hb-view => harfbuzz-cairo}/Makefile | 6 +++--- print/{harfbuzz-hb-view => harfbuzz-cairo}/pkg-plist | 0 print/harfbuzz/Makefile | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/MOVED b/MOVED index a1beaedd1bbb..f271f2024125 100644 --- a/MOVED +++ b/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 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 similarity index 60% rename from print/harfbuzz-hb-view/Makefile rename to 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 similarity index 100% rename from print/harfbuzz-hb-view/pkg-plist rename to 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302231046.31NAksO4059689>