File:  [cvs.NetBSD.org] / pkgsrc / inputmethod / uim / Makefile.common
Revision 1.18: download - view: text, annotated - select for diffs
Sun Jan 9 23:42:02 2022 UTC (2 years, 11 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, HEAD
Fix packages that use GITSUB_MODULES on SunOS and possibly others

This is annoying, but for now we must always explicitly combine
GITHUB_SUBMODULES with EXTRACT_USING+=bsdtar.

This is because mk/fetch/github.mk uses OPTS_TAR=--strip-components=1
and that is not supported by nbtar(pax), which is the default pkgsrc
tar on some platforms. We cannot override EXTRACT_USING in github.mk
because that is too late.

We should switch all platforms to bsdtar and retire pax.

# $NetBSD: Makefile.common,v 1.18 2022/01/09 23:42:02 tnn Exp $
#
# used by inputmethod/uim/Makefile
# used by inputmethod/uim-elisp/Makefile

DISTNAME=	uim-1.8.9pre20210104
CATEGORIES=	inputmethod
MASTER_SITES=	${MASTER_SITE_GITHUB:=uim/}
GITHUB_TAG=	d1ac9d9315ff8c57c713b502544fef9b3a83b3e5

MAINTAINER=	VEG03617@nifty.com
HOMEPAGE=	https://github.com/uim/uim/wiki

GITHUB_SUBMODULES+=	uim sigscheme beb8fbdc69b523d14fc202a4d17375555a74c772 sigscheme
GITHUB_SUBMODULES+=	uim libgcroots d362356cc4c5f591695d2fbda7746918250c9e99 sigscheme/libgcroots
EXTRACT_USING=		bsdtar

DISTINFO_FILE=	${.CURDIR}/../../inputmethod/uim/distinfo
PATCHDIR=	${.CURDIR}/../../inputmethod/uim/patches

USE_TOOLS+=	autoreconf autoconf automake

pre-configure:
	cd ${WRKSRC} && ${SH} autogen.sh

CVSweb <webmaster@jp.NetBSD.org>