pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rsync On Interix, use pkgsrc iconv, as the calls r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/500f44624dad
branches:  trunk
changeset: 521795:500f44624dad
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 21 19:36:16 2006 +0000

description:
On Interix, use pkgsrc iconv, as the calls rsync is doing are segfaulting
in libc (the "initialize/reset" call of foo,NULL,0,NULL,0 doesn't work).

diffstat:

 net/rsync/hacks.mk |  9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r afd665e70ec3 -r 500f44624dad net/rsync/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rsync/hacks.mk        Tue Nov 21 19:36:16 2006 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: hacks.mk,v 1.1 2006/11/21 19:36:16 tv Exp $
+
+### [Tue Nov 21 19:32:00 UTC 2006 : tvierling]
+### iconv(..., NULL, 0, NULL, 0) crashes in libc version of iconv(3)
+###
+.if !empty(LOWER_OPSYS:Minterix*)
+PKG_HACKS+=    pkgsrc-iconv
+.include "../../converters/libiconv/buildlink3.mk"
+.endif



Home | Main Index | Thread Index | Old Index