Date: Sat, 07 Oct 2006 15:23:04 +0200 From: Pav Lucistnik <pav@FreeBSD.org> To: Josh Paetzel <josh@tcbug.org> Cc: ports@FreeBSD.org Subject: Re: DISTNAME question Message-ID: <1160227384.1523.20.camel@ikaros.oook.cz> In-Reply-To: <200610070807.39636.josh@tcbug.org> References: <200610070807.39636.josh@tcbug.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-Fs33VCCf5lgYyQnrHNTO Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Josh Paetzel p=ED=B9e v so 07. 10. 2006 v 08:07 -0500: > I need to set a DISTNAME to get a file from some sort of automatic cvs=20 > thing. No matter what I try a .tar.gz is prepended to it. >=20 > IE....I need to get=20 > ruby-cvs.tar.gz?only_with_tag=3Druby-cvs-0_2&view=3Dtar > but I can't seem to stop the port from looking for: > ruby-cvs.tar.gz?only_with_tag=3Druby-cvs-0_2&view=3Dtar.tar.gz >=20 > Can anyone help me with the Makefile magic needed here? Consider writing your own do-fetch: target, something like this do-fetch: .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) ${SETENV} ${FETCH_ENV} ${FETCH_CMD} -o ruby-cvs.tar.gz http://.../ruby-cvs= .tar.gz?only_with_tag=3Druby-cvs-0_2&view=3Dtar.tar.gz .endif --=20 Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> Eat when you are hungry, sleep when you are tired. Chase butterflies when you want some fun. --=-Fs33VCCf5lgYyQnrHNTO Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQBFJ6o4ntdYP8FOsoIRAunmAJ9xehiTfJztNgEk+P8CRPAw8mrUnQCeJFqc uC5hSlISNeekeaSltLYS5+w= =1cS9 -----END PGP SIGNATURE----- --=-Fs33VCCf5lgYyQnrHNTO--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1160227384.1523.20.camel>