2024-03-04 16:38:33 by Taylor R Campbell | Files touched by this commit (2) |
Log message:
lang/racket, lang/racket-textual: Try to make this build on macOS.
Don't have macOS handy to test but it looks like this'll be required,
judging by the bulk logs. Worst case, the build will fail in a
different way on macOS.
|
2024-03-04 16:38:05 by Taylor R Campbell | Files touched by this commit (1) |
Log message:
lang/racket: Use ${PREFIX}, not my dev tree in my home directory!
Not sure how I managed to break this for lang/racket, but not for
lang/racket-textual.
|
2024-01-05 15:55:39 by Taylor R Campbell | Files touched by this commit (11) |  |
Log message:
lang/racket{,-textual}: update to 8.11.1
8.11.1:
This bug-fix release repairs a problem with building from source when using \
the “builtpkgs” source distribution.
8.11:
Match clauses can include a #:do option to allow evaluation of code and \
bindings before a following #:when clause. See match.
JSON Serialization supports indentation with an #:indent option to \
write-json. See write-json.
An initiate-sequence function simplifies the creation of sequences. See \
initiate-sequence.
The :do-in form allows an inner definition sequence. See :do-in.
The redex-define form allows pattern-matching in PLT Redex using a \
define-like syntax. See redex-define.
Racket and Chez Scheme use Robert L. Smith’s “Algorithm 116” for \
division of complex numbers. See Robert L. Smith. 1962. Algorithm 116: Complex \
division. Commun. ACM 5, 8 (Aug. 1962), 435. \
https://dl.acm.org/doi/10.1145/368637.368661.
DrRacket has indentation guides that provide visual cues indicating how code \
is indented and grouped, accessible by using (<menu-key>-shift-i). See \
text:indent-guides<%>.
“Comment-out” menu items can be specific to the #lang used by the \
current file. See Comments.
Unused identifiers have a tooltip indicating that they have no bound occurrences.
Quickscript includes a new form of scripting in the form of “hook” \
functions that can be attached to existing events. See Hooks.
Plots include plot-inset and plot-legend-padding parameters to control the \
amount of space left unused around the plot edge and plot legend. See \
plot-inset.
There are many other documentation improvements, optimizations, and bug fixes!
|
2023-12-22 20:53:54 by Zafer Aydogan | Files touched by this commit (1) |
Log message:
clean-up master sites
|
2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145) |
Log message:
*: recursive bump for cairo dependency changes
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) |  |
Log message:
recursive revbump for tiff update
|
2023-09-25 14:06:35 by Paolo Vincenzo Olivo | Files touched by this commit (2) |
Log message:
lang/racket lang/racket-textual: review dependencies
* lang/racket: add missing dependency on GTK3+ needed by the
`drracket' graphical IDE. Pointed out by @netbsdnoob on UnitedBSD.
See https://docs.racket-lang.org/gui/libs.html
* Explicitly enable curses and iconv support. These are set upstream
to be enabled if corresponding headers are found, which means enabled
on NetBSD, but not necessarily elsewhere. As a consequence, buildlink
include libiconv.
* Use pkgsrc devel/libffi instead of the bundled library to avoid
duplication.
* Again, bump revision.
|
2023-09-21 00:37:40 by Paolo Vincenzo Olivo | Files touched by this commit (8) |
Log message:
lang/racket: fix build on NetBSD.
* Package uses terminfo, so include "mk/terminfo.buildlink3.mk".
* Patch to not require ncurses on NetBSD. Builds fine with netbsd-curses
and apparently doesn't require extra features.
* Replace all instances of `-lncurses` with `-lcurses -lterminfo` in
patch files.
* Replace "devel/ncurses/buildlink3.mk" with \
"mk/curses.buildlink3.mk"
in Makefile to reflect above change.
* Bump revision.
Tested on NetBSD-10.0_BETA/amd64.
|