From owner-freebsd-gnome Sat Mar 16 12: 0: 9 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C735237B423 for ; Sat, 16 Mar 2002 12:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2GK06M47996; Sat, 16 Mar 2002 12:00:06 -0800 (PST) (envelope-from gnats) Date: Sat, 16 Mar 2002 12:00:06 -0800 (PST) Message-Id: <200203162000.g2GK06M47996@freefall.freebsd.org> To: gnome@FreeBSD.org Cc: From: Alan Eldridge Subject: Re: ports/35980: www/mozilla{,-headers}: installs incorrectly if *built* as non-root Reply-To: Alan Eldridge Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following reply was made to PR ports/35980; it has been noted by GNATS. From: Alan Eldridge To: FreeBSD Bugs Cc: sobomax@freebsd.org, FreeBSD Ports List Subject: Re: ports/35980: www/mozilla{,-headers}: installs incorrectly if *built* as non-root Date: Sat, 16 Mar 2002 14:50:23 -0500 This problem affects www/mozilla-embedded as well: Patch is: --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- Index: www/mozilla-embedded/Makefile =================================================================== RCS file: /home/alane/cvsroot/ports/www/mozilla-embedded/Makefile,v retrieving revision 1.13 diff -u -3 -r1.13 Makefile --- www/mozilla-embedded/Makefile 5 Feb 2002 17:24:00 -0000 1.13 +++ www/mozilla-embedded/Makefile 16 Mar 2002 19:47:35 -0000 @@ -41,7 +41,7 @@ do-install: ${MKDIR} ${PREFIX}/lib/mozilla-embedded ${CHMOD} 755 ${PREFIX}/lib/mozilla-embedded - cd ${WRKSRC}/dist/Embed && ${TAR} -chf - * | \ - ${TAR} -xf - -C ${PREFIX}/lib/mozilla-embedded + cd ${WRKSRC}/dist/Embed && ${FIND} . | \ + cpio -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/mozilla-embedded .include --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- -- AlanE "When the going gets tough, the weird turn pro." - HST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message