From owner-cvs-all@FreeBSD.ORG Sun Oct 9 09:29:18 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FBC316A41F; Sun, 9 Oct 2005 09:29:18 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40FC843D45; Sun, 9 Oct 2005 09:29:18 +0000 (GMT) (envelope-from netchild@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 j999THrm072331; Sun, 9 Oct 2005 09:29:17 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j999TH9B072330; Sun, 9 Oct 2005 09:29:17 GMT (envelope-from netchild) Message-Id: <200510090929.j999TH9B072330@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 9 Oct 2005 09:29:17 +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-8 Makefile pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 09:29:18 -0000 netchild 2005-10-09 09:29:17 UTC FreeBSD ports repository Modified files: emulators/linux_base-8 Makefile pkg-message Added files: emulators/linux_base-8 pkg-plist Log: - reformat the pkg-message - don't generate the plist at install time, use a static plist instead (this fixes the empty plist after the change to pre-su-install) [1] - brand _every_ ELF executable in {,usr/}{,s}bin/ (short command line, should be used by other linux ports with a lot of files too; contrary to the commit messages of some linux ports: brandelf is usefull and doesn't result in foot-shooting in edge cases) - install directly into the destination instead of bouncing through WRKSRC Noticed by: marcus [1] Pointy hat to: netchild [1] Revision Changes Path 1.106 +20 -33 ports/emulators/linux_base-8/Makefile 1.6 +10 -13 ports/emulators/linux_base-8/pkg-message 1.1 +10139 -0 ports/emulators/linux_base-8/pkg-plist (new)