From owner-cvs-all@FreeBSD.ORG Mon Apr 6 13:22:27 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63035106567A; Mon, 6 Apr 2009 13:22:27 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 51F048FC19; Mon, 6 Apr 2009 13:22:27 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n36DMRsG098132; Mon, 6 Apr 2009 13:22:27 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n36DMR5o098131; Mon, 6 Apr 2009 13:22:27 GMT (envelope-from bsam) Message-Id: <200904061322.n36DMR5o098131@repoman.freebsd.org> From: Boris Samorodov Date: Mon, 6 Apr 2009 13:22:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/emulators Makefile ports/emulators/linux_base-f9 Makefile distinfo.i386 pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2009 13:22:27 -0000 bsam 2009-04-06 13:22:27 UTC FreeBSD ports repository Modified files: emulators Makefile emulators/linux_base-f9 Makefile distinfo.i386 pkg-descr pkg-plist Log: Add new port emulators/linux_base-f9. The port should be used by adding to /etc/make.conf file: ----- OVERRIDE_LINUX_BASE_PORT=f9 OVERRIDE_LINUX_NONBASE_PORTS=f8 ----- For those who want to migrate from linux_base-f8 to this port portupgrade may be useful: ----- # portupgrade -o emulators/linux_base-f9 linux_base-f8 ----- The port was tested to build/run with linux -f8- infrastructure ports at 8-CURRENT: . linux-opera; . linux-seamonkey; . linux-realplayer; . acroread8. Skype works but for russian locale it shows squares for cyrillic letters (just like with linux_base-f8). Seems to be a configuration fault. Someone with apropriate knowledge should look at the case. Please, report any regressions/success to emulation@ ML. Thanks. Enjoy. PR: ports/128940 (based on) Submitted by: Steven Hartland Revision Changes Path 1.273 +1 -0 ports/emulators/Makefile 1.53 +92 -86 ports/emulators/linux_base-f9/Makefile 1.32 +219 -219 ports/emulators/linux_base-f9/distinfo.i386 1.13 +1 -1 ports/emulators/linux_base-f9/pkg-descr 1.31 +1072 -144 ports/emulators/linux_base-f9/pkg-plist