Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 1CC4863B915 for ; Sun, 13 May 2012 08:19:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 88ABE14A28B; Sun, 13 May 2012 08:20:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0595B14A292 for ; Sun, 13 May 2012 08:20:11 +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 3hyhG3EsUQJ5 for ; Sun, 13 May 2012 08:20:10 +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 554F814A28B for ; Sun, 13 May 2012 08:20:10 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 908E1175DD; Sun, 13 May 2012 08:20:11 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 13 May 2012 08:20:11 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20120513082011.908E1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Sun May 13 08:20:11 UTC 2012 Modified Files: pkgsrc/mk/pkgformat/pkg: metadata.mk pkgsrc/mk/platform: OpenBSD.mk Log Message: Set LD_TRACE_LOADED_OBJECTS_FMT{1,2} for OpenBSD so that output of ldd will be expected format. workaround of PR 38838. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/mk/pkgformat/pkg/metadata.mk cvs rdiff -u -r1.34 -r1.35 pkgsrc/mk/platform/OpenBSD.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.