[asterisk-bugs] [JIRA] (ASTERISK-27732) [patch] BuildSystem: Add the tool ftp to alternatively download external parts.

Alexander Traud (JIRA) noreply at issues.asterisk.org
Sat Mar 17 08:12:13 CDT 2018


     [ https://issues.asterisk.org/jira/browse/ASTERISK-27732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Traud closed ASTERISK-27732.
--------------------------------------

    Resolution: Suspended

OpenBSD and NetBSD use different tools, with incompatible parameters. I though I could rescue this change by going for the tool {{tnftp}}. However, neither OpenBSD nor NetBSD use this name/symlink to identify their ftp tool. Consequently, the solution would not have been generic but NetBSD (and OpenBSD) specific. Those specific changes can be done downstream by the port/package maintainers. Therefore, until I find a way to automatically identify the ftp tool variant, I am suspending this.

> [patch] BuildSystem: Add the tool ftp to alternatively download external parts.
> -------------------------------------------------------------------------------
>
>                 Key: ASTERISK-27732
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27732
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Core/BuildSystem
>    Affects Versions: 13.19.2
>         Environment: OpenBSD 6.2
> NetBSD 7.1.1
>            Reporter: Alexander Traud
>            Assignee: Alexander Traud
>            Severity: Minor
>              Labels: patch
>         Attachments: NetBSD_enable_ftp.patch
>
>
> The build system supports the tools wget, curl (mainly for macOS), and fetch (mainly for FreeBSD) to download external parts, for example the PJProject. On NetBSD and OpenBSD, the default tool for HTTP(s) downloads is called ftp.
> Beside adding ftp, the attached patch fixes the test for the variable DOWNLOAD_TO_STDOUT in the file {{third-party/pjproject/configure.m4}}, because that test expects an empty variable. However, that variable was never empty.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list