Received: by mail.netbsd.org (Postfix, from userid 605) id B873484D86; Fri, 3 Jan 2020 02:05:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41BE784D7C for ; Fri, 3 Jan 2020 02:05:24 +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 L7uMr8QLic9v for ; Fri, 3 Jan 2020 02:05:23 +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 9D8E584C6C for ; Fri, 3 Jan 2020 02:05:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90820FA97; Fri, 3 Jan 2020 02:05:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578017123233360" MIME-Version: 1.0 Date: Fri, 3 Jan 2020 02:05:23 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/audio/tremor To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20200103020523.90820FA97@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. --_----------=_1578017123233360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Fri Jan 3 02:05:23 UTC 2020 Modified Files: pkgsrc/audio/tremor: buildlink3.mk Log Message: tremor: tremor's vorbisidec.pc explicitly requires libogg. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/tremor/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578017123233360 Content-Disposition: inline Content-Length: 669 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/tremor/buildlink3.mk diff -u pkgsrc/audio/tremor/buildlink3.mk:1.9 pkgsrc/audio/tremor/buildlink3.mk:1.10 --- pkgsrc/audio/tremor/buildlink3.mk:1.9 Fri Mar 20 19:23:59 2009 +++ pkgsrc/audio/tremor/buildlink3.mk Fri Jan 3 02:05:23 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.9 2009/03/20 19:23:59 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.10 2020/01/03 02:05:23 tsutsui Exp $ BUILDLINK_TREE+= tremor @@ -10,4 +10,6 @@ BUILDLINK_ABI_DEPENDS.tremor+= tremor>=1 BUILDLINK_PKGSRCDIR.tremor?= ../../audio/tremor .endif # TREMOR_BUILDLINK3_MK +.include "../../multimedia/libogg/buildlink3.mk" + BUILDLINK_TREE+= -tremor --_----------=_1578017123233360--