Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-23 | massive revision bump after textproc/icu update | adam | 2 | -4/+4 | |
2022-10-26 | *: bump PKGREVISION for libunistring shlib major bump | wiz | 2 | -4/+4 | |
2022-04-18 | revbump for textproc/icu update | adam | 2 | -4/+4 | |
2021-12-08 | revbump for icu and libffi | adam | 1 | -2/+2 | |
2021-10-26 | math: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | math: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2021-09-29 | revbump for boost-libs | adam | 2 | -4/+4 | |
2021-04-21 | revbump for boost-libs | adam | 2 | -4/+4 | |
2021-04-21 | revbump for textproc/icu | adam | 2 | -4/+4 | |
2021-01-14 | qalculate: Explicitly use std::queue. | jperkin | 2 | -1/+17 | |
2020-11-05 | *: Recursive revbump from textproc/icu-68.1 | ryoon | 2 | -4/+4 | |
2020-06-02 | Revbump for icu | adam | 2 | -4/+4 | |
2020-05-22 | revbump after updating security/nettle | adam | 2 | -4/+4 | |
2020-05-06 | revbump after boost update | adam | 2 | -4/+4 | |
2020-04-12 | Fix build with newer automake. | joerg | 1 | -3/+2 | |
2020-04-12 | Recursive revision bump after textproc/icu update | adam | 2 | -4/+4 | |
2020-03-18 | Help the compiler find the right insert | joerg | 2 | -1/+18 | |
2020-03-08 | *: recursive bump for libffi | wiz | 2 | -4/+4 | |
2020-01-18 | all: migrate several HOMEPAGEs to https | rillig | 1 | -2/+2 | |
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU. | |||||
2020-01-18 | *: Recursive revision bump for openssl 1.1.1. | jperkin | 2 | -4/+4 | |
2020-01-12 | *: Recursive revbump from devel/boost-libs | ryoon | 2 | -3/+4 | |
2019-12-09 | Use ICONV_CONST from autotools instead of hardcoding OS versions | nros | 4 | -35/+31 | |
Use ICONV_CONST instead of hardcoding osversions, this is more portable. Fixes build on SmartOS. | |||||
2019-11-20 | qalculate: update to 3.5.0 | markd | 13 | -334/+321 | |
10 years worth of development. | |||||
2019-11-20 | qalculate*: change maintainer to pkgsc-users@NetBSD.org OKed adam@ | markd | 1 | -2/+2 | |
2018-07-04 | *: Move SUBST_STAGE from post-patch to pre-configure | jperkin | 1 | -2/+2 | |
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 | Fix indentation in buildlink3.mk files. | rillig | 1 | -2/+2 | |
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 | Extend SHA512 checksums to various files I have on my local distfile | joerg | 1 | -1/+2 | |
mirror. | |||||
2016-07-16 | gcc6 build fix | markd | 2 | -1/+17 | |
2016-03-25 | Drop CVP workaround for Clang, with 3.8 the memory use has gone down | joerg | 1 | -3/+1 | |
enough. | |||||
2015-03-02 | LLVM's correlated value propagation pass is known to require a lot of | joerg | 1 | -6/+3 | |
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 | The Clang 3.4RCs started to use slightly more memory when compiling | joerg | 3 | -2/+24 | |
Calculator.cpp, but it was enough to push it over 2GB. So disable optimisation for now. | |||||
2013-08-21 | Add -D_LCONV_C99 on SunOS to pick up extended lconv support. | jperkin | 1 | -1/+3 | |
2013-07-15 | * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes | ryoon | 1 | -2/+1 | |
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk". | |||||
2012-09-15 | recursive bump from libffi shlib major bump | obache | 2 | -4/+4 | |
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) | |||||
2012-09-11 | "user-destdir" is default these days | asau | 1 | -3/+1 | |
2012-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 2 | -4/+4 | |
2012-05-07 | Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) | dholland | 1 | -2/+2 | |
It turns out there were a lot of these. | |||||
2012-03-03 | Recursive bump for pcre-8.30* (shlib major change) | wiz | 2 | -4/+4 | |
2012-02-06 | Revbump for | wiz | 2 | -4/+4 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2011-11-20 | Recursive bump for math/cln buildlink addition. | sbd | 2 | -4/+4 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 2 | -3/+4 | |
2010-04-13 | update to 0.9.7 | drochner | 6 | -111/+20 | |
changes: -General build updates and bug fixes -Bug fix for segfaults with some uses of integrate() -New Simplified Chinese translation -Fix crash with unsupported operator in RPN syntax -Fix reduction of vector size | |||||
2009-09-08 | Bump revision after CLN update. Addresses PR pkg/42006. | asau | 1 | -2/+2 | |
2009-09-06 | Fix breakage after CLN update. | asau | 4 | -14/+49 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -6/+1 | |
2009-05-25 | -make this compile with 64-bit time_t | drochner | 4 | -3/+25 | |
The fix is suboptimal because the y2037 problem remains. It would be better to either -extend the "cln" lib for 64-bit integers (but the code is a mess already) or -split the time_t into a lower/higher part and convert them seperately, which is less than elegant. -add a MESSAGE telling that gnome-vfs or wget are needed to fetch currency exchange rates automatically, so the (wrong) wget dependency can be removed from child pkgs bump PKGREVISION | |||||
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -1/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 | |
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time. | |||||
2008-12-20 | Improve COMMENT and DESCRiptions. | reed | 2 | -6/+5 | |
No longer identical. Don't say Linux since this is for other platforms too. Don't mention GUI interface in the description for the console package. By the way, the gtk version is really GNOME, but upstreams calls it gtk. | |||||
2008-06-20 | Add DESTDIR support. | joerg | 1 | -1/+3 | |