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 Oct 23 11:13:00 UTC 2020
Modified Files:
pkgsrc/devel/smake: Makefile distinfo
Log Message:
devel/smake: Update to 1.3nb14
New features with AN-2020-09-04:
- autoconf: congig.guess: FreeBSD on 64 bit ARM returns arm64 from
uname -m; this was previously not supported and rejected by config.sub.
We now convert "arm64" into "aarch64" in config.guess to get the usual
expected results.
- Makefile system: RULES/rules.env The environment variables FIGNORE,
LD_LIBRARY_PATH LD_LIBRARY_PATH_32 and LD_LIBRARY_PATH_64 are now
unexported from the enviroment.
In special FIGNORE is dangerous, as it is frequently used by bash
users but tells ksh93 to modify it's behavior with "echo *" and
this may cause strange things with our makefiles in case that
/bin/sh is ksh92. This applies e.g. to Oracle Solaris 11 and
OpenSolaris.
- smake: new version date, this had been forgotten with the last change
New features with AN-2020-10-09:
- autoconf: Added support for newer HP-UX versions on Itanium.
Thanks to Rudi Blom for reporting and making a change proposal.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/smake/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/devel/smake/Makefile:1.13
--- pkgsrc/devel/smake/Makefile:1.12 Wed Aug 26 13:28:09 2020
+++ pkgsrc/devel/smake/Makefile Fri Oct 23 11:13:00 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2020/08/26 13:28:09 micha Exp $
+# $NetBSD: Makefile,v 1.13 2020/10/23 11:13:00 micha Exp $
-DISTNAME= schily-2020-08-12
+DISTNAME= schily-2020-10-09
PKGNAME= smake-1.3
-PKGREVISION= 13
+PKGREVISION= 14
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=schilytools/}
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/devel/smake/distinfo
diff -u pkgsrc/devel/smake/distinfo:1.11 pkgsrc/devel/smake/distinfo:1.12
--- pkgsrc/devel/smake/distinfo:1.11 Wed Aug 26 13:28:09 2020
+++ pkgsrc/devel/smake/distinfo Fri Oct 23 11:13:00 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/08/26 13:28:09 micha Exp $
+$NetBSD: distinfo,v 1.12 2020/10/23 11:13:00 micha Exp $
-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
+SHA1 (schily-2020-10-09.tar.bz2) = e14d1dec1e476d40bd60ec35fa251ba45268ca8f
+RMD160 (schily-2020-10-09.tar.bz2) = 81ec46da6ef341f8a8340f389e96dbde2355d5af
+SHA512 (schily-2020-10-09.tar.bz2) = 3e64cb8d42749f1890e9f8e85de6571ec3f185f3c470078085494a52acb94018496d1b9a2a66b37091db55f08a7c4d4e8dc07cb40c3644aa76032bc7a2e2a74b
+Size (schily-2020-10-09.tar.bz2) = 4818571 bytes
Home |
Main Index |
Thread Index |
Old Index