Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2019 19:19:54 +0200
From:      Michael Gmelin <freebsd@grem.de>
To:        freebsd@dreamchaser.org
Cc:        freebsd-ports@freebsd.org
Subject:   Re: force github file extension for fetch? (tar.bz2 instead of tar.gz)
Message-ID:  <D6D5C64D-1710-43C1-98D9-C2878E4F71D2@grem.de>
In-Reply-To: <425f342c-58df-2d82-4d1a-9be70eb9c008@dreamchaser.org>
References:  <425f342c-58df-2d82-4d1a-9be70eb9c008@dreamchaser.org>

next in thread | previous in thread | raw e-mail | index | archive | help


> On 3. Jun 2019, at 19:03, Gary Aitken <freebsd@dreamchaser.org> wrote:
>=20
> In attempting to build a new port (prusa3d slicer) I need another new
> port (wxWidgets).  The original distfile fetch of wxWidgets was a .tar.gz.=

> The configure phase had an error; a search for the source of the error
> turned up a bug (old) which claimed the error was solved by fetching the
> distfile as a .tar.bz2.
> .tar.bz2 is the github *nix distfile for the port.
>=20
> Is it possible to force fetching of .tar.bz2 instead of .tar.gz if both ar=
e
> available?  Or how does one get around the problem?
>=20
> 11.2-RELEASE-p4
> relevant Makefile details:
>=20
> PORTNAME=3D       wxwidgets
> DISTVERSIONPREFIX=3D      v
> DISTVERSION=3D    3.1.2
> USE_GITHUB=3D     yes
> GH_ACCOUNT=3D     wxWidgets
> GH_PROJECT=3D     wxWidgets
>=20

See 5.4.5 in the porters handbook (EXTRACT_SUFX)

https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-=
distfiles.html

-m


> Thanks,
>=20
> Gary
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D6D5C64D-1710-43C1-98D9-C2878E4F71D2>