Date: Mon, 28 Jan 2002 23:49:56 +0100 From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: dochawk@psu.edu Cc: freebsd-ports@FreeBSD.ORG Subject: Re: make extract tries to gunzip files in DIST_SUBDIR Message-ID: <20020128234956.47c050a8.corecode@corecode.ath.cx> In-Reply-To: <200201282053.g0SKrh637851@fac13.ds.psu.edu> References: <200201282053.g0SKrh637851@fac13.ds.psu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
--?YF)QUu=.LUQyqeC Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 28 Jan 2002 15:53:43 -0500 dochawk@psu.edu wrote: > > I must be missing something here as I try to plug through this. > > I have the lines: > > PORTNAME= lf95 > PORTVERSION= 6.1-1 > CATEGORIES= lang fortran linux > MASTER_SITES= # fetch manually > DISTFILES= README install LICENSE copy.tar lf95-6.1-1.tgz \ > mpich.tar.gz > # ??? Should I include the entries in manuals? > DISTNAME= lf95-6.1-1 > EXTRACT_SUFX= > > MAINTAINER= dochawk@scualum.com > DIST_SUBDIR= lf95 > you got DISTFILES mixed: gzip/tar/plain i don't know if this should work perfectly with the standard do-extract if you can't avoid using these files (is lf95-6.1-1.tgz not enough?) also, PORTVERSION is not right: there may be no dash inside. > > After a make makesum, make extract checks checksums,then tries to gzip > everything on DISTFILES list (huh?), and then bombs out because a file > already has a .tgz suffix: > ac13# make extract > ===> Extracting for lf95-6.1-1 > >> Checksum OK for lf95/README. > >> Checksum OK for lf95/install. > >> Checksum OK for lf95/LICENSE. > >> Checksum OK for lf95/copy.tar. > >> Checksum OK for lf95/lf95-6.1-1.tgz. > >> Checksum OK for lf95/mpich.tar.gz. > > gzip: /usr/ports/distfiles/lf95/lf95-6.1-1.tgz already has .tgz suffix > -- unchanged*** Error code 1 > > Stop in /usr/ports/lang/lf95. > *** Error code 1 > > Stop in /usr/ports/lang/lf95. > *** Error code 1 > > Stop in /usr/ports/lang/lf95. > > I must be missing something prety obvious to fail this early :) > > hawk cheerz corecode -- /"\ http://corecode.ath.cx/ \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --?YF)QUu=.LUQyqeC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) iD8DBQE8VdWYr5S+dk6z85oRAgGGAKD9IO1MWNmXwCxJterr3jJgevnaiQCfTcHr s9zOcj+DQzRjBFaWnUP9B5g= =X+W8 -----END PGP SIGNATURE----- --?YF)QUu=.LUQyqeC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020128234956.47c050a8.corecode>