2019-11-20 23:15:28 by Mark Davies | Files touched by this commit (13) | |
Log message: qalculate: update to 3.5.0 10 years worth of development. |
2019-11-20 23:07:25 by Mark Davies | Files touched by this commit (5) |
Log message: qalculate*: change maintainer to pkgsc-users@NetBSD.org OKed adam@ |
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message: *: Move SUBST_STAGE from post-patch to pre-configure Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed. |
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message: Fix indentation in buildlink3.mk files. The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice. |
2017-03-23 18:07:02 by Joerg Sonnenberger | Files touched by this commit (219) |
Log message: Extend SHA512 checksums to various files I have on my local distfile mirror. |
2016-07-16 05:56:40 by Mark Davies | Files touched by this commit (2) |
Log message: gcc6 build fix |
2016-03-25 22:08:58 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Drop CVP workaround for Clang, with 3.8 the memory use has gone down enough. |
2015-03-02 20:59:07 by Joerg Sonnenberger | Files touched by this commit (9) |
Log message: LLVM's correlated value propagation pass is known to require a lot of memory and CPU time for certain input. Provide a variable (CLANG_NO_VALUE_PROPAGATION_PASS) for selectively disabling it in those places known to trigger it. |
2013-12-15 20:41:23 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: The Clang 3.4RCs started to use slightly more memory when compiling Calculator.cpp, but it was enough to push it over 2GB. So disable optimisation for now. |
2013-08-21 21:53:43 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Add -D_LCONV_C99 on SunOS to pick up extended lconv support. |