Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1B3381A9239 for ; Mon, 28 Feb 2022 10:13:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4143684EC6; Mon, 28 Feb 2022 10:13:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C5A984D4E for ; Mon, 28 Feb 2022 10:13:54 +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 8-0hx8FpV0au for ; Mon, 28 Feb 2022 10:13:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D2CB084D28 for ; Mon, 28 Feb 2022 10:13:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD65BFB24; Mon, 28 Feb 2022 10:13:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646043233182830" MIME-Version: 1.0 Date: Mon, 28 Feb 2022 10:13:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/mac To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220228101353.CD65BFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646043233182830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Feb 28 10:13:53 UTC 2022 Modified Files: pkgsrc/audio/mac: Makefile Log Message: mac: disable assembly, so this builds again (libtool does not recognize --tag=ASM) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/mac/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646043233182830 Content-Disposition: inline Content-Length: 860 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/mac/Makefile diff -u pkgsrc/audio/mac/Makefile:1.8 pkgsrc/audio/mac/Makefile:1.9 --- pkgsrc/audio/mac/Makefile:1.8 Tue Oct 2 23:47:56 2012 +++ pkgsrc/audio/mac/Makefile Mon Feb 28 10:13:53 2022 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/02 23:47:56 asau Exp $ -# +# $NetBSD: Makefile,v 1.9 2022/02/28 10:13:53 wiz Exp $ DISTNAME= mac-3.99-u4-b5-s7 PKGNAME= mac-3.99u4b5s7 @@ -12,14 +11,10 @@ HOMEPAGE= http://etree.org/shnutils/shnt COMMENT= Monkey's Audio support library (for .ape files) LICENSE= mac-license -.include "../../mk/bsd.fast.prefs.mk" - -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" -BUILD_DEPENDS+= yasm-[0-9]*:../../devel/yasm -.endif - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ +CONFIGURE_ARGS+= --enable-assembly=no + .include "../../mk/bsd.pkg.mk" --_----------=_1646043233182830--