Version: 2.2.7, Package name: guile2-2.2.7 |
Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
Description This is version 2.0 of Guile, Project GNU's extension language library. Guile is an implementation of the Scheme programming language, packaged as a library that can be linked into applications to give them their own extension language. Guile supports other languages as well, giving users of Guile-based applications a choice of languages. |
Filesize: 17704.915 KB |
Version History (View Complete History) |
|
2020-08-03 01:27:46 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to guile-2.2.7 |
2020-07-05 03:44:08 by Marc Espie | Files touched by this commit (4) |
Log message: missed conflict |
2020-06-04 01:36:10 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Install info files from guile2 instead of guile. |
2019-12-14 08:45:01 by Charlene Wendling | Files touched by this commit (1) |
Log message: guile2: Unbreak on powerpc After an initial report by Matthew Hull, George Koehler found out that the pre-built 32-bit BE bootstrap has probably a wrong byte order. As such the port should be built without it. Thanks a lot! OK jca@ |
2019-07-16 15:29:41 by Stuart Henderson | Files touched by this commit (19) |
Log message: Some ports using gnulib previously detected a broken realpath and switched to an internal replacement function. Following the changes to make realpath(3) use the __realpath() syscall these no longer detect broken realpath i.e. produce different code. Bump REVISION to ensure that users get the new version. |
2019-07-07 02:11:59 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to guile2-2.2.6. |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2018-11-02 12:48:39 by Christian Weisgerber | Files touched by this commit (43) |
Log message: bump for package path change devel/gmp -> devel/gmp,-main |
2018-07-18 04:14:40 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to guile2-2.2.4. |
2018-07-09 08:33:09 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Use --program-suffix=2.2 instead of --program-transform-name="s,guile,guile2," to match what Linux distro are doing. This allows applications to find guile2 without any patch. |
2018-01-19 08:50:11 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: BROKEN on powerpc Segmentation fault (core dumped) when running ''cat ... | GUILE_AUTO_COMPILE=0 ../meta/build-env guild snarf-check-and-output-texi > guile-procedures.texi'' |
2017-07-30 00:51:09 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: aisleriot hardcodes guile2 includes directory to make use we use it instead of the one from guile1; add a reminder in case we update guile2. |
2017-05-31 02:08:18 by Marc Espie | Files touched by this commit (173) |
Log message: switch everything to new COMPILER idiom, even stuff that won't build with clang yet, but at least that part is done. |
2017-05-26 22:56:48 by Marc Espie | Files touched by this commit (2) |
Log message: more WANT_CXX |
2017-05-11 08:10:21 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Fix packaging; reported by naddy@ |
2017-05-10 07:29:27 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to guile2-2.2.2. Remove BROKEN, we'll see if it still hangs in dpb(1). |
2017-02-26 03:09:53 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to guile2-2.0.14. Keep BROKEN since the bulk builders cannot build it for some reason. |
2017-01-14 17:57:00 by Jonathan Gray | Files touched by this commit (1) |
Log message: Mark this as broken everywhere not just amd64 and i386 as the build also hangs on arm. |
2016-12-30 13:29:21 by Christian Weisgerber | Files touched by this commit (1) |
Log message: also mark as BROKEN-amd64, build hangs often |
2016-12-30 06:25:14 by Stuart Henderson | Files touched by this commit (1) |
Log message: mark guile2 as BROKEN-i386, build hangs often, taking up a build slot until dpb kills it. |
2016-11-11 04:57:43 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Update to guile2-2.0.13. |
2016-10-31 17:13:07 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: SECURITY fix for CVE-2016-8606 and CVE-2016-8605. |
2016-10-31 16:53:34 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: SECURITY fix for CVE-2016-8606 and CVE-2016-8605. |
2016-08-27 08:51:36 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Update to guile2-2.0.12. - drop the gettext MODULE |
2015-04-16 23:23:30 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Fix alignment. It'll hopefully fix random build failures in gnucash. breakage yet again reported by naddy@ |
2015-04-11 23:53:07 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Properly set GUILE so that guild runs "guile2" from this package instead of "guile" from lang/guile. |