Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0C2F07A16C for ; Thu, 23 Feb 2017 14:45:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7B34D85628; Thu, 23 Feb 2017 14:45:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0D0A685582 for ; Thu, 23 Feb 2017 14:45:23 +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 rq5-_QN93v2l for ; Thu, 23 Feb 2017 14:45:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6EC3384CBD for ; Thu, 23 Feb 2017 14:45:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6A28AFBE4; Thu, 23 Feb 2017 14:45:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1487861122103820" MIME-Version: 1.0 Date: Thu, 23 Feb 2017 14:45:22 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/audio/cmus To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20170223144522.6A28AFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1487861122103820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Thu Feb 23 14:45:22 UTC 2017 Modified Files: pkgsrc/audio/cmus: options.mk Log Message: cmus actually requires multimedia/mp4v2, not the older multimedia/libmp4v2 package. Fixes the faad option build. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/cmus/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1487861122103820 Content-Disposition: inline Content-Length: 813 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/cmus/options.mk diff -u pkgsrc/audio/cmus/options.mk:1.16 pkgsrc/audio/cmus/options.mk:1.17 --- pkgsrc/audio/cmus/options.mk:1.16 Tue Jan 24 17:44:45 2017 +++ pkgsrc/audio/cmus/options.mk Thu Feb 23 14:45:22 2017 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.16 2017/01/24 17:44:45 maya Exp $ +# $NetBSD: options.mk,v 1.17 2017/02/23 14:45:22 fhajny Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.cmus PKG_SUPPORTED_OPTIONS= flac mad vorbis arts libao musepack faad wavpack pulseaudio @@ -149,7 +149,7 @@ PLIST.modplug= yes # .if !empty(PKG_OPTIONS:Mfaad) .include "../../audio/faad2/buildlink3.mk" -.include "../../multimedia/libmp4v2/buildlink3.mk" +.include "../../multimedia/mp4v2/buildlink3.mk" CONFIGURE_ARGS+= CONFIG_AAC=y CONFIGURE_ARGS+= CONFIG_MP4=y PLIST.faad= yes --_----------=_1487861122103820--