tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: one-line haiku fix
lgtm
On Sat, Mar 29, 2025 at 03:59:25PM +0000, nia wrote:
> Hi, I would like to commit this one-line fix in mk/ to haiku-specific
> infrastructure.
>
> Rationale: Haiku no longer includes a ftp tool in its default
> install. pkgsrc prefers the ftp tool over curl and wget, which
> Haiku does include. This means fetch fails.
>
> Risk: low, only affects haiku code
>
> Index: mk/tools/tools.Haiku.mk
> ===================================================================
> RCS file: /cvsroot/pkgsrc/mk/tools/tools.Haiku.mk,v
> retrieving revision 1.16
> diff -u -r1.16 tools.Haiku.mk
> --- mk/tools/tools.Haiku.mk 1 Feb 2015 08:48:56 -0000 1.16
> +++ mk/tools/tools.Haiku.mk 29 Mar 2025 15:56:38 -0000
> @@ -43,7 +43,6 @@
> TOOLS_PLATFORM.false?= false # shell builtin
> TOOLS_PLATFORM.fgrep?= /bin/fgrep
> TOOLS_PLATFORM.find?= /bin/find
> -TOOLS_PLATFORM.ftp?= /bin/ftp
> TOOLS_PLATFORM.gawk?= /bin/gawk
> .if exists(/bin/m4)
> TOOLS_PLATFORM.gm4?= /bin/m4
Home |
Main Index |
Thread Index |
Old Index