Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/smake devel/smake: Update to 1.3nb13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3056aacbf0b
branches:  trunk
changeset: 437561:d3056aacbf0b
user:      micha <micha%pkgsrc.org@localhost>
date:      Wed Aug 26 13:28:09 2020 +0000

description:
devel/smake: Update to 1.3nb13

New features with AN-2020-07-18:
- Makefile system: changed several "echo MAKING... && sh ./MKLINKS"
  into "echo MAKING... ; sh ./MKLINKS"

  This allows an optimization in smake to avoid a call to sh -c "cmd".
  if the command is a simple command or a simple command prefixed by
  "echo something ;". Since 2012, we implement an inline echo command
  in smake to speed up makefile execution.

- smake: The -a option is now no longer missing in the smake -help
  output. This has been forgotten when the option has been added in March.

New features with AN-2020-08-12:
- autoconf: added a new test for the existence of <sys/auxv.h>

- autoconf: added new tests for Linux getauxval() and FreeBSD elf_aux_info()

- libschily: getexecpath.c now uses getauxval() on Linux and elf_aux_info()
  on FreeBSD. This was needed since readlink("/proc/curproc/file") on
  FreeBSD returns random values for hardlinked files, making it impossible
  to use the result in order to find out which behavior variant of a
  fat binary is requested.

- smake: Added some code to allow better debugging of MAKEFLAGS related
  problems.

- smake: we now use strdup() to remember the content of the MAKEFLAGS
  environment as the content of a pointer into the environment array
  did change unexpectedly on DJGPP.

  Thanks to a hint from Albert Wik.

diffstat:

 devel/smake/Makefile |   6 +++---
 devel/smake/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 25f13e339aa5 -r d3056aacbf0b devel/smake/Makefile
--- a/devel/smake/Makefile      Wed Aug 26 11:51:07 2020 +0000
+++ b/devel/smake/Makefile      Wed Aug 26 13:28:09 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2020/07/22 10:19:45 micha Exp $
+# $NetBSD: Makefile,v 1.12 2020/08/26 13:28:09 micha Exp $
 
-DISTNAME=      schily-2020-07-01
+DISTNAME=      schily-2020-08-12
 PKGNAME=       smake-1.3
-PKGREVISION=   12
+PKGREVISION=   13
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=schilytools/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 25f13e339aa5 -r d3056aacbf0b devel/smake/distinfo
--- a/devel/smake/distinfo      Wed Aug 26 11:51:07 2020 +0000
+++ b/devel/smake/distinfo      Wed Aug 26 13:28:09 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/07/17 10:33:52 micha Exp $
+$NetBSD: distinfo,v 1.11 2020/08/26 13:28:09 micha Exp $
 
-SHA1 (schily-2020-07-01.tar.bz2) = 7653c8b99d1aebe85337df681aae8ec1352c1ac1
-RMD160 (schily-2020-07-01.tar.bz2) = 4c7989eb95cff9a4bdd5f521b95135902912ab8d
-SHA512 (schily-2020-07-01.tar.bz2) = 512f0c3488bde5812d2011b2c1b1f308b9c139331a16c40fc0b61983fd8ff26d60845ddc8adc4d5bf651405cde786e63de61a473a1c658d08e5a8fdf949312d6
-Size (schily-2020-07-01.tar.bz2) = 4828878 bytes
+SHA1 (schily-2020-08-12.tar.bz2) = dbfff482d6c3f0cfbfaf3a43989cbf91f3e0402b
+RMD160 (schily-2020-08-12.tar.bz2) = 5e5f5e6ba8ba271c9b54e9eaf4eebf3e89b44dcf
+SHA512 (schily-2020-08-12.tar.bz2) = 2b86408107bcc0d928e9b3596be9da98f5e711df42b0d329f2bc91d35e191675ad3d297d8314ba2000ef6687f796b3115fd4de196da56314e7b5e452445ad3d3
+Size (schily-2020-08-12.tar.bz2) = 4850267 bytes



Home | Main Index | Thread Index | Old Index