Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 36E247A20D for ; Sat, 16 Jul 2016 00:19:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A103385EDB; Sat, 16 Jul 2016 00:19:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3101785E99 for ; Sat, 16 Jul 2016 00:19:03 +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 McBRXSeFz_A1 for ; Sat, 16 Jul 2016 00:19:02 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8B6A684CF0 for ; Sat, 16 Jul 2016 00:19:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82E00FBB5; Sat, 16 Jul 2016 00:19:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14686283429020" MIME-Version: 1.0 Date: Sat, 16 Jul 2016 00:19:02 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/emulators/fs-uae To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20160716001902.82E00FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_14686283429020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Jul 16 00:19:02 UTC 2016 Modified Files: pkgsrc/emulators/fs-uae: Makefile Log Message: Switch to openal-soft To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/fs-uae/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14686283429020 Content-Disposition: inline Content-Length: 867 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/fs-uae/Makefile diff -u pkgsrc/emulators/fs-uae/Makefile:1.3 pkgsrc/emulators/fs-uae/Makefile:1.4 --- pkgsrc/emulators/fs-uae/Makefile:1.3 Wed Mar 9 22:08:46 2016 +++ pkgsrc/emulators/fs-uae/Makefile Sat Jul 16 00:19:02 2016 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2016/03/09 22:08:46 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/16 00:19:02 markd Exp $ DISTNAME= fs-uae-2.6.2 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://fs-uae.net/fs-uae/stable/${PKGVERSION_NOREV}/ @@ -15,7 +16,7 @@ GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" .if ${OPSYS} != "Darwin" -.include "../../audio/openal/buildlink3.mk" +.include "../../audio/openal-soft/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/glu/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" --_----------=_14686283429020--