2020-06-22 12:48:34 by Greg Troxel | Files touched by this commit (1) |
Log message: x11/vte: Accomdate C++17 usage The package was declared to use c++14 and need gcc 5, but trying to build on NetBSD 8 resulted in an error that gcc7 was needed for c++17. |
2020-06-20 18:00:07 by Nia Alarie | Files touched by this commit (7) |
Log message: vte3: Fix printf usage for NetBSD. |
2020-06-20 02:10:25 by Ryo ONODERA | Files touched by this commit (7) |
Log message: vte3: Update to 0.60.3 * Use meson to build. * Enable vala and gobject-introspection. Changelog: Not available. |
2020-05-22 12:56:49 by Adam Ciarcinski | Files touched by this commit (624) |
Log message: revbump after updating security/nettle |
2020-03-10 23:11:24 by Thomas Klausner | Files touched by this commit (1681) | |
Log message: librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change |
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message: *: recursive bump for libffi |
2019-07-22 00:26:08 by Thomas Klausner | Files touched by this commit (1256) |
Log message: *: recursive bump for gdk-pixbuf2-2.38.1 |
2019-07-21 00:46:59 by Thomas Klausner | Files touched by this commit (595) |
Log message: *: recursive bump for nettle 3.5.1 |
2019-03-31 13:51:52 by Greg Troxel | Files touched by this commit (1) |
Log message: x11/vte3: Use += for GCC_REQD, per norms |
2019-03-31 01:35:05 by Greg Troxel | Files touched by this commit (1) |
Log message: x11/vte3: Require c++14 and hence gcc 5 With gcc 4.8, the configure script errors out about c++14. The build works with gcc5 or gcc6, so set GCC_REQD to 5. |