2024-03-25 16:16:32 by nikita | Files touched by this commit (4) | |
Log message:
remake: update to version 4.3+dbg-1.6
Changelog:
Version 4.3.1+dbg-1.6 (2022-01-22)
Allow --profile to take an argument to specify callgrind for json PR #132 \
(Jayson Messenger)
Fix bug in info var PR #113
Typos in make.1 Issue #110
Support gcc-10 Issue #109
Document debugger commands
Debugger commands are in separate .c files (not inlined, .h included)
I'd like to thank Marten Cassel for his sponsorship.
Version 4.3.1+dbg-1.5 (2020-03-15) Ron Frankel
Rebase code on GNU Make 4.3.
This was made possible by Thomas Kupper (boretom) who did all the heavy lifting \
while rocky looked on in amazement.
Thomas also added OS/X CI testing, and tested on the BSD-ish platforms.
With this release, we've started redoing the texinfo documentation in sphinx and \
put on readthedocs. Since sphinx supports output into LaTeX, TeXinfo, pdf, epub, \
and info as well as HTML, the TeXinfo document will be removed when the sphinx \
documentation is more stable. I expect the in next release to work on this.
Similarly, you'll see that README.md has been redone and includes screencasts. \
The install docs have also been corrected and expanded.
New and Changed Features
--search parent -- I really like this one.
--tasks -- the definition of a "tasks" has been simplified. Now, \
it is simply a target that has a description comment (#:) before it. After many \
years of using this myself, I highly encourage people to start using description \
comments more. Output from running remake --tasks is nicer because we use spaces \
to align columns rather than tabs.
Debugger Changes
Commands with file expansion now use glob(), not word_expand() (Thomas did \
this too). Previously source used to POSIX.1-2008 wordexp(), but this is not \
available on BSD-ish systems. glob() is more general, and GNU make ships with \
its own glob() function when none is provided in the underlying OS library.
load command added eval command removed. eval never worked and it attempted \
to be the same thing as load; load is the gdb name.
$(debugger) function fixed. This function gave an virtual memory exhausted \
on exit. This has been fixed. The required parameter for this function, a tag \
name, is now shown on entry
info tasks has been added. It is basically the same thing as remake --tasks
Description lines are now shown on in info targets and list commands
The debugger now disallows any "running" command inside \
post-mortem debugging
Help as shown inside the debugger has been greatly expanded and more closely \
matches the sphinx docs. We now show in help text the short command name and any \
aliases attached to the command
|
2022-04-25 17:43:12 by Tobias Nygren | Files touched by this commit (1) |
Log message:
remake: honour PKGINFODIR
|
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-05-31 19:14:23 by Roland Illig | Files touched by this commit (1) |
Log message:
devel/remake: remove unknown configure option
|
2020-04-28 13:46:30 by Nikita | Files touched by this commit (29) |
Log message:
adjust maintainer to my new login
|
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2020-01-06 18:35:32 by ng0 | Files touched by this commit (5) |
Log message:
Add devel/remake version 4.2.1+dbg-1.4
remake is an enhanced version of GNU Make that adds improved error
reporting, better tracing, profiling and a debugger.
|