Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BB5E84E9C for ; Mon, 26 Jun 2023 08:15:11 +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 84UtL62LXC4Q for ; Mon, 26 Jun 2023 08:15:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E009684DB9 for ; Mon, 26 Jun 2023 08:15:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D9AB8FA89; Mon, 26 Jun 2023 08:15:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687767310233600" MIME-Version: 1.0 Date: Mon, 26 Jun 2023 08:15:10 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/audio/rubberband To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230626081510.D9AB8FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687767310233600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Jun 26 08:15:10 UTC 2023 Modified Files: pkgsrc/audio/rubberband: Makefile Log Message: rubberband: Prune another --version-script. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/rubberband/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687767310233600 Content-Disposition: inline Content-Length: 942 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/rubberband/Makefile diff -u pkgsrc/audio/rubberband/Makefile:1.13 pkgsrc/audio/rubberband/Makefile:1.14 --- pkgsrc/audio/rubberband/Makefile:1.13 Sat May 6 19:08:47 2023 +++ pkgsrc/audio/rubberband/Makefile Mon Jun 26 08:15:10 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2023/05/06 19:08:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2023/06/26 08:15:10 jperkin Exp $ DISTNAME= rubberband-3.1.2 PKGREVISION= 1 @@ -17,8 +17,9 @@ USE_LANGUAGES= c c++ MESON_ARGS+= -Dfft=fftw MESON_ARGS+= -Dresampler=libsamplerate -BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=${WRKSRC}/vamp/vamp-plugin.map +BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=${WRKSRC}/ladspa-lv2/ladspa-plugin.map BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=${WRKSRC}/ladspa/ladspa-plugin.map +BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=${WRKSRC}/vamp/vamp-plugin.map PYTHON_FOR_BUILD_ONLY= tool --_----------=_1687767310233600--