From 11668dd95787f99df5ff9ee2012bb091229ba69d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 23 Jul 2025 14:35:03 +0200 Subject: [PATCH] chinese/*: remove useless USES=pathfix --- chinese/libchewing/Makefile | 2 +- chinese/libpinyin/Makefile | 2 +- chinese/librime/Makefile | 2 +- chinese/pyzy/Makefile | 2 +- chinese/scim-pinyin/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chinese/libchewing/Makefile b/chinese/libchewing/Makefile index 78ac95b3f9b7..2558fee6c571 100644 --- a/chinese/libchewing/Makefile +++ b/chinese/libchewing/Makefile @@ -11,7 +11,7 @@ WWW= https://chewing.im/ \ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:testing localbase:ldflags pathfix pkgconfig sqlite tar:zst +USES= cmake:testing localbase:ldflags pkgconfig sqlite tar:zst CMAKE_OFF= BUILD_INFO \ BUILD_TESTING \ diff --git a/chinese/libpinyin/Makefile b/chinese/libpinyin/Makefile index d5832c68f427..6100df312f16 100644 --- a/chinese/libpinyin/Makefile +++ b/chinese/libpinyin/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libkyotocabinet.so:databases/kyotocabinet USES= compiler:c++11-lang gmake gnome libtool localbase:ldflags \ - pathfix pkgconfig + pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index 5aa06250555d..503569f4d246 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libopencc.so:chinese/opencc \ libyaml-cpp.so:devel/yaml-cpp \ -USES= cmake compiler:c++14-lang gettext pathfix perl5 pkgconfig xorg +USES= cmake compiler:c++14-lang gettext perl5 pkgconfig xorg USE_PERL5= build patch CMAKE_OFF= BUILD_TEST diff --git a/chinese/pyzy/Makefile b/chinese/pyzy/Makefile index a8148211fb32..163183bbfa7e 100644 --- a/chinese/pyzy/Makefile +++ b/chinese/pyzy/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libsqlite3.so:databases/sqlite3 USES= autoreconf compiler:c++11-lang gettext-runtime gmake gnome \ - libtool pathfix pkgconfig python:build shebangfix + libtool pkgconfig python:build shebangfix SHEBANG_FILES= data/db/android/create_db.py USE_GITHUB= yes GH_TAGNAME= 6d9c3cd diff --git a/chinese/scim-pinyin/Makefile b/chinese/scim-pinyin/Makefile index 576ea9b13da8..91e96340d400 100644 --- a/chinese/scim-pinyin/Makefile +++ b/chinese/scim-pinyin/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= scim>=1.2.0:textproc/scim RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake iconv libtool:keepla localbase:ldflags pathfix pkgconfig +USES= gmake iconv libtool:keepla localbase:ldflags pkgconfig USE_CXXSTD= c++14 GNU_CONFIGURE= yes