Received: by mail.netbsd.org (Postfix, from userid 605) id 307ED84D7B; Sat, 16 May 2020 17:39:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA15E84D59 for ; Sat, 16 May 2020 17:39:25 +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 TYD1iMukyTtD for ; Sat, 16 May 2020 17:39:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0F08084CCD for ; Sat, 16 May 2020 17:39:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0BF09FB27; Sat, 16 May 2020 17:39:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589650765270420" MIME-Version: 1.0 Date: Sat, 16 May 2020 17:39:25 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/sysutils/xcdroast To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200516173925.0BF09FB27@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. --_----------=_1589650765270420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat May 16 17:39:24 UTC 2020 Modified Files: pkgsrc/sysutils/xcdroast: Makefile Log Message: sysutils/xcdroast: fix paths in SUBST_FILES To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 pkgsrc/sysutils/xcdroast/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589650765270420 Content-Disposition: inline Content-Length: 890 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/xcdroast/Makefile diff -u pkgsrc/sysutils/xcdroast/Makefile:1.85 pkgsrc/sysutils/xcdroast/Makefile:1.86 --- pkgsrc/sysutils/xcdroast/Makefile:1.85 Tue Mar 10 22:11:02 2020 +++ pkgsrc/sysutils/xcdroast/Makefile Sat May 16 17:39:24 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2020/03/10 22:11:02 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2020/05/16 17:39:24 rillig Exp $ DISTNAME= xcdroast-1.18 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xcdroast/} @@ -33,7 +33,7 @@ CONF_FILES= /dev/null ${PKG_SYSCONFDIR}/ SUBST_CLASSES+= devossaudio SUBST_STAGE.devossaudio= pre-build SUBST_MESSAGE.devossaudio= Fixing path to audio device. -SUBST_FILES.devossaudio= io.c wavplay.c +SUBST_FILES.devossaudio= src/io.c src/wavplay.c SUBST_VARS.devossaudio= DEVOSSAUDIO INSTALLATION_DIRS= ${DOCDIR} --_----------=_1589650765270420--