Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 01E9863EA63 for ; Sun, 13 Jan 2013 17:54:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D2F1114A347; Sun, 13 Jan 2013 17:54:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6F34314A366 for ; Sun, 13 Jan 2013 17:54:03 +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 Zzreuag8sfxK for ; Sun, 13 Jan 2013 17:54:01 +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 AFF5414A33D for ; Sun, 13 Jan 2013 17:54:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A58C4175DD; Sun, 13 Jan 2013 17:54:01 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 13 Jan 2013 17:54:01 +0000 From: "Matthias Scheler" Subject: CVS commit: [pkgsrc-2012Q4] pkgsrc/lang/perl5 To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20130113175401.A58C4175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Sun Jan 13 17:54:01 UTC 2013 Modified Files: pkgsrc/lang/perl5 [pkgsrc-2012Q4]: Makefile distinfo Added Files: pkgsrc/lang/perl5/patches [pkgsrc-2012Q4]: patch-hints_netbsd.sh Log Message: Pullup ticket #4011 - requested by dholland lang/perl5: packaging fix Revisions pulled up: - lang/perl5/Makefile 1.193 - lang/perl5/distinfo 1.90 - lang/perl5/patches/patch-hints_netbsd.sh 1.3 --- Module Name: pkgsrc Committed By: dholland Date: Thu Jan 3 10:11:34 UTC 2013 Modified Files: pkgsrc/lang/perl5: Makefile distinfo Added Files: pkgsrc/lang/perl5/patches: patch-hints_netbsd.sh Log Message: Don't hardwire /usr/pkg; use $PREFIX instead. This fixes various problems with linking and rpaths, such as the NetBSD manifestation of PR 47187, and probably others; I haven't tried yet but I suspect at least my manifestation of PR 44985 will be fixed too. To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.192.2.1 pkgsrc/lang/perl5/Makefile cvs rdiff -u -r1.89 -r1.89.2.1 pkgsrc/lang/perl5/distinfo cvs rdiff -u -r0 -r1.2.2.1 pkgsrc/lang/perl5/patches/patch-hints_netbsd.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.