Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/smake smake: Update to 1.3nb10
details: https://anonhg.NetBSD.org/pkgsrc/rev/375971885971
branches: trunk
changeset: 431293:375971885971
user: micha <micha%pkgsrc.org@localhost>
date: Mon May 11 13:54:31 2020 +0000
description:
smake: Update to 1.3nb10
Changes from AN-2020-03-11:
- configure: The autoconfiguration now has an enhanced test for waitid()
that was needed since Mac OS is still not POSIX compliant and returns 0
instead of the signal number for a process that has been killed by a
signal. MacOS did pass the POSIX certification as a result of a missing
test for that problem.
Since every vertified OS needs to run an annual refresh the
certification with recent versions of the test, I guess that
Mac OS (Catalina updates) may become more compliant witin a year.
- psmake: The portable bootstrap compile environment for smake missed
a symlink for unsetenv.c to libschily since the related code has been
moved to libschily in 2018. This prevented compilation on IRIX.
Thanks to Kazuo Kuroi for reporting
Changes from AN-2020-03-27:
Changes from AN-2020-04-18:
- Makefile system: the IRIX compiler driver RULES/cc-sgi.rul has been
reduced to one single file and RULES/cc-sgi32.rul RULES/cc-sgi64.rul
are now symlinks to the file RULES/cc-sgi.rul
- Makefile system: IRIX now supports explicit 32 bit compilation targets
using:
smake CCOM=cc32
- smake: A new option -a has been added. This option allows to tell
smake not to set up the automake specific make macros MAKE_ARCH,
MAKE_OS and similar. The identifying macro MAKE_NAME=smake is still
set up in order to allow to select the right make specific include
rules.
- smake: the file archconf.c has been modified to use a simplified
interface in order to be able to use mostly identical code in
SunPro Make for ease of future maintenance.
Changes from AN-2020-05-11:
- Makefile system: A new version of the BSD make (bmake) program fixed
a bug in pattern macro substitution, so we are now able to detect
BSD make and to read BSD make program specific rules.
This could in theory allow us to support BSD make in the future,
but...
Note that we on the other side discovered a new bug with pattern
macro substitution in bsd make: The substitution:
$(FOO:%=bar/%)
is replaced by "bar/" with an empty "FOO", but of course, with an
empty FOO, the substitution should be empty as well.
This second bug (above) was fixed on May 6th, but we do not yet have
all needed make rules and we do not know whether other bugs may still
prevent the usability of BSD make. Supporting BSD make will be hard
as BSD make does not support pattern matching default rules and this
is important for placing the .o files into a sub-directory.
Also note that the portable program source for "bmake" from "pkgsrc"
is 2 years old and thus currently cannot be supported at all. If
you like to experiment on your own, you need to get this version:
http://crufty.net/help/sjg/bmake.html
see
http://www.crufty.net/ftp/pub/sjg/bmake.tar.gz
and replace the newer files from the netbsd.org CVS tree by hand in
order to fix the first and second mentioned pattern macro substitution
bug.
- Makefile system: RULES/MKLINKS was enhanced to create a new symlink
RULES/r-bsdmake.tag that points to RULES/r-make.tag
- Makefile system: The archive makefiles.tar.bz2 has been added to the
schilytools tree to allow easy reuse of the makefile system for own
projects.
diffstat:
devel/smake/Makefile | 6 +++---
devel/smake/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (30 lines):
diff -r 0b130c1ef1fd -r 375971885971 devel/smake/Makefile
--- a/devel/smake/Makefile Mon May 11 13:39:49 2020 +0000
+++ b/devel/smake/Makefile Mon May 11 13:54:31 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2020/03/04 11:31:55 micha Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/11 13:54:31 micha Exp $
-DISTNAME= schily-2020-02-11
+DISTNAME= schily-2020-05-11
PKGNAME= smake-1.3
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/}
EXTRACT_SUFX= .tar.bz2
diff -r 0b130c1ef1fd -r 375971885971 devel/smake/distinfo
--- a/devel/smake/distinfo Mon May 11 13:39:49 2020 +0000
+++ b/devel/smake/distinfo Mon May 11 13:54:31 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/03/04 11:31:55 micha Exp $
+$NetBSD: distinfo,v 1.8 2020/05/11 13:54:31 micha Exp $
-SHA1 (schily-2020-02-11.tar.bz2) = da1dfe59c6b2a937b8dba2d4476db2ca8525a646
-RMD160 (schily-2020-02-11.tar.bz2) = fe18d25ecdab9e2d7b587cce52cd745bd388ff6a
-SHA512 (schily-2020-02-11.tar.bz2) = 655a67cdc9387d79a077d44f11dacf2d5479da8b7bf4c59fb8a5fbf58ef23988f2a7aff23b3aec5ab7ac99541ea3439ddd55b53fc0e1d88efe601390161832c7
-Size (schily-2020-02-11.tar.bz2) = 4360092 bytes
+SHA1 (schily-2020-05-11.tar.bz2) = 1992e23344880fb58443c5b89b24fded4039f7a7
+RMD160 (schily-2020-05-11.tar.bz2) = bdf3ac0349f00095d7e17f1b14a07f6dcb94a0e2
+SHA512 (schily-2020-05-11.tar.bz2) = a12f0a3caa14c35af150afb4354fbe7c5b1d6ad301d24efbed6f0ec7c38919fe2bf863a117d46107178d11f60b9dd93f72f173c722e2e129d86d348b01fc56ee
+Size (schily-2020-05-11.tar.bz2) = 4783976 bytes
Home |
Main Index |
Thread Index |
Old Index