From owner-cvs-all@FreeBSD.ORG Sun Apr 22 09:24:52 2012 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 6671F106566B; Sun, 22 Apr 2012 09:24:52 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37C4C8FC0C; Sun, 22 Apr 2012 09:24:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q3M9OqUb023865; Sun, 22 Apr 2012 09:24:52 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q3M9Oqtt023864; Sun, 22 Apr 2012 09:24:52 GMT (envelope-from netchild) Message-Id: <201204220924.q3M9Oqtt023864@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 22 Apr 2012 09:24:52 +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/linux_base-c6 Makefile distinfo.i386 distinfo.i686 pkg-descr pkg-install pkg-message 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: Sun, 22 Apr 2012 09:24:52 -0000 netchild 2012-04-22 09:24:52 UTC FreeBSD ports repository Modified files: emulators/linux_base-c6 Makefile pkg-descr pkg-install pkg-message pkg-plist Added files: emulators/linux_base-c6 distinfo.i686 Removed files: emulators/linux_base-c6 distinfo.i386 Log: After repocopy (by marcus@) from linux_base-f10: Add linux_base-c6 port. This is a linux_base port based upon CentOS 6. CentOS 6 is supported upstream (so far) until November 30, 2020. Compared to the port as submitted in the PR, I added most SRC_DISTFILES and set the maintainer to emulation@ (discussed with the submitter). Not connected to the ports collection (emulation/Makefile) yet, first I want to find the missing src RPMs (compat-*, stdc++, ...). The port is committed anyway, so that people can help with the TODO list (in the Makefile). WARNING: it is highly experimental to use this port instead of the default linux_base port. You need to set compat.linux.osrelease to 2.6.18, so watch out for unimplemented syscalls (most recent 8-stable / 9-stable or -current is recommended for this). Submitted by: Svyatoslav Lempert PR: 165900 Revision Changes Path 1.62 +103 -94 ports/emulators/linux_base-c6/Makefile 1.36 +0 -148 ports/emulators/linux_base-c6/distinfo.i386 (dead) 1.1 +144 -0 ports/emulators/linux_base-c6/distinfo.i686 (new) 1.14 +1 -1 ports/emulators/linux_base-c6/pkg-descr 1.14 +4 -0 ports/emulators/linux_base-c6/pkg-install 1.9 +6 -0 ports/emulators/linux_base-c6/pkg-message 1.35 +925 -1505 ports/emulators/linux_base-c6/pkg-plist