-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
micha
committed
Oct 4, 2019
1 parent
0e97fc1
commit d9b8173
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2018/11/10 19:49:47 wiz Exp $ | ||
@comment $NetBSD: PLIST,v 1.2 2019/10/04 13:32:05 micha Exp $ | ||
bin/smake | ||
man/man1/smake.1 | ||
share/lib/smake/defaults.smk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.2 2019/03/19 14:19:45 wiz Exp $ | ||
$NetBSD: distinfo,v 1.3 2019/10/04 13:32:05 micha Exp $ | ||
|
||
SHA1 (schily-2019-03-11.tar.bz2) = e3441506ec8bfaed1e55e09208d7054c728c8f57 | ||
RMD160 (schily-2019-03-11.tar.bz2) = 49a4d8dc73ab1c1a66db655470c37d29c77d24f1 | ||
SHA512 (schily-2019-03-11.tar.bz2) = 04f289c08b2cd6c1954600796798642ac6228dd61fbb37abeff400cbb3a30eeb481c8b6e51fa77dc506329947a4dd04021fe553516286055d586a31834e4cd98 | ||
Size (schily-2019-03-11.tar.bz2) = 4289082 bytes | ||
SHA1 (schily-2019-09-22.tar.bz2) = 5ab0f574cca9f89a225948b3df2918fccc7f06e2 | ||
RMD160 (schily-2019-09-22.tar.bz2) = 70fb7b2b66e85cac7cd94bb6ef92b5ed1cdce2c0 | ||
SHA512 (schily-2019-09-22.tar.bz2) = 83eecb7644ca720a3b1cae69481202a83ff8bf602bf6c0f8bab96f58402adc53fe142802c0d725c63f5109ec4875d99e8f93842fed7efa77d3e23c5cfc97d9e3 | ||
Size (schily-2019-09-22.tar.bz2) = 4460891 bytes |