From owner-cvs-ports@FreeBSD.ORG Thu Dec 23 04:30:48 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7169116A4CE; Thu, 23 Dec 2004 04:30:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F9C843D1D; Thu, 23 Dec 2004 04:30:48 +0000 (GMT) (envelope-from danfe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBN4Um32006181; Thu, 23 Dec 2004 04:30:48 GMT (envelope-from danfe@repoman.freebsd.org) Received: (from danfe@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBN4UmvU006180; Thu, 23 Dec 2004 04:30:48 GMT (envelope-from danfe) Message-Id: <200412230430.iBN4UmvU006180@repoman.freebsd.org> From: Alexey Dokuchaev Date: Thu, 23 Dec 2004 04:30:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/emulators/vx68k Makefileports/emulators/vx68k/files patch-libvx68k::crtcmem.ccpatch-libvx68k::fontrom.cc patch-libvx68k::mfpmem.cc ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 04:30:48 -0000 danfe 2004-12-23 04:30:48 UTC FreeBSD ports repository Modified files: emulators/vx68k Makefile Added files: emulators/vx68k/files patch-include::vx68k::memory.h patch-libvx68k::areaset.cc patch-libvx68k::crtcmem.cc patch-libvx68k::dmacmem.cc patch-libvx68k::fdcmem.cc patch-libvx68k::fontrom.cc patch-libvx68k::gvideomem.cc patch-libvx68k::mainmem.cc patch-libvx68k::mfpmem.cc patch-libvx68k::msm6258vmem.cc patch-libvx68k::opmmem.cc patch-libvx68k::palettemem.cc patch-libvx68k::ppimem.cc patch-libvx68k::sccmem.cc patch-libvx68k::spritemem.cc patch-libvx68k::sram.cc patch-libvx68k::sysportmem.cc patch-libvx68k::systemrom.cc patch-libvx68k::textvram.cc patch-vx68k-gtk::bin::getopt.h Log: Should now build with both older and recent GCCs. Revision Changes Path 1.14 +4 -7 ports/emulators/vx68k/Makefile 1.1 +320 -0 ports/emulators/vx68k/files/patch-include::vx68k::memory.h (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::areaset.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::crtcmem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::dmacmem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::fdcmem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::fontrom.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::gvideomem.cc (new) 1.1 +56 -0 ports/emulators/vx68k/files/patch-libvx68k::mainmem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::mfpmem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::msm6258vmem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::opmmem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::palettemem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::ppimem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::sccmem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::spritemem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::sram.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::sysportmem.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::systemrom.cc (new) 1.1 +38 -0 ports/emulators/vx68k/files/patch-libvx68k::textvram.cc (new) 1.1 +11 -0 ports/emulators/vx68k/files/patch-vx68k-gtk::bin::getopt.h (new)