pkgsrc-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.3nb6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13d0b491ae27
branches:  trunk
changeset: 342709:13d0b491ae27
user:      micha <micha%pkgsrc.org@localhost>
date:      Thu Oct 24 16:40:16 2019 +0000

description:
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

diffstat:

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

diffs (30 lines):

diff -r cf093eec8550 -r 13d0b491ae27 devel/smake/Makefile
--- a/devel/smake/Makefile      Thu Oct 24 16:37:06 2019 +0000
+++ b/devel/smake/Makefile      Thu Oct 24 16:40:16 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2019/10/04 13:32:05 micha Exp $
+# $NetBSD: Makefile,v 1.4 2019/10/24 16:40:16 micha Exp $
 
-DISTNAME=      schily-2019-09-22
+DISTNAME=      schily-2019-10-07
 PKGNAME=       smake-1.3
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=schilytools/}
 EXTRACT_SUFX=  .tar.bz2
diff -r cf093eec8550 -r 13d0b491ae27 devel/smake/distinfo
--- a/devel/smake/distinfo      Thu Oct 24 16:37:06 2019 +0000
+++ b/devel/smake/distinfo      Thu Oct 24 16:40:16 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/10/04 13:32:05 micha Exp $
+$NetBSD: distinfo,v 1.4 2019/10/24 16:40:16 micha Exp $
 
-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
+SHA1 (schily-2019-10-07.tar.bz2) = d9d901bb737bdeb3242aee92259955d7da17e684
+RMD160 (schily-2019-10-07.tar.bz2) = 23c47c0e0d85ce051cb9946718fc6bb87de6977c
+SHA512 (schily-2019-10-07.tar.bz2) = 9d2ce93c104c1027fe96371929b7f78351248b2c73200b7762c7ce5b38ba680f0e8dae7d90d5ce83184a77a5d378890361f4b5c57383f601d0f11aafae5e430f
+Size (schily-2019-10-07.tar.bz2) = 4404621 bytes



Home | Main Index | Thread Index | Old Index