head	1.13;
access;
symbols
	pkgsrc-2026Q1:1.13.0.4
	pkgsrc-2026Q1-base:1.13
	pkgsrc-2025Q4:1.13.0.2
	pkgsrc-2025Q4-base:1.13
	pkgsrc-2025Q3:1.11.0.2
	pkgsrc-2025Q3-base:1.11
	pkgsrc-2025Q2:1.10.0.4
	pkgsrc-2025Q2-base:1.10
	pkgsrc-2025Q1:1.10.0.2
	pkgsrc-2025Q1-base:1.10
	pkgsrc-2024Q4:1.9.0.4
	pkgsrc-2024Q4-base:1.9
	pkgsrc-2024Q3:1.9.0.2
	pkgsrc-2024Q3-base:1.9
	pkgsrc-2024Q2:1.8.0.4
	pkgsrc-2024Q2-base:1.8
	pkgsrc-2024Q1:1.8.0.2
	pkgsrc-2024Q1-base:1.8
	pkgsrc-2023Q4:1.7.0.6
	pkgsrc-2023Q4-base:1.7
	pkgsrc-2023Q3:1.7.0.4
	pkgsrc-2023Q3-base:1.7
	pkgsrc-2023Q2:1.7.0.2
	pkgsrc-2023Q2-base:1.7
	pkgsrc-2023Q1:1.5.0.12
	pkgsrc-2023Q1-base:1.5
	pkgsrc-2022Q4:1.5.0.10
	pkgsrc-2022Q4-base:1.5
	pkgsrc-2022Q3:1.5.0.8
	pkgsrc-2022Q3-base:1.5
	pkgsrc-2022Q2:1.5.0.6
	pkgsrc-2022Q2-base:1.5
	pkgsrc-2022Q1:1.5.0.4
	pkgsrc-2022Q1-base:1.5
	pkgsrc-2021Q4:1.5.0.2
	pkgsrc-2021Q4-base:1.5
	pkgsrc-2021Q3:1.4.0.6
	pkgsrc-2021Q3-base:1.4
	pkgsrc-2021Q2:1.4.0.4
	pkgsrc-2021Q2-base:1.4
	pkgsrc-2021Q1:1.4.0.2
	pkgsrc-2021Q1-base:1.4;
locks; strict;
comment	@# @;


1.13
date	2025.10.23.20.37.56;	author wiz;	state Exp;
branches;
next	1.12;
commitid	1V2hBZn9ypXaCJfG;

1.12
date	2025.09.21.18.15.09;	author wiz;	state Exp;
branches;
next	1.11;
commitid	tn5f7O3DThG7SBbG;

1.11
date	2025.08.20.11.35.03;	author wiz;	state Exp;
branches;
next	1.10;
commitid	lgT5N7I1hRAxGs7G;

1.10
date	2025.01.23.23.27.28;	author riastradh;	state Exp;
branches;
next	1.9;
commitid	nbXjxSLm733ClFGF;

1.9
date	2024.07.16.10.02.04;	author prlw1;	state Exp;
branches;
next	1.8;
commitid	MBUpXRw92xfN13iF;

1.8
date	2024.02.10.12.24.05;	author ryoon;	state Exp;
branches;
next	1.7;
commitid	3hqxNTU7MYazRSXE;

1.7
date	2023.06.06.12.41.40;	author riastradh;	state Exp;
branches;
next	1.6;
commitid	xhspr6Z8JLQOWSrE;

1.6
date	2023.05.16.21.20.52;	author wiz;	state Exp;
branches;
next	1.5;
commitid	yAgpHtQ2b3zIvepE;

1.5
date	2021.12.08.16.05.13;	author adam;	state Exp;
branches;
next	1.4;
commitid	2PyWjHx5T8rqARjD;

1.4
date	2021.03.12.08.46.59;	author nia;	state Exp;
branches;
next	1.3;
commitid	UQ84ZcD4uWhrTZKC;

1.3
date	2021.03.02.13.24.54;	author ryoon;	state Exp;
branches;
next	1.2;
commitid	OUGUcPsDEalLKJJC;

1.2
date	2021.03.02.03.04.23;	author mef;	state Exp;
branches;
next	1.1;
commitid	aTdHOQ5fhwpWjGJC;

1.1
date	2021.02.20.21.52.29;	author ryoon;	state Exp;
branches;
next	;
commitid	7ikm34CEy3BSSuIC;


desc
@@


1.13
log
@*: recursive bump for pcre2

Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/pkg/lib/libglib-2.0.so.0 not defined
@
text
@# $NetBSD: Makefile,v 1.12 2025/09/21 18:15:09 wiz Exp $

DISTNAME=	fcitx5-zhuyin-5.1.0
PKGREVISION=	3
CATEGORIES=	inputmethod
MASTER_SITES=	https://download.fcitx-im.org/fcitx5/fcitx5-zhuyin/
EXTRACT_SUFX=	.tar.xz

MAINTAINER=	ryoon@@NetBSD.org
HOMEPAGE=	https://github.com/fcitx/fcitx5-zhuyin
COMMENT=	Libzhuyin Wrapper for Fcitx5
LICENSE=	gnu-gpl-v2

DISTFILES+=	${DEFAULT_DISTFILES}
MOREDISTFILES+=	model.text.20161206.tar.gz
.for f in ${MOREDISTFILES}
DISTFILES+=	${f}
SITES.${f}=	https://download.fcitx-im.org/data/
.endfor
EXTRACT_ONLY=	${DEFAULT_DISTFILES}

USE_PKGLOCALEDIR=	yes
USE_LANGUAGES=		c c++
USE_TOOLS+=		pkg-config
CMAKE_CONFIGURE_ARGS+=	-DCMAKE_POLICY_VERSION_MINIMUM=3.5

post-extract:
.for f in ${MOREDISTFILES}
	cd ${WRKSRC}/data && \
		${LN} -sf ${DISTDIR}/${DIST_SUBDIR}/${f} ${f}
.endfor

.include "../../devel/cmake/build.mk"

.include "../../devel/extra-cmake-modules/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../inputmethod/fcitx5/buildlink3.mk"
.include "../../textproc/fmtlib/buildlink3.mk"
.include "../../textproc/libpinyin/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.12
log
@*: recursive bump for fmtlib 12
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2025/08/20 11:35:03 wiz Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.11
log
@*: fix build with cmake 4
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2025/01/23 23:27:28 riastradh Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.10
log
@devel/extra-cmake-modules: Use buildlink3.mk, not TOOL_DEPENDS.

This one is borderline: should it be BUILD_DEPENDS or TOOL_DEPENDS?
It doesn't appear to vary depending on the build environment, so it
doesn't meaningfully describe the cross-builder vs the target system.
It is used only at build-time, but it doesn't have any native
executables -- they're just source code cmake scripts.

For now, it is convenient to use a buildlink3.mk file because this
enables us to explicitly expose only files under share/ECM/ -- and
not other random files installed in the prefix -- via buildlink3 to
keep dependent package builds clean.  Eventually we should have the
same mechanism for TOOL_DEPENDS but that day has not yet come.

This change creates a new use of BUILDLINK_DEPMETHOD build for
extra-cmake-modules, which is a priori risky.  Fortunately,
extra-cmake-modules has no libraries, so this is unlikely to cause
trouble.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2024/07/16 10:02:04 prlw1 Exp $
d25 1
@


1.9
log
@Revbump for fmtlib 11.0.1
Pointed out by David Gutteridge on pkgsrc-changes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2024/02/10 12:24:05 ryoon Exp $
a21 2
TOOL_DEPENDS+=	extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules

d33 2
@


1.8
log
@inputmethod/fcitx5-zhuyin: Update to 5.1.0

Changelog:
Update translations.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2023/06/06 12:41:40 riastradh Exp $
d4 1
@


1.7
log
@Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2023/05/16 21:20:52 wiz Exp $
d3 1
a3 2
DISTNAME=	fcitx5-zhuyin-5.0.3
PKGREVISION=	2
a22 1
USE_CMAKE=		yes
d33 1
@


1.6
log
@*: PKGREVISION bump for fmtlib shlib major bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2021/12/08 16:05:13 adam Exp $
d22 1
a22 1
BUILD_DEPENDS+=	extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules
@


1.5
log
@revbump for icu and libffi
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2021/03/12 08:46:59 nia Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.4
log
@Needs pkg-config. Fixes building packages in bulk builds.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2021/03/02 13:24:54 ryoon Exp $
d4 1
@


1.3
log
@fcitx5: Set build time dependency to extra-cmake-modules

* Replace DEPENDS with BUILD_DEPENDS. And remove trailing slash.
* Add new BUILD_DEPENDS to some packages. CMake dectects ECM.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2021/03/02 03:04:23 mef Exp $
d26 1
@


1.2
log
@(inputmethod/fcitx5-*) +DEPENDS+=  extra-cmake-modules, correct me for better fix
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2021/02/20 21:52:29 ryoon Exp $
a12 2
DEPENDS+=	extra-cmake-modules-[0-9]*:../../devel/extra-cmake-modules/

d21 2
@


1.1
log
@inputmethod/fcitx5-zhuyin: import fcitx5-zhuyin-5.0.3

Libzhuyin Wrapper for Fcitx5.
@
text
@d1 1
a1 1
# $NetBSD$
d13 2
@

