From owner-freebsd-ports Sat Mar 16 11:50:53 2002 Delivered-To: freebsd-ports@freebsd.org Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id B486637B417; Sat, 16 Mar 2002 11:50:47 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g2GJoNa67924; Sat, 16 Mar 2002 14:50:23 -0500 (EST) (envelope-from alane) Date: Sat, 16 Mar 2002 14:50:23 -0500 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 Message-ID: <20020316195023.GA67905@wwweasel.geeksrus.net> References: <200203161405.g2GE5hU15481@wwweasel.geeksrus.net> <200203161410.g2GEA2Y79733@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203161410.g2GEA2Y79733@freefall.freebsd.org> User-Agent: Mutt/1.3.28i X-message-flag: Magic 8-Ball says "Outlook not so good." I'll ask it about Exchange next. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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-ports" in the body of the message