2024-01-30 19:29:21 by Adam Ciarcinski | Files touched by this commit (47) |
Log message:
revbump for devel/abseil
|
2023-06-06 12:51:59 by Thomas Klausner | Files touched by this commit (9) |
Log message:
*: bumpt for re2 dependency change and shlib major bump
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-08-06 18:24:44 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
cre2: updated to 0.3.6
Notes for revision 0.3.6
------------------------
* Fixed missing inclusion of "<stdint.h>".
Notes for revision 0.3.5
------------------------
* Fixed missing dependency in pkg-config script.
|
2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274) |
Log message:
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2017-05-07 05:13:24 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Updated devel/cr2 from 0.1b6 to 0.3.4
--------------------------------
0.3.4 2017-04-04
- bumped version number to 0.3.4, added credits
0.3.3 2016-09-15
- development of building infrastructure, better selection of C++11
0.3.2 2016-09-14
- udpated installation infrastructure to work with recent revision
of re2 under the autotools
0.3.1 2016-03-18
- bumped version number to 0.3.1
0.3.0 2016-03-17
- bumped version number to 0.3.0
0.2.0 2016-02-16
- documentation review
|
2017-05-03 10:38:46 by Jonathan Perkin | Files touched by this commit (95) |
Log message:
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
|
2016-12-25 22:43:56 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
-std=c++11 is a C++-only option, so don't put it in CPPFLAGS.
|
2016-10-17 16:06:39 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Add following line
CPPFLAGS+= -std=c++11
to fix (at least) pkgsrc NetBSD 7.0.1_PATCH/x86_64 2016-10-13 12:53 build
Just for FYI, without FLAGS,
| checking re2/re2.h usability... no
| checking re2/re2.h presence... no
| checking for re2/re2.h... no
| configure: error: test for RE2 header failed
with CXXFLAGS+=, getting below
| configure: WARNING: re2/re2.h: accepted by the compiler, rejected by the \
preprocessor!
| configure: WARNING: re2/re2.h: proceeding with the compiler's result
Thanks joerg@,
|