pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/smake



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Jun 25 10:43:03 UTC 2021

Modified Files:
        pkgsrc/devel/smake: Makefile Makefile.common distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/smake/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/smake/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/smake/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/smake/Makefile
diff -u pkgsrc/devel/smake/Makefile:1.15 pkgsrc/devel/smake/Makefile:1.16
--- pkgsrc/devel/smake/Makefile:1.15    Mon Apr 26 10:38:11 2021
+++ pkgsrc/devel/smake/Makefile Fri Jun 25 10:43:03 2021
@@ -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

Index: pkgsrc/devel/smake/Makefile.common
diff -u pkgsrc/devel/smake/Makefile.common:1.5 pkgsrc/devel/smake/Makefile.common:1.6
--- pkgsrc/devel/smake/Makefile.common:1.5      Fri Jul 17 11:41:42 2020
+++ pkgsrc/devel/smake/Makefile.common  Fri Jun 25 10:43:03 2021
@@ -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 @@ pre-configure:
        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" ;          \

Index: pkgsrc/devel/smake/distinfo
diff -u pkgsrc/devel/smake/distinfo:1.14 pkgsrc/devel/smake/distinfo:1.15
--- pkgsrc/devel/smake/distinfo:1.14    Mon Apr 26 10:38:11 2021
+++ pkgsrc/devel/smake/distinfo Fri Jun 25 10:43:03 2021
@@ -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