Received: by mail.netbsd.org (Postfix, from userid 605) id A52F984D62; Mon, 25 May 2020 07:47:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E20584D53 for ; Mon, 25 May 2020 07:47:56 +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 jeq6J6vWqnrt for ; Mon, 25 May 2020 07:47:55 +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 88EC384CDB for ; Mon, 25 May 2020 07:47:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80294FB27; Mon, 25 May 2020 07:47:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590392875241320" MIME-Version: 1.0 Date: Mon, 25 May 2020 07:47:55 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/multimedia/xine-lib To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200525074755.80294FB27@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. --_----------=_1590392875241320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Mon May 25 07:47:55 UTC 2020 Modified Files: pkgsrc/multimedia/xine-lib: Makefile Log Message: multimedia/xine-lib: remove unknown configure option To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 pkgsrc/multimedia/xine-lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590392875241320 Content-Disposition: inline Content-Length: 679 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/xine-lib/Makefile diff -u pkgsrc/multimedia/xine-lib/Makefile:1.161 pkgsrc/multimedia/xine-lib/Makefile:1.162 --- pkgsrc/multimedia/xine-lib/Makefile:1.161 Fri May 22 10:56:25 2020 +++ pkgsrc/multimedia/xine-lib/Makefile Mon May 25 07:47:55 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.161 2020/05/22 10:56:25 adam Exp $ +# $NetBSD: Makefile,v 1.162 2020/05/25 07:47:55 rillig Exp $ PKGREVISION= 3 @@ -17,7 +17,6 @@ CONFIGURE_ARGS+= --disable-vaapi CONFIGURE_ARGS+= --disable-vidix CONFIGURE_ARGS+= --disable-xvmc -CONFIGURE_ARGS+= --with-a52dec=internal CONFIGURE_ARGS+= --without-dav1d CONFIGURE_ARGS+= --without-esound --_----------=_1590392875241320--