Received: by mail.netbsd.org (Postfix, from userid 605) id 3821E84D92; Sun, 31 May 2020 17:08:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B445D84D8B for ; Sun, 31 May 2020 17:08:00 +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 A37KCtTx0V-0 for ; Sun, 31 May 2020 17:08:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 109FE84C8B for ; Sun, 31 May 2020 17:08:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05B56FB27; Sun, 31 May 2020 17:08:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590944879295170" MIME-Version: 1.0 Date: Sun, 31 May 2020 17:07:59 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/databases/qdbm-cgi To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200531170800.05B56FB27@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. --_----------=_1590944879295170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun May 31 17:07:59 UTC 2020 Modified Files: pkgsrc/databases/qdbm-cgi: Makefile Log Message: databases/qdbm-cgi: remove unknown configure option To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/qdbm-cgi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590944879295170 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/qdbm-cgi/Makefile diff -u pkgsrc/databases/qdbm-cgi/Makefile:1.9 pkgsrc/databases/qdbm-cgi/Makefile:1.10 --- pkgsrc/databases/qdbm-cgi/Makefile:1.9 Thu Jul 11 09:25:25 2019 +++ pkgsrc/databases/qdbm-cgi/Makefile Sun May 31 17:07:59 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/07/11 09:25:25 nia Exp $ +# $NetBSD: Makefile,v 1.10 2020/05/31 17:07:59 rillig Exp $ # .include "../../databases/qdbm/Makefile.common" @@ -15,7 +15,8 @@ MY_SUBDIR= cgi BUILD_DIRS= ${MY_SUBDIR} CONFIGURE_DIRS= ${MY_SUBDIR} -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +GNU_CONFIGURE_PTHREAD= no .include "../../databases/qdbm/buildlink3.mk" .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none" --_----------=_1590944879295170--