Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id CAF2163B85F for ; Wed, 18 Jul 2012 23:23:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9182014A2E0; Wed, 18 Jul 2012 23:23:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D67F514A2DF for ; Wed, 18 Jul 2012 23:23:21 +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 AuJIh7KJFH7i for ; Wed, 18 Jul 2012 23:23:21 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 50A4814A2DE for ; Wed, 18 Jul 2012 23:23:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 434B1175DD; Wed, 18 Jul 2012 23:23:21 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 18 Jul 2012 23:23:21 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/emulators/fmsx To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20120718232321.434B1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Wed Jul 18 23:23:21 UTC 2012 Modified Files: pkgsrc/emulators/fmsx: Makefile distinfo Added Files: pkgsrc/emulators/fmsx/patches: patch-EMULIB_FDIDisk.c patch-EMULIB_Floppy.c patch-fMSX_MSX.c Log Message: emulators/fmsx: Fix for libz >= 1.2.6 The current package won't compile if using libz >= 1.2.6 due to a typedef change of GzFile. Luckily this packages used macros for gz* functions which significantly cut down the number of lines to be patched. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/emulators/fmsx/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/fmsx/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/fmsx/patches/patch-EMULIB_FDIDisk.c \ pkgsrc/emulators/fmsx/patches/patch-EMULIB_Floppy.c \ pkgsrc/emulators/fmsx/patches/patch-fMSX_MSX.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.