Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 924251A9239 for ; Wed, 29 Dec 2021 06:11:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C255F84E76; Wed, 29 Dec 2021 06:11:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0905F84E53 for ; Wed, 29 Dec 2021 06:11:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id LIkwS9SYY9zL for ; Wed, 29 Dec 2021 06:11:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 594F884CDC for ; Wed, 29 Dec 2021 06:11:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5306BFAEC; Wed, 29 Dec 2021 06:11:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1640758310259430" MIME-Version: 1.0 Date: Wed, 29 Dec 2021 06:11:50 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/converters/php-mbstring To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211229061150.5306BFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1640758310259430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Dec 29 06:11:50 UTC 2021 Modified Files: pkgsrc/converters/php-mbstring: Makefile Log Message: converters/php-mbstring: clean up after remove of php73 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/php-mbstring/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1640758310259430 Content-Disposition: inline Content-Length: 795 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/php-mbstring/Makefile diff -u pkgsrc/converters/php-mbstring/Makefile:1.8 pkgsrc/converters/php-mbstring/Makefile:1.9 --- pkgsrc/converters/php-mbstring/Makefile:1.8 Sat Nov 27 07:27:04 2021 +++ pkgsrc/converters/php-mbstring/Makefile Wed Dec 29 06:11:50 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2021/11/27 07:27:04 taca Exp $ +# $NetBSD: Makefile,v 1.9 2021/12/29 06:11:50 taca Exp $ MODNAME= mbstring CATEGORIES+= converters @@ -22,9 +22,8 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/libmbfl/nls/*.h ${DESTDIR}${PREFIX}/include/php/ext/mbstring/libmbfl/nls .include "../../lang/php/ext.mk" -.if ${PKG_PHP_VERSION} >= 74 .include "../../textproc/oniguruma/buildlink3.mk" -.endif + .if ${PKG_PHP_VERSION} <=80 PLIST.sbf= yes .else --_----------=_1640758310259430--