From owner-freebsd-ports Mon Oct 11 8: 9:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from viper.lovett.com (viper.lovett.com [216.60.121.173]) by hub.freebsd.org (Postfix) with ESMTP id 7529015664 for ; Mon, 11 Oct 1999 08:09:47 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.03 #1) id 11ah59-000Pgp-00 for ports@freebsd.org; Mon, 11 Oct 1999 10:09:47 -0500 Date: Mon, 11 Oct 1999 10:09:47 -0500 From: Ade Lovett To: ports@freebsd.org Subject: Extracting distfiles with different methods Message-ID: <19991011100947.F92040@lovett.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've been beating my head against the wall over this one.. Working on the (broken - distfiles survey) lang/scm port, the distfiles are now utilise two different packaging methods (a couple of .zip's and a .tar.gz) Similarly, there's a minor issue with graphics/wmicons and x11-wm/windowmaker, where both require WindowMaker-extra-0.1. x11-wm/windowmaker uses the bzip2 version (since the the actual windowmaker tarball is also bzip2'd), but graphics/wmicons uses the gzip'd version (since all the other distfiles associated with the port are also gzip'd). In Windowmaker's case, this results in two distfiles, where only one is really needed: -rw-r--r-- 1 root wheel 238844 Apr 1 1999 WindowMaker-extra-0.1.tar.bz2 -rw-r--r-- 1 root wheel 238018 Apr 1 1999 WindowMaker-extra-0.1.tar.gz and we have to hope that they never move entirely to bzip2, otherwise graphics/wmicons will break. In the case of lang/scm, I'm stuck :) Any ideas on how to get around this sensibly? -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message