From owner-freebsd-questions Mon Sep 11 6:11:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom1-194.telepath.com [216.14.1.194]) by hub.freebsd.org (Postfix) with SMTP id 92F7337B423 for ; Mon, 11 Sep 2000 06:11:31 -0700 (PDT) Received: (qmail 64519 invoked by uid 100); 11 Sep 2000 13:10:54 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14780.55774.345173.878545@guru.mired.org> Date: Mon, 11 Sep 2000 08:10:54 -0500 (CDT) To: Ilia Chipitsine Cc: questions@freebsd.org Subject: Re: port -> package In-Reply-To: <100702244@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ilia Chipitsine writes: > how to make sure that package is built with "gzip -9" ? ungzip the package file, or create it as a .tar instead of a .tgz, and gzip it with -9. > what is the default behaviour ? The same as for gzip; it uses -6.