pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hdf Fix portability
details: https://anonhg.NetBSD.org/pkgsrc/rev/93612965bb60
branches: trunk
changeset: 414342:93612965bb60
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Mar 26 02:36:27 2020 +0000
description:
Fix portability
diffstat:
devel/hdf/distinfo | 3 ++-
devel/hdf/patches/patch-hdf_fmpool_configure.in | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r eae646b2853c -r 93612965bb60 devel/hdf/distinfo
--- a/devel/hdf/distinfo Thu Mar 26 02:36:02 2020 +0000
+++ b/devel/hdf/distinfo Thu Mar 26 02:36:27 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2017/01/04 11:17:56 jperkin Exp $
+$NetBSD: distinfo,v 1.14 2020/03/26 02:36:27 joerg Exp $
SHA1 (HDF4.2r4.tar.gz) = 000fa1be9c355c490cceed786feeb269a0d355a7
RMD160 (HDF4.2r4.tar.gz) = 13274858f1fa0c339fab83b1f9c37314bd10d624
@@ -11,4 +11,5 @@
SHA1 (patch-ar) = 5fbb6e8c56ccf05db0217e9551a0c72ecd9f5c06
SHA1 (patch-as) = b4fa7cd3bcafd75c9bfc045c2849bde21becd2de
SHA1 (patch-ba) = 33e79d38ce68540308445f709f5cbafb1b917d05
+SHA1 (patch-hdf_fmpool_configure.in) = 78c80e18fdc931476c36fc451a36dc93cc254484
SHA1 (patch-mfhdf_ncgen_ncgen.l) = a2d5a5de6a1491582d73dad291fdb0ffa40b7e9a
diff -r eae646b2853c -r 93612965bb60 devel/hdf/patches/patch-hdf_fmpool_configure.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hdf/patches/patch-hdf_fmpool_configure.in Thu Mar 26 02:36:27 2020 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-hdf_fmpool_configure.in,v 1.1 2020/03/26 02:36:27 joerg Exp $
+
+--- hdf/fmpool/configure.in.orig 2020-03-25 22:55:49.022672427 +0000
++++ hdf/fmpool/configure.in
+@@ -75,7 +75,7 @@ case "${host}" in
+ could_use=
+ [ -d /opt/SUNWspro/bin ] && could_use="/opt/SUNWspro/bin"
+ if [ -d /opt/cygnus/bin ] ; then
+- if [ "$could_use" == "" ] ; then
++ if [ "$could_use" = "" ] ; then
+ could_use="/opt/cygnus/bin"
+ else
+ could_use="$could_use or /opt/cygnus/bin"
Home |
Main Index |
Thread Index |
Old Index