Received: by mail.netbsd.org (Postfix, from userid 605) id 7C42884E8A; Wed, 19 Aug 2020 20:05:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 027A184D64 for ; Wed, 19 Aug 2020 20:05:46 +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 wyEqBqZd5T6r for ; Wed, 19 Aug 2020 20:05:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5639D84D3F for ; Wed, 19 Aug 2020 20:05:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E16C1FB28; Wed, 19 Aug 2020 20:05:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1597867544248850" MIME-Version: 1.0 Date: Wed, 19 Aug 2020 20:05:44 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio/libsndfile To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200819200544.E16C1FB28@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. --_----------=_1597867544248850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Aug 19 20:05:44 UTC 2020 Modified Files: pkgsrc/audio/libsndfile: Makefile Log Message: libsndfile: Use tarball with pregenerated autostuff To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/audio/libsndfile/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1597867544248850 Content-Disposition: inline Content-Length: 1310 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/libsndfile/Makefile diff -u pkgsrc/audio/libsndfile/Makefile:1.80 pkgsrc/audio/libsndfile/Makefile:1.81 --- pkgsrc/audio/libsndfile/Makefile:1.80 Tue Aug 18 17:57:25 2020 +++ pkgsrc/audio/libsndfile/Makefile Wed Aug 19 20:05:44 2020 @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.80 2020/08/18 17:57:25 leot Exp $ +# $NetBSD: Makefile,v 1.81 2020/08/19 20:05:44 nia Exp $ DISTNAME= libsndfile-1.0.29 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=erikd/} GITHUB_PROJECT= libsndfile -GITHUB_TAG= v${PKGVERSION_NOREV} +GITHUB_RELEASE= v${PKGVERSION_NOREV} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mega-nerd.com/libsndfile/ @@ -16,7 +17,7 @@ TOOL_DEPENDS+= autogen-[0-9]*:../../deve USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= autogen autoconf autoreconf automake pkg-config +USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= sndfile.pc.in GNU_CONFIGURE= yes PYTHON_FOR_BUILD_ONLY= tool @@ -33,9 +34,6 @@ BUILDLINK_PASSTHRU_DIRS.Darwin+= /Develo CXXFLAGS+= -features=extensions .endif -pre-configure: - cd ${WRKSRC} && autoreconf -fi - .include "../../audio/flac/buildlink3.mk" .include "../../audio/libopus/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" --_----------=_1597867544248850--