aboutsummaryrefslogtreecommitdiff
path: root/ports/pdcurses/portfile.cmake
AgeCommit message (Collapse)Author
2020-02-10[many ports] Upgrades to 2020.02.08 (#9986)Robert Schumacher
* [many ports] Upgrades to 2020.02.08 * Undo asio asmjit libimobiledevice mlpack mongo-c-driver oniguruma openmvg openvdb pcl * Update ci baseline file Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2019-11-21UpdateNancyLi1013
2019-11-18[pdcurses] Add usageNancyLi1013
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-06-10[many ports] Updates 2019.05.24 (#6618)Robert Schumacher
* [many ports] Updates 2019.05.24 * Update SHA512 and resolve conflict for ebml and matroska * [avro-c]Fix build error caused by jansson upgrades. * [xxhash]Update to the next version to fix build error.(xxhash issue:#179) * Fix failures and undo asio * [libyaml, grpc, miniz, paho-mqtt, sqlitecpp] Update patches * Update REF * Undo nvtt flann itk libtins aws-sdk-cpp openvdb vlpp xmsh changes * [flann, fastcdr] Fix old patches and build error. * [flann, fastcdr] Fix build error. * Fix ensmallen uvatlas cppcms libplist failures and undo aws-c-common libopusenc arb taglib changes * [dcmtk, draco, flatbuffers, forge, ftgl, mosquitto,nmslib, ogre] Update old patches and fix build error. * fix libusbmuxd failures and undo xxhash paho-mqtt mongo-c-driver flann libffi * fix libimobiledevice and undo qhull harfbuzz lcm libbson draco flatbuffers * undo libmupdf forge kd-soap qca * [mosquitto] Fix installation of import libs * [arb][asio][aws-c-common][collada-dom][concurrentqueue][cryptopp][ebml] Revert trivial/undesired changes * [fastcdr] Minimize patch * [many ports] Revert trivial changes * [libyaml] Switch to non-dist tag * [sqlite-modern-cpp] Track master due to infrequent release * [nano-signal-slot] Revert downgrade * [openvpn3] Bump control version to account for portfile change * [sqlite-modern-cpp] Fixup wrong hash * [mosquitto] Commit missing patch
2018-06-02Update PDCurses to 3.6Stanislav Ershov
2018-03-22[pdcurses] Use out-of-source builds. Use official github. Fixes #2951.Robert Schumacher
2017-06-09[box2d][directxmesh][directxtex][directxtk][directxtk12][dxut][entityx][octo ↵Robert Schumacher
map][pdcurses][redshell][rttr][tbb][uvatlas] Improve constraint checking
2017-05-22[pdcurses] Fix x64/x86 builds.Robert Schumacher
2016-11-15Return to C7 debugging outputJohn Camp
2016-11-15Write to and use separate .mak fileJohn Camp
Allows future changes to not be affected by cached buildtree
2016-11-15Adds PDBs and 64-bit builds to PDCursesJohn Camp
2016-11-13Remove unused cmake variableJohn Camp
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-31[pdcurses] Lib files are also required in dynamic linkageRobert Schumacher
2016-10-28Added a fatal error for 64-bit builds.John Camp
2016-10-28Removed panel library.John Camp
Panel is not emitted as a dll, and is actually just a copy of the pdcurses library anyway.
2016-10-28Re-wrote portfile to support dynamic librariesJohn Camp
2016-10-21Changed the download link to a static link.John Camp
The different download link packaged the zip slightly differently, changing the hash as well as the src path.
2016-10-20Added package for PDCursesJohn Camp