From owner-svn-ports-all@FreeBSD.ORG Tue May 13 05:01:15 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30941391; Tue, 13 May 2014 05:01:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E1EE2B18; Tue, 13 May 2014 05:01:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4D51Ehc063960; Tue, 13 May 2014 05:01:14 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4D51Epq063959; Tue, 13 May 2014 05:01:14 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201405130501.s4D51Epq063959@svn.freebsd.org> From: Niclas Zeising Date: Tue, 13 May 2014 05:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353914 - head/databases/rrdtool/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 05:01:15 -0000 Author: zeising Date: Tue May 13 05:01:14 2014 New Revision: 353914 URL: http://svnweb.freebsd.org/changeset/ports/353914 QAT: https://qat.redports.org/buildarchive/r353914/ Log: Fix build on current [1] PR: ports/188793 [1], ports/187919 [2] Submitted by: zeising [1], Thomas Schweikle [2] Approved by: maintainer timeout Added: head/databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL (contents, props changed) Added: head/databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rrdtool/files/patch-bindings_perl-shared_Makefile.PL Tue May 13 05:01:14 2014 (r353914) @@ -0,0 +1,11 @@ +--- bindings/perl-shared/Makefile.PL.orig 2014-04-19 13:00:18.000000000 +0200 ++++ bindings/perl-shared/Makefile.PL 2014-04-19 13:13:26.000000000 +0200 +@@ -31,7 +31,7 @@ + /linux/ && do{ $R = "-Wl,--rpath -Wl,$rp"}; + /hpux/ && do{ $R = "+b$rp"}; + /solaris/ && do{ $R = "-R$rp"}; +- /bsd/ && do{ $R = "-R$rp"}; ++ /bsd/ && do{ $R = "-Wl,--rpath -Wl,$rp"}; + /aix/ && do{ $R = "-blibpath:$rp"}; + } + }