From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 6 12:00:42 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A7CB16A4E0 for ; Fri, 6 Oct 2006 12:00:42 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9491043D53 for ; Fri, 6 Oct 2006 12:00:40 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k96C0ePc097630 for ; Fri, 6 Oct 2006 12:00:40 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k96C0e7K097629; Fri, 6 Oct 2006 12:00:40 GMT (envelope-from gnats) Resent-Date: Fri, 6 Oct 2006 12:00:40 GMT Resent-Message-Id: <200610061200.k96C0e7K097629@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7083716A40F for ; Fri, 6 Oct 2006 11:52:38 +0000 (UTC) (envelope-from gabor@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5550743D49 for ; Fri, 6 Oct 2006 11:52:23 +0000 (GMT) (envelope-from gabor@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 8335C99ED96; Fri, 6 Oct 2006 13:52:21 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id g6CYXctiVrhb; Fri, 6 Oct 2006 13:52:21 +0200 (CEST) Received: by server.t-hosting.hu (Postfix, from userid 1009) id 3FB1099ED95; Fri, 6 Oct 2006 13:52:21 +0200 (CEST) Message-Id: <20061006115221.3FB1099ED95@server.t-hosting.hu> Date: Fri, 6 Oct 2006 13:52:21 +0200 (CEST) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gabor Kovesdan Subject: ports/104052: [maintainer update] emulators/linux_dist-gentoo-stage3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2006 12:00:42 -0000 >Number: 104052 >Category: ports >Synopsis: [maintainer update] emulators/linux_dist-gentoo-stage3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Oct 06 12:00:39 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 6.1-RELEASE-p3 amd64 >Organization: n/a >Environment: >Description: - Exclude some remaining device nodes from the install - Bump PORTREVISION Spotted by: netchild >How-To-Repeat: >Fix: --- gentoo3.diff begins here --- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/emulators/linux_dist-gentoo-stage3/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 5 Oct 2006 18:53:43 -0000 1.7 +++ Makefile 6 Oct 2006 08:48:49 -0000 @@ -6,7 +6,7 @@ PORTNAME= gentoo-stage3 PORTVERSION= 2006.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= releases/x86/${PORTVERSION}/stages @@ -85,7 +85,9 @@ do-install: @${MKDIR} ${PREFIX}/${PREFIX_SUBDIR} @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - @${TAR} --exclude=./dev -xpy --exclude=./proc -C ${PREFIX}/${PREFIX_SUBDIR} \ + @${TAR} --exclude=./dev -xpy --exclude=./proc --exclude=./lib/udev \ + --exlcude=./lib/udev-state \ + -C ${PREFIX}/${PREFIX_SUBDIR} \ -f ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} @${CP} -p /etc/resolv.conf ${PREFIX}/${PREFIX_SUBDIR}/etc/ @${FIND} ${PREFIX}/${PREFIX_SUBDIR}bin ${PREFIX}/${PREFIX_SUBDIR}sbin/ \ Index: pkg-plist.i586 =================================================================== RCS file: /usr/cvs/ports/emulators/linux_dist-gentoo-stage3/pkg-plist.i586,v retrieving revision 1.1 diff -u -r1.1 pkg-plist.i586 --- pkg-plist.i586 25 Jun 2006 11:56:24 -0000 1.1 +++ pkg-plist.i586 6 Oct 2006 08:49:47 -0000 @@ -1,7 +1,4 @@ %%PREFIX_SUBDIR%%etc/resolv.conf -%%PREFIX_SUBDIR%%lib/udev/devices/console -%%PREFIX_SUBDIR%%lib/udev/devices/null -%%PREFIX_SUBDIR%%lib/udev/devices/zero %%PREFIX_SUBDIR%%bin/unlink %%PREFIX_SUBDIR%%bin/bzgrep %%PREFIX_SUBDIR%%bin/who @@ -709,14 +706,11 @@ %%PREFIX_SUBDIR%%lib/libnss_nis-2.3.5.so %%PREFIX_SUBDIR%%lib/libcidn.so.1 %%PREFIX_SUBDIR%%lib/librt.so.1 -%%PREFIX_SUBDIR%%lib/udev-state/.keep -%%PREFIX_SUBDIR%%lib/udev-state/devices.tar.bz2 %%PREFIX_SUBDIR%%lib/libnss_hesiod.so.2 %%PREFIX_SUBDIR%%lib/libutil-2.3.5.so %%PREFIX_SUBDIR%%lib/libuuid.so.1.2 %%PREFIX_SUBDIR%%lib/libnsl.so.1 %%PREFIX_SUBDIR%%lib/libwrap.so.0 -%%PREFIX_SUBDIR%%lib/udev/raid-devfs.sh %%PREFIX_SUBDIR%%lib/libcidn-2.3.5.so %%PREFIX_SUBDIR%%lib/libpam_misc.so %%PREFIX_SUBDIR%%lib/libpam.so.0 @@ -33387,9 +33381,6 @@ @dirrm %%PREFIX_SUBDIR%%mnt/floppy @dirrm %%PREFIX_SUBDIR%%mnt/cdrom @dirrm %%PREFIX_SUBDIR%%mnt -@dirrm %%PREFIX_SUBDIR%%lib/udev/devices -@dirrm %%PREFIX_SUBDIR%%lib/udev-state -@dirrm %%PREFIX_SUBDIR%%lib/udev @dirrm %%PREFIX_SUBDIR%%lib/tls @dirrm %%PREFIX_SUBDIR%%lib/security/pam_filter @dirrm %%PREFIX_SUBDIR%%lib/security Index: pkg-plist.i686 =================================================================== RCS file: /usr/cvs/ports/emulators/linux_dist-gentoo-stage3/pkg-plist.i686,v retrieving revision 1.1 diff -u -r1.1 pkg-plist.i686 --- pkg-plist.i686 25 Jun 2006 11:56:24 -0000 1.1 +++ pkg-plist.i686 6 Oct 2006 08:50:10 -0000 @@ -1,7 +1,4 @@ %%PREFIX_SUBDIR%%etc/resolv.conf -%%PREFIX_SUBDIR%%lib/udev/devices/console -%%PREFIX_SUBDIR%%lib/udev/devices/null -%%PREFIX_SUBDIR%%lib/udev/devices/zero %%PREFIX_SUBDIR%%bin/unlink %%PREFIX_SUBDIR%%bin/bzgrep %%PREFIX_SUBDIR%%bin/who @@ -709,14 +706,11 @@ %%PREFIX_SUBDIR%%lib/libnss_nis-2.3.5.so %%PREFIX_SUBDIR%%lib/libcidn.so.1 %%PREFIX_SUBDIR%%lib/librt.so.1 -%%PREFIX_SUBDIR%%lib/udev-state/.keep -%%PREFIX_SUBDIR%%lib/udev-state/devices.tar.bz2 %%PREFIX_SUBDIR%%lib/libnss_hesiod.so.2 %%PREFIX_SUBDIR%%lib/libutil-2.3.5.so %%PREFIX_SUBDIR%%lib/libuuid.so.1.2 %%PREFIX_SUBDIR%%lib/libnsl.so.1 %%PREFIX_SUBDIR%%lib/libwrap.so.0 -%%PREFIX_SUBDIR%%lib/udev/raid-devfs.sh %%PREFIX_SUBDIR%%lib/libcidn-2.3.5.so %%PREFIX_SUBDIR%%lib/libpam_misc.so %%PREFIX_SUBDIR%%lib/libpam.so.0 @@ -33387,9 +33381,6 @@ @dirrm %%PREFIX_SUBDIR%%mnt/floppy @dirrm %%PREFIX_SUBDIR%%mnt/cdrom @dirrm %%PREFIX_SUBDIR%%mnt -@dirrm %%PREFIX_SUBDIR%%lib/udev/devices -@dirrm %%PREFIX_SUBDIR%%lib/udev-state -@dirrm %%PREFIX_SUBDIR%%lib/udev @dirrm %%PREFIX_SUBDIR%%lib/tls @dirrm %%PREFIX_SUBDIR%%lib/security/pam_filter @dirrm %%PREFIX_SUBDIR%%lib/security Index: pkg-plist.x86 =================================================================== RCS file: /usr/cvs/ports/emulators/linux_dist-gentoo-stage3/pkg-plist.x86,v retrieving revision 1.1 diff -u -r1.1 pkg-plist.x86 --- pkg-plist.x86 25 Jun 2006 11:56:24 -0000 1.1 +++ pkg-plist.x86 6 Oct 2006 08:49:19 -0000 @@ -1,7 +1,4 @@ %%PREFIX_SUBDIR%%etc/resolv.conf -%%PREFIX_SUBDIR%%lib/udev/devices/console -%%PREFIX_SUBDIR%%lib/udev/devices/null -%%PREFIX_SUBDIR%%lib/udev/devices/zero %%PREFIX_SUBDIR%%bin/unlink %%PREFIX_SUBDIR%%bin/bzgrep %%PREFIX_SUBDIR%%bin/who @@ -698,15 +695,12 @@ %%PREFIX_SUBDIR%%lib/libnss_nis-2.3.5.so %%PREFIX_SUBDIR%%lib/libcidn.so.1 %%PREFIX_SUBDIR%%lib/librt.so.1 -%%PREFIX_SUBDIR%%lib/udev-state/.keep -%%PREFIX_SUBDIR%%lib/udev-state/devices.tar.bz2 %%PREFIX_SUBDIR%%lib/cpp %%PREFIX_SUBDIR%%lib/libnss_hesiod.so.2 %%PREFIX_SUBDIR%%lib/libutil-2.3.5.so %%PREFIX_SUBDIR%%lib/libuuid.so.1.2 %%PREFIX_SUBDIR%%lib/libnsl.so.1 %%PREFIX_SUBDIR%%lib/libwrap.so.0 -%%PREFIX_SUBDIR%%lib/udev/raid-devfs.sh %%PREFIX_SUBDIR%%lib/libcidn-2.3.5.so %%PREFIX_SUBDIR%%lib/libpam_misc.so %%PREFIX_SUBDIR%%lib/libpam.so.0 @@ -33318,9 +33312,6 @@ @dirrm %%PREFIX_SUBDIR%%mnt/floppy @dirrm %%PREFIX_SUBDIR%%mnt/cdrom @dirrm %%PREFIX_SUBDIR%%mnt -@dirrm %%PREFIX_SUBDIR%%lib/udev/devices -@dirrm %%PREFIX_SUBDIR%%lib/udev-state -@dirrm %%PREFIX_SUBDIR%%lib/udev @dirrm %%PREFIX_SUBDIR%%lib/security/pam_filter @dirrm %%PREFIX_SUBDIR%%lib/security @dirrm %%PREFIX_SUBDIR%%lib/rcscripts/sh --- gentoo3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: