From owner-freebsd-ports@FreeBSD.ORG Tue Jul 1 07:58:28 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45AF137B401 for ; Tue, 1 Jul 2003 07:58:28 -0700 (PDT) Received: from eborcom.com (dsl-62-3-122-102.zen.co.uk [62.3.122.102]) by mx1.FreeBSD.org (Postfix) with SMTP id E26B543FCB for ; Tue, 1 Jul 2003 07:58:26 -0700 (PDT) (envelope-from tom@FreeBSD.org) Received: (qmail 43906 invoked by uid 1001); 1 Jul 2003 14:58:24 -0000 Date: Tue, 1 Jul 2003 15:58:24 +0100 From: Tom Hukins To: ports@FreeBSD.org Message-ID: <20030701145824.GA43860@eborcom.com> Mail-Followup-To: Tom Hukins , ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Selective use of USE_BZIP2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 14:58:28 -0000 Is it possible to create a port where one (or more) distfiles is compressed with bzip2 and one (or more) is compressed with gzip? Specifically, I would like to amend the pppoa port to fetch the Sourceforge distfile as a .bz2 instead of a .gz without trying to extract the proprietary distfile with bunzip2. So far, I haven't thought of a way to do this. Let me know if you have any hints, but if not we can continue fetching the larger gzip distfile. Thanks, Tom