Received: by mail.netbsd.org (Postfix, from userid 605) id 4516784D95; Sun, 31 May 2020 16:44:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF0BF84D94 for ; Sun, 31 May 2020 16:44:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nir5v3ibkAU5 for ; Sun, 31 May 2020 16:44:19 +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 264CE84D8B for ; Sun, 31 May 2020 16:44:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2373DFB27; Sun, 31 May 2020 16:44:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590943459111950" MIME-Version: 1.0 Date: Sun, 31 May 2020 16:44:19 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/databases/php-dba To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200531164419.2373DFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590943459111950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun May 31 16:44:19 UTC 2020 Modified Files: pkgsrc/databases/php-dba: Makefile Log Message: database/php-dba: remove unknown configure option To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/databases/php-dba/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590943459111950 Content-Disposition: inline Content-Length: 775 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/php-dba/Makefile diff -u pkgsrc/databases/php-dba/Makefile:1.18 pkgsrc/databases/php-dba/Makefile:1.19 --- pkgsrc/databases/php-dba/Makefile:1.18 Fri Mar 2 02:16:08 2018 +++ pkgsrc/databases/php-dba/Makefile Sun May 31 16:44:18 2020 @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.18 2018/03/02 02:16:08 taca Exp $ +# $NetBSD: Makefile,v 1.19 2020/05/31 16:44:18 rillig Exp $ MODNAME= dba CATEGORIES+= databases COMMENT= PHP extension for DBM database access -CONFLICTS= php-dba-[0-9]* +CONFLICTS= php-dba-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME}=shared CONFIGURE_ARGS+= --with-cdb CONFIGURE_ARGS+= --without-dbm -CONFIGURE_ARGS+= --with-inifile .if exists(/usr/include/ndbm.h) CONFIGURE_ARGS+= --with-ndbm=/usr --_----------=_1590943459111950--