vcpkg/versions/m-/mosquitto.json
Billy O'Neal bba6b96de1
Build fixes from 2021-09-28's nightly build. (#20435)
https://dev.azure.com/vcpkg/public/_build/results?buildId=60445

PASSING, REMOVE FROM FAIL LIST: soundtouch:x64-windows-static
Probably fixed by: https://github.com/microsoft/vcpkg/pull/19377

REGRESSION: mosquitto:x86-windows
REGRESSION: mosquitto:x64-windows
Probably broken by: https://github.com/microsoft/vcpkg/pull/20148/

```
The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/bin/mosquitto_ctrl.exe

The following EXEs were found in /bin or /debug/bin. EXEs are not valid distribution targets.

    D:/packages/mosquitto_x86-windows/debug/bin/mosquitto_ctrl.exe

Found 2 error(s). Please correct the portfile:
    C:\a\1\s\ports\mosquitto\portfile.cmake
-- Performing post-build validation done
```

The upstream build system has this:

```
option(WITH_CJSON "Build with cJSON support (required for dynamic security plugin and useful for mosquitto_sub)?" ON)
if (WITH_CJSON)
    FIND_PACKAGE(cJSON)
    if (CJSON_FOUND)
	    message(STATUS ${CJSON_FOUND})
    else (CJSON_FOUND)
	    message(STATUS "Optional dependency cJSON not found. Some features will be disabled.")
    endif(CJSON_FOUND)
endif()
```

and indeed, I repro the problem if cjson is installed first. Disable WITH_CJSON as a fix.

OSX never finishing: Hopefully fixed by https://github.com/microsoft/vcpkg/pull/20388
2021-09-29 18:03:18 -07:00

85 lines
2.1 KiB
JSON

{
"versions": [
{
"git-tree": "ef8ae230660456d039888e201ea521f58caf0951",
"version": "2.0.12",
"port-version": 1
},
{
"git-tree": "90a1a4314b15a787186d515df048f77961a4c7f3",
"version": "2.0.12",
"port-version": 0
},
{
"git-tree": "e50ddad9108597e09097e1853e116a62d650044d",
"version-string": "1.6.8",
"port-version": 3
},
{
"git-tree": "99c389f2871b91c86bc2ca3f2a127c95363bddf4",
"version-string": "1.6.8",
"port-version": 2
},
{
"git-tree": "1ea8b1f6fb8652cfebc04c0fa92effd2e1b47e31",
"version-string": "1.6.8-1",
"port-version": 0
},
{
"git-tree": "5f659f853beb8ec297ef9aba5847897c1389da94",
"version-string": "1.6.8",
"port-version": 0
},
{
"git-tree": "a5142660db930398bafb216ad44fdaa7545ece7c",
"version-string": "1.6.7-2",
"port-version": 0
},
{
"git-tree": "16080a7fb96159baad1b13d5c1386b8c45da44e5",
"version-string": "1.6.7-1",
"port-version": 0
},
{
"git-tree": "f57317cc3573eb099ff68680f9476e820dff9b49",
"version-string": "1.6.7",
"port-version": 0
},
{
"git-tree": "6dc527d35cebf688cab86dfcf2599198aa38e162",
"version-string": "1.6.3",
"port-version": 0
},
{
"git-tree": "2a77fbc864e1162ddd87de60515fcefb66e46c4a",
"version-string": "1.6.2-2",
"port-version": 0
},
{
"git-tree": "c2879b400e3cb39e185b0c810e2cb23b53b3888c",
"version-string": "1.5.0-3",
"port-version": 0
},
{
"git-tree": "507232d20b61bc97a70c7078b2508d8de8828ff4",
"version-string": "1.5.0-2",
"port-version": 0
},
{
"git-tree": "ee0a05d08b00b3412684185e02c73285307a7747",
"version-string": "1.5.0-1",
"port-version": 0
},
{
"git-tree": "333348ee5d94728bdefd630e468ca725896433fd",
"version-string": "1.5.0",
"port-version": 0
},
{
"git-tree": "baca04d56666db4b5bc25262f6a9f4189e8f7920",
"version-string": "1.4.15",
"port-version": 0
}
]
}