pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/cabextract Make build on Interix (and possib...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f162648f56e6
branches: trunk
changeset: 482537:f162648f56e6
user: tv <tv%pkgsrc.org@localhost>
date: Fri Oct 29 14:31:27 2004 +0000
description:
Make build on Interix (and possibly AIX). mempcpy() is not actually used
anywhere, yet configure.ac declared an AC_REPLACE_FUNCS() for it. Rip out
the offending code from configure until it is rebuilt at the source.
(Patch to remove the AC_REPLACE_FUNCS submitted to author.)
diffstat:
archivers/cabextract/distinfo | 3 ++-
archivers/cabextract/patches/patch-ab | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r 370d917c5caa -r f162648f56e6 archivers/cabextract/distinfo
--- a/archivers/cabextract/distinfo Fri Oct 29 14:12:23 2004 +0000
+++ b/archivers/cabextract/distinfo Fri Oct 29 14:31:27 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2004/10/28 10:35:56 wiz Exp $
+$NetBSD: distinfo,v 1.7 2004/10/29 14:31:27 tv Exp $
SHA1 (cabextract-1.1.tar.gz) = 359c8f4ec9c62d9dac5d572269b607b2cae4fbf7
Size (cabextract-1.1.tar.gz) = 187495 bytes
SHA1 (patch-aa) = 4d36b50b1ca2dfd6f317dd0bcbc23523e1da70f2
+SHA1 (patch-ab) = 87d0089ebc1589c805b67d44675c78f1cc4ffc3b
diff -r 370d917c5caa -r f162648f56e6 archivers/cabextract/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/cabextract/patches/patch-ab Fri Oct 29 14:31:27 2004 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-ab,v 1.1 2004/10/29 14:31:27 tv Exp $
+
+--- configure.orig Fri Oct 29 09:40:19 2004
++++ configure
+@@ -6608,7 +6608,7 @@ fi
+
+
+
+-
++if false; then
+ for ac_func in mempcpy
+ do
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+@@ -6717,7 +6717,7 @@ esac
+
+ fi
+ done
+-
++fi
+
+
+ ac_config_files="$ac_config_files Makefile cabextract.spec"
Home |
Main Index |
Thread Index |
Old Index