Received: by mail.netbsd.org (Postfix, from userid 605) id 1CC8A84E5D; Thu, 12 Mar 2020 23:01:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 97C6784E5C for ; Thu, 12 Mar 2020 23:01:44 +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 Wtmv5hkrL2VH for ; Thu, 12 Mar 2020 23:01:44 +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 2EE2284DB9 for ; Thu, 12 Mar 2020 23:01:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22988FB27; Thu, 12 Mar 2020 23:01:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584054104249430" MIME-Version: 1.0 Date: Thu, 12 Mar 2020 23:01:44 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/audio/speex To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200312230144.22988FB27@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. --_----------=_1584054104249430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Thu Mar 12 23:01:44 UTC 2020 Modified Files: pkgsrc/audio/speex: Makefile Log Message: audio/speex: remove unknown configure option To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/speex/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584054104249430 Content-Disposition: inline Content-Length: 679 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/speex/Makefile diff -u pkgsrc/audio/speex/Makefile:1.35 pkgsrc/audio/speex/Makefile:1.36 --- pkgsrc/audio/speex/Makefile:1.35 Mon Sep 4 18:08:18 2017 +++ pkgsrc/audio/speex/Makefile Thu Mar 12 23:01:43 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2017/09/04 18:08:18 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2020/03/12 23:01:43 rillig Exp $ DISTNAME= speex-1.2.0 CATEGORIES= audio @@ -17,8 +17,6 @@ USE_TOOLS+= pkg-config # previous versions of the package were called Speex CONFLICTS= Speex-[0-9]* -CONFIGURE_ARGS+= --with-ogg-dir=${BUILDLINK_PREFIX.libogg:Q} - BUILDLINK_TRANSFORM+= l:gnugetopt:getopt .include "options.mk" --_----------=_1584054104249430--