2024-02-13 19:11:39 by Thomas Klausner | Files touched by this commit (4) | |
Log message: *slib*: update to 3.3.1 2024-01-15 Aubrey Jaffer <jaffer@jaffer-Vivobook-ASUSLaptop-X1703ZA-K1703ZA> * require.scm (*slib-version*): Bumped from 3b7 to 3c1. 2023-10-14 Aubrey Jaffer <agj@alum.mit.edu> * mklibcat.scm, require.scm (catalog:expand-path): Patch from Radey Shouman accepts vicinity symbols 'library, 'implementation, 'home, and 'user, which expand to the value of the corresponding "*-vicinity" procedure. |
2022-10-24 16:12:56 by Thomas Klausner | Files touched by this commit (4) | |
Log message: *slib: update to 3.2.7 * require.scm (*slib-version*): Bumped from 3b6 to 3b7. * array.scm (A:floQ128d, A:floQ64d, A:floQ32d): floR --> floQ. * iso8601.scm (iso-8601->time): Corrected scanf count * sort.scm (sorted?): Fixed bug on vectors. |
2022-03-10 17:32:25 by Greg Troxel | Files touched by this commit (4) |
Log message: devel/guile*-slib: Finish alignment of guile*-slib packages guile-slib: Add more comments explaining a residual problem. Put back RM statements because they help re-running failed builds, even if they are pointless on a fresh build. Sort PLIST. No change in generated package. guile22-slib: Use variables more. Move to site/2.2 subdir, following guile-lib and upstream defaults. Point to guile-slib for comments. Sorry for the churn; this was much harder to understand than I expected. |
2022-03-10 15:29:04 by Greg Troxel | Files touched by this commit (2) |
Log message: guile-slib: Rationalize install paths and document This package is a maze of twisty include paths in guile interacting with DESTDIR. Add many comments to explain the plan, after reading sources. Switch to site/2.0 as the scheme subdir, following upstream slib's default. |
2022-03-10 14:43:59 by Greg Troxel | Files touched by this commit (2) |
Log message: devel/guile-slib: Align to guile22-slib |
2022-03-10 14:32:36 by Greg Troxel | Files touched by this commit (1) |
Log message: devel/guile22-slib: Use variable for guile dep This does not change the build, but reduces diffs to ../guile-slib |
2022-03-10 00:29:51 by Greg Troxel | Files touched by this commit (2) |
Log message: devel/guile-slib: Adapt to new guile paths and switch back to 2.0 This package now expects guile always be namespaced. (Arguably the paths should come from the bl3.) With guile20, this builds and works, and thus it is that way. (With guile22, there's an error that I don't understand.) |
2022-03-09 21:35:39 by Greg Troxel | Files touched by this commit (2) |
Log message: devel/guile-slib: Catch up with recent guile path changes This remains pointing to guile 2.2, but now guile 2.2 is in a subprefix. |