2020-03-04 12:31:56 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
smake: Update to 1.3nb9
Bump PKGREVISION for new libschily.
New features with AN-2020-02-11:
- libschily: new man pages starthandlecond.3 and unhandlecond.3
- libschily: handlecond.3 and raisecond.3 now correctly mention
handlecond() & raisecond() instead of handle()/raise(). The old names
from 1980 had to be renamed because os an unfriendly actt from the
C standard commitee.
Thanks to Eric Ackermann for reporting
as a side effect of a code review for SchilliX-ON
- libschily: various small fixes in various man pages from libschily.
Thanks to Eric Ackermann for reporting
as a side effect of a code review for SchilliX-ON
|
2020-01-10 13:05:45 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
devel/smake: Update to 1.3nb8
Based on Release 2019-12-05.
From AN-2019-11-11:
- libschily: the new functions wcastoi wcastol wcastolb that have been
added with the previous release have been forgotten in the linker map
file.
From AN-2019-12-05:
- include/schily/stdio.h: We no longer define getc_unlocked() on Solaris
in case that it is defined already. This was needed since Oracle
Solaris 11.4 compiles 64 bit by default and made stdio less opaque
than before - this result in the same bahavior as for 32 bit programs.
This means, we no longer need to use tricks to get fast access to
stdio.
Thanks to Rolf Dietze for reporting.
- libschily: the function getargs() and similar (from the option parser
group) fixed a bug that prevented the usability of the official method
to include the char '+' inside option names by quoting the character
in the option name used in the format string.
This bug has been fixed in order to be able to support "star -dump+ \
..."
|
2019-11-08 14:41:32 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
devel/smake: Update to 1.3nb7
Based on schilytools release from 2019-10-25.
smake code itself is unchanged. Reason for bump:
Libraries were changed in platform specific ways. It's unclear whether this
may change binary packages for certain platforms.
|
2019-10-24 18:40:16 by Michael Baeuerle | Files touched by this commit (2) |
Log message:
devel/smake: Update to 1.3nb6
Based on Release 2019-10-07.
Changelog
=========
- configure: Some shells report a syntax error with "< file (cmd)"
and need the redirection statement to be *after* the command. Our
changes to support the V7 shell by adding round braces caused ash
variants like "dash" to fail.
Thanks to Harald van Dijk for reporting
- cont/cc-config.sh: canged some :>some-file statements into
(:)>some-file. they have meen missed when introducing work arounds
for the V7 Shell on Ultrix that does not support I/O redirection
for builtin commands.
Thanks to Robert Clausecker for reporting
- smake: The error message for failed shell commands has been modified
to "Code %d (%s) from command line..." in order to cause less confusion
with the text printed by smake.
The text for %s is the strerror() result for the exit code if
applicable.
Thanks to Robert Clausecker for reporting
|
2019-10-04 15:32:05 by Michael Baeuerle | Files touched by this commit (4) |
Log message:
smake: Update to 1.3nb5
Switch to latest distfile.
Changelog
=========
Release 2019-07-22:
- RULES/*: Changes CURDIR into CURWDIR as GNU make uses CURDIR and we
added compatibility support to SunPro Make and smake.
- RULES: Added configuration symlinks for FreeBSD on PowerPC
- smake: The -C option now gives GNU make compatibility.
- Multiple -C options are now supported
- A new variable CURDIR has been implemented
The old implementation from May 2009 did not yet support that.
Release 2019-08-13:
- smake: Added some code to trick out GCC that warns on a so called bit
loss while enlarging the fastalloc() size parameter for alignment
purposes.
|
2019-03-19 15:19:45 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
smake: update to 1.3nb3.
Switch to latest distfile.
Update provided by Michael Bäuerle via pkgsrc-wip.
Changelog
=========
Release 2019-02-18:
- smake (psmake): a missing link to libschily/strnlen.c has been added.
Release 2019-03-11:
- psmake: cpfiles/lnfiles/rmlinks now contain a line for the new
include/schily/type_val.h
|
2018-11-10 20:49:47 by Thomas Klausner | Files touched by this commit (5) |
Log message:
devel/smake: import smake-1.3nb2
Packaged for wip by Michael Bäuerle.
Schily make
Highly portable UNIX make implementation written by Joerg Schilling.
|