Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 1AE2763BBFF for ; Thu, 8 Sep 2011 16:29:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C40AD14A17C; Thu, 8 Sep 2011 16:29:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1449E14A17B for ; Thu, 8 Sep 2011 16:29:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id yZYAVhd-IvAe for ; Thu, 8 Sep 2011 16:29:49 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 885D014A177 for ; Thu, 8 Sep 2011 16:29:49 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 647B1175DD; Thu, 8 Sep 2011 16:29:49 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 8 Sep 2011 16:29:49 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/converters/libiconv To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20110908162949.647B1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bsiegert Date: Thu Sep 8 16:29:49 UTC 2011 Modified Files: pkgsrc/converters/libiconv: Makefile distinfo pkgsrc/converters/libiconv/patches: patch-ab patch-af Log Message: Revert recent commit, add a (hopefully) correct patch instead. Bump rev. In the Makefile.in, libcharset is copied with pax into lib/ along with its object files. This overwrites relocatable.lo from libiconv, which is then relinked against the wrong object. Use "libtool --mode=install cp" instead to only copy the library. Should hopefully fix PR pkg/45341. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/converters/libiconv/Makefile cvs rdiff -u -r1.36 -r1.37 pkgsrc/converters/libiconv/distinfo cvs rdiff -u -r1.10 -r1.11 pkgsrc/converters/libiconv/patches/patch-ab cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/libiconv/patches/patch-af Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.