pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libiconv NetBSD/sparc64 1.6.1_STABLE's f771...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d2e1d8398ee
branches: trunk
changeset: 461195:7d2e1d8398ee
user: seb <seb%pkgsrc.org@localhost>
date: Fri Sep 12 13:52:02 2003 +0000
description:
NetBSD/sparc64 1.6.1_STABLE's f771 -at least- leaves a nice coredump
in directory conftest during configire run.
So then 'rmdir conftest' fails, then all 'cc -o conftest ...' tests fail,
then ...
So clean up a bit before rmdir'ing conftest hence fix compilation
on said platform.
diffstat:
converters/libiconv/distinfo | 4 ++--
converters/libiconv/patches/patch-ad | 12 ++++++++++--
2 files changed, 12 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 517bf633f3d9 -r 7d2e1d8398ee converters/libiconv/distinfo
--- a/converters/libiconv/distinfo Fri Sep 12 13:35:28 2003 +0000
+++ b/converters/libiconv/distinfo Fri Sep 12 13:52:02 2003 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2003/07/28 10:11:46 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2003/09/12 13:52:02 seb Exp $
SHA1 (libiconv-1.9.1.tar.gz) = f130c93fdf20903ca21bace8b8822f46468c9d65
Size (libiconv-1.9.1.tar.gz) = 3907735 bytes
SHA1 (patch-ab) = bfceb0cde182022bdcf181d3214f88ff27acc4b3
SHA1 (patch-ac) = 2858dc88a214af794b6358863b1aed24a129d41d
-SHA1 (patch-ad) = ae543f1a2483f69960ffa807f11d11ef779e5316
+SHA1 (patch-ad) = 3e256af27c28b37160a3788c096497241f62d783
SHA1 (patch-ae) = be3bf77c41432dc2caf0c5696f1f1591bb1b6310
diff -r 517bf633f3d9 -r 7d2e1d8398ee converters/libiconv/patches/patch-ad
--- a/converters/libiconv/patches/patch-ad Fri Sep 12 13:35:28 2003 +0000
+++ b/converters/libiconv/patches/patch-ad Fri Sep 12 13:52:02 2003 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.3 2003/07/13 13:32:30 wiz Exp $
+$NetBSD: patch-ad,v 1.4 2003/09/12 13:52:02 seb Exp $
---- configure.orig Sun Jul 13 10:39:43 2003
+--- configure.orig 2003-05-22 20:19:20.000000000 +0000
+++ configure
@@ -1905,7 +1905,7 @@ fi
@@ -11,3 +11,11 @@
ac_ext=c
+@@ -13898,6 +13898,7 @@ else
+ chmod u+w .
+ $rm conftest* out/*
+ rmdir out
++ rm -f core core.* *.core
+ cd ..
+ rmdir conftest
+ $rm conftest*
Home |
Main Index |
Thread Index |
Old Index