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.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7eede34774a
branches: trunk
changeset: 454991:c7eede34774a
user: micha <micha%pkgsrc.org@localhost>
date: Fri Jun 25 10:43:03 2021 +0000
description:
devel/smake: Update to 1.5
Create OS rule for mips64eb architecture too (bulk build failed).
Changelog from AN-2021-05-19:
- smake: smake "MACRO += value" now works.
smake did implement command line macros like "MACRO=value" since
spring 1996 but did not yet support "MACRO +=value" as well.
- smake: smake "MACRO::=value" "MACRO:::=value", "MACRO +:= value"
now work as well.
- smake: The man page now mentions the new command line macro operators
::=, :::=, += and +:=
- smake: Version bumped to 1.5
Changelog from AN-2021-06-07:
- smake: the MAKEFLAGS parser has been enhanced to understand the
encoding used by the BSD make program "bmake". This is needed to
support something like "bmake INS_BASE=xxx" on FreeBSD while
compiling the schilytools.
This parser enhancement also covers some incompatibilities with
the MAKEFLAGS= values created by SunPro Make (e.g. a missing --
before the make macro definitions are added).
Thanks to Robert Clausecker for reporting.
- smake: The smake man page now also mentions SunPro make as dmake(1)
and make(1s) in the "SEE ALSO" section.
diffstat:
devel/smake/Makefile | 6 +++---
devel/smake/Makefile.common | 5 +++--
devel/smake/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 10 deletions(-)
diffs (50 lines):
diff -r 25e7da7e1061 -r c7eede34774a devel/smake/Makefile
--- a/devel/smake/Makefile Fri Jun 25 10:42:23 2021 +0000
+++ b/devel/smake/Makefile Fri Jun 25 10:43:03 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2021/04/26 10:38:11 micha Exp $
+# $NetBSD: Makefile,v 1.16 2021/06/25 10:43:03 micha Exp $
-DISTNAME= schily-2021-04-21
-PKGNAME= smake-1.4
+DISTNAME= schily-2021-06-07
+PKGNAME= smake-1.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/}
EXTRACT_SUFX= .tar.bz2
diff -r 25e7da7e1061 -r c7eede34774a devel/smake/Makefile.common
--- a/devel/smake/Makefile.common Fri Jun 25 10:42:23 2021 +0000
+++ b/devel/smake/Makefile.common Fri Jun 25 10:43:03 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.common,v 1.5 2020/07/17 11:41:42 micha Exp $
+# $NetBSD: Makefile.common,v 1.6 2021/06/25 10:43:03 micha Exp $
# used by archivers/star/Makefile
# used by devel/smake/Makefile
+# used by security/mdigest/Makefile
# used by shells/bosh/Makefile
# used by shells/pbosh/Makefile
@@ -25,7 +26,7 @@
cd ${WRKSRC}/RULES && . ${WRKSRC}/RULES/MKLINKS
printf "Create pkgsrc OS rules...\n"
cd ${WRKSRC}/RULES && unset r ; \
- for i in arm mipsel x86_64 sparc64 powerpc ; \
+ for i in arm mipsel mips64eb x86_64 sparc64 powerpc ; \
do \
r="$$r i386-netbsd-gcc.rul@$$i-netbsd-gcc.rul" ; \
r="$$r i386-netbsd-cc.rul@$$i-netbsd-cc.rul" ; \
diff -r 25e7da7e1061 -r c7eede34774a devel/smake/distinfo
--- a/devel/smake/distinfo Fri Jun 25 10:42:23 2021 +0000
+++ b/devel/smake/distinfo Fri Jun 25 10:43:03 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2021/04/26 10:38:11 micha Exp $
+$NetBSD: distinfo,v 1.15 2021/06/25 10:43:03 micha Exp $
-SHA1 (schily-2021-04-21.tar.bz2) = 81f87aba8f31caa9decbbe605aa40c9b631474c9
-RMD160 (schily-2021-04-21.tar.bz2) = 0f35a4a9e4e464d7bbf40758c0d6fa314f7e4381
-SHA512 (schily-2021-04-21.tar.bz2) = feb6150fbf79b9a12be58325eac328393c504635f461993b24edcfc18df53953b4c28390187c38c8eccc8cc905354b8fb2f50f5f60beb04363bb9ce32d8203e6
-Size (schily-2021-04-21.tar.bz2) = 4919718 bytes
+SHA1 (schily-2021-06-07.tar.bz2) = 355c162afdffb730e632902620397cc7851c3595
+RMD160 (schily-2021-06-07.tar.bz2) = 8239c965ad9da0d7ce21c39ed28f3f367f929cbf
+SHA512 (schily-2021-06-07.tar.bz2) = f71fb7b521e1b39e87ec9e44b29576eb2e67f0783e24760590f4323243ee1df7e7bdc214aa95d9e3cde6d090c14cab85ddfeaa8ea93b3942997c72c257b53a60
+Size (schily-2021-06-07.tar.bz2) = 4905609 bytes
Home |
Main Index |
Thread Index |
Old Index