From owner-cvs-ports@FreeBSD.ORG Sun Jun 25 11:37:23 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 CB7EF16A404; Sun, 25 Jun 2006 11:37:23 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4C9D43D64; Sun, 25 Jun 2006 11:37:19 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5PBbJQ0006031; Sun, 25 Jun 2006 11:37:19 GMT (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5PBbJsr006030; Sun, 25 Jun 2006 11:37:19 GMT (envelope-from erwin) Message-Id: <200606251137.k5PBbJsr006030@repoman.freebsd.org> From: Erwin Lansing Date: Sun, 25 Jun 2006 11:37:19 +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_dist-gentoo-stage2 Makefile pkg-deinstall pkg-install pkg-message pkg-plist.i586 pkg-plist.i686 pkg-plist.x86 ports/emulators/linux_dist-gentoo-stage2/files pkg-deinstall.in pkg-install.in pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 25 Jun 2006 11:37:23 -0000 erwin 2006-06-25 11:37:19 UTC FreeBSD ports repository Modified files: emulators/linux_dist-gentoo-stage2 Makefile Added files: emulators/linux_dist-gentoo-stage2 pkg-plist.i586 pkg-plist.i686 pkg-plist.x86 emulators/linux_dist-gentoo-stage2/files pkg-deinstall.in pkg-install.in pkg-message.in Removed files: emulators/linux_dist-gentoo-stage2 pkg-deinstall pkg-install pkg-message Log: Repocopy from linux_base-gentoo-stage2 to emulators/linux_dist-gentoo-stage2. These ports are complete Linux distributions rather than linux_base ports and don't really suit our Ports Collection infrastructure, so they should be renamed to emulators/linux_dist-gentoo-stage[123], but the opportunity to install them as linux_base should be kept. After the repocopy the patches mentioned below should be applied - Add WITH_LINUXBASE for using as a linux_base, otherwise it installs under ${PREFIX}/${PORTNAME} - Add an explanation in pre-fetch to explain WITH_LINUXBASE - Move pkg- scripts into files/ to reinplace-edit them appropriately - Change to static plists - do-extract is unnecessary now since we have static plists - Drop alpha support for linux_base-gentoo-stage1 since 1, alpha support was dropped in CURRENT as well, and RELENG_[56] are badly maintained for alpha 2, I don't have hardware to test these changes for alpha - Bump PORTREVISION PR: 99210 Submitted by: Gabor Kovesdan Repocopy by: marcus Revision Changes Path 1.2 +49 -25 ports/emulators/linux_dist-gentoo-stage2/Makefile 1.1 +18 -0 ports/emulators/linux_dist-gentoo-stage2/files/pkg-deinstall.in (new) 1.1 +32 -0 ports/emulators/linux_dist-gentoo-stage2/files/pkg-install.in (new) 1.1 +17 -0 ports/emulators/linux_dist-gentoo-stage2/files/pkg-message.in (new) 1.2 +0 -36 ports/emulators/linux_dist-gentoo-stage2/pkg-deinstall (dead) 1.2 +0 -43 ports/emulators/linux_dist-gentoo-stage2/pkg-install (dead) 1.3 +0 -21 ports/emulators/linux_dist-gentoo-stage2/pkg-message (dead) 1.1 +13364 -0 ports/emulators/linux_dist-gentoo-stage2/pkg-plist.i586 (new) 1.1 +13364 -0 ports/emulators/linux_dist-gentoo-stage2/pkg-plist.i686 (new) 1.1 +13299 -0 ports/emulators/linux_dist-gentoo-stage2/pkg-plist.x86 (new)