2023-03-06 10:11:10 by Tobias Nygren | Files touched by this commit (1) |
Log message: rapidjson: fix unintentional logic inversion for doxygen |
2023-03-06 10:05:27 by Tobias Nygren | Files touched by this commit (1) | |
Log message: rapidjson: disable building unit test for now After devel/googletest update, it's headers require C++14 but rapidjson insists on C++11. Wait for upstream to sort it out. |
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message: *: convert to cmake/build.mk |
2022-10-24 14:50:26 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: rapidjson: needs googletest to build |
2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102) |
Log message: *: remove pkg-config from tools where no buildlink3.mk file is included Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change). |
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message: textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip |
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message: textproc: Remove SHA1 hashes for distfiles |
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message: all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually. |
2018-04-02 18:07:47 by Min Sik Kim | Files touched by this commit (1) |
Log message: textproc/rapidjson: Do not treat warnings as errors This makes the package build with clang-5. |
2018-02-06 17:25:16 by Maya Rashish | Files touched by this commit (1) |
Log message: rapidjson: remove -march=native, force fail doxygen configure test. -march=native yields an error in some configurations. doxygen is not a dependency, so if the user has it and it's detected, we have plist mismatches. PKGREVISION++ |