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 B5F6A1A9239 for ; Sun, 19 Dec 2021 14:05:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F3D1284EAC; Sun, 19 Dec 2021 14:05:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39AE484EA0 for ; Sun, 19 Dec 2021 14:05:28 +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 XUzNZDG6cCtx for ; Sun, 19 Dec 2021 14:05:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9083184CE8 for ; Sun, 19 Dec 2021 14:05:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8DB3AFAEC; Sun, 19 Dec 2021 14:05:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639922727298380" MIME-Version: 1.0 Date: Sun, 19 Dec 2021 14:05:27 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/php73 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211219140527.8DB3AFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639922727298380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 19 14:05:27 UTC 2021 Modified Files: pkgsrc/lang/php73: options.mk Log Message: lang/php73: replace spaces to tab Replace spaces to tab in options.mk. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/php73/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639922727298380 Content-Disposition: inline Content-Length: 725 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php73/options.mk diff -u pkgsrc/lang/php73/options.mk:1.1 pkgsrc/lang/php73/options.mk:1.2 --- pkgsrc/lang/php73/options.mk:1.1 Sat Jan 2 10:04:10 2021 +++ pkgsrc/lang/php73/options.mk Sun Dec 19 14:05:27 2021 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2021/01/02 10:04:10 taca Exp $ +# $NetBSD: options.mk,v 1.2 2021/12/19 14:05:27 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX} PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline argon2 php-embed @@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --with-password-argon2= CFLAGS+= -DDISABLE_FILTER_URL .endif -PLIST_VARS+= embed +PLIST_VARS+= embed .if !empty(PKGNAME:Mphp-[7-9]*) .if !empty(PKG_OPTIONS:Mphp-embed) --_----------=_1639922727298380--