Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2708E63C07F for ; Wed, 30 Mar 2011 18:38:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DB65019CEA5; Wed, 30 Mar 2011 18:38:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4772519CE91 for ; Wed, 30 Mar 2011 18:38:09 +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 XvAUaSuW324b for ; Wed, 30 Mar 2011 18:38:08 +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 7A3CE19CE89 for ; Wed, 30 Mar 2011 18:38:08 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 565B0175DD; Wed, 30 Mar 2011 18:38:08 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 30 Mar 2011 18:38:08 +0000 From: "Manuel Bouyer" Subject: CVS commit: pkgsrc/www/p5-libapreq2 To: pkgsrc-changes@NetBSD.org Reply-To: bouyer@netbsd.org X-Mailer: log_accum Message-Id: <20110330183808.565B0175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bouyer Date: Wed Mar 30 18:38:08 UTC 2011 Modified Files: pkgsrc/www/p5-libapreq2: distinfo Added Files: pkgsrc/www/p5-libapreq2/patches: patch-aa patch-ab Log Message: perl_install cause the Makefile in perl/ to be rebuilt with /usr/pkg/lib as library path instead of the source tree. install the tries to relink the target with the new path, which fails because the just-installed libraries are not in the buildlink directory. Just don't rebuild makefiles, the run-time search path has been fixed by buildlink already. should fix PR 43385. OK wiz@ To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-libapreq2/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-libapreq2/patches/patch-aa \ pkgsrc/www/p5-libapreq2/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.